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

Re: [cobalt-developers] Mirroring SSL



At 21:58 16/05/2000 -0400, you wrote:
>Hello again...
>
>Just wondering if anyone has successfully figured out a way to mirror a
>domain's contents to an SSL server.  This was talked about before in this
>list and I'm just wondering if anyone ever got it to work.
>
>Something where https://ssl.com/yourdomain.com/ would be a mirror of
>http://www.yourdomain.com/.

This is what we put on a raq2, on /etc/httpd/conf/httpd-ssl.conf:

AliasMatch ^/([^/]+)(/(.*))? /home/sites/$1/web/$3

I don't know if it works with the domain, but http://www.ssl.com/site4/
will show the files on /home/sites/site4/web
In theory, http://www.ssl.com/www.site.com/ should show
/home/sites/www.site.com/web

Bye..

Ariel.