[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] HELP! SSL mapping to other domains on same server
- Subject: [cobalt-developers] HELP! SSL mapping to other domains on same server
- From: Gareth Watkins <gareth@xxxxxxxxxxxxxxxx>
- Date: Thu Jan 3 17:46:25 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
I am trying to share an SSL certificate for a certain domain on a RAQ3
by mapping a directory under the SSL domain to the other domain's
directory. This is so that CGI's stored under the domain without the
certificate can be run securely in place (not moved to under the secure
domain).
for example
www.secure.com/client maps to: /home/sites/client/secure
So a CGI's in: www.client.com/secure/run.cgi
can be run securely using: https://www.secure.com/client/run.cgi
Anyone done this before on a RAQ3?
I remember using ScriptAlias in the httpd.conf file ...
thanks
Gareth