[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Quick Question
- Subject: RE: [cobalt-users] Quick Question
- From: "Casselman, Chad" <chad.casselman@xxxxxxxxxx>
- Date: Thu Mar 30 06:18:38 2000
Ok, I haven't thought of all the options. Here is the thing. I have a ssl
certificate on http://www.domain1.com and a while back I found in the
archives a way to make that certificate work for all sites on the server by
mapping https://www.domain1.com/domain2secure to a directory
http://www.domain2.com/securearea and this way you access the secure area
for domain2 by https://www.domain1.com/domain2secure and it would bring the
stuff from the directory.
Please tell me the best way to get this to work. I have everything in place
but not the httpd.conf file has be reset as expected.
Thanks for you time,
chad
-----Original Message-----
From: Richard Green [mailto:rgreen@xxxxxxxxxxxxx]
Sent: Thursday, March 30, 2000 9:24 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Quick Question
Chad,
I have found with a raq that the best thing to do is stay out of the conf
files if possible. Some things can be added/changed without problem. For
example, changing DocumentRoot can have serious consequences. When you make
a change, it works as expected. But when you go back to the GUI to modify
something on the site, you could be in a world of hurt. I learned this
through personal experience.
The safest way would be to directly link to domain2 within domain1's html
code. Since this is to easy, I'll assume you already thought of this and
discarded the idea.
The second safe way would be to use a symbolic link which links directory1
to directory2. This would require a modification to the conf file or a
.htaccess file. You would need to modify/add code such as:
<Directory /home/sites/domain1/web/directory>
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
</Directory>
Hope this helps,
Rich
----- Original Message -----
From: "Casselman, Chad" <chad.casselman@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, March 30, 2000 8:25 AM
Subject: [cobalt-users] Quick Question
> I know that is stupid but I need the answer anyway.
>
> I have a directory on
> http://www.domain1.com/test on one site and I want it to point to
> http://www.domain2.com/text2. How do I do that? I know it is something
to
> do with the httpd.conf but I have seems to erase it and can't get it back.
> I had it done, but now it is gone. I don't want it to redirect just pull
up
> the content from the other site.
>
> Thanks,
> chad
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users