[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq2 Virtual SSL pages?



elmer@xxxxxxxxxxxxxx wrote:
> 
> On Sat, 3 Mar 2001, Clayton McGow wrote:
> 
> } Any body have  an idea of how I should go about this (other
> } than actually getting everyone a certificate and their own
> } IP address)?
> 
>         If you are up to editing the httpd.conf file on the server
> and willing to void the warrenty because you did, setting this up is
> as easy as pie. We add the following line to the Vhost directive for
> the site upon which the Certificate is intalled:
> 
> AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
> 
>         It's very similar to the AliasMatch line for the user sites
> on a Vhost, but this allows any user on the server to create a
> directory off the root directory of their web site named 'secure'
> they can then put whatever they want in that directory. To access it
> they call it in the following manner:
> 
>         https://secured.domain.foo/secure/siteXX/secure/
> 

Thats a pretty cool trick with the AliasMatch, but a couple
of issues:

I already did a similar trick for all the sites I'm sharing
this certificate with by
ln -s home/sites/ssl /home/sites/siteX/ssl
So I'm okay with that, BUT, I built this apache myself,
running seperately from the Cobalt one cause I wasn't sure I
would be able to get PHP4 on the Cobalt httpd without days
of repairing whatever I messed up.

I'm looking for a way a user can type
https://UNsecuredsite/ssl and get
https://securedsite/ssl/their_folder
 
-- 
Clayton McGow
mrwilder@xxxxxxxxxxx