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

Re: [cobalt-developers] Mirroring SSL



Like I said before, I was able to get the mirror to work.  The only problem
that I'm having is that CGI or PL files come up as 404 file not found on the
domain now.  Is there another line like a script alias that I have to add
for that?

Thanks,
Michael


----- Original Message -----
From: Ariel Manzur <punto@xxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Sunday, May 07, 2000 11:34 AM
Subject: 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.
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>