[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Mirroring SSL
- Subject: Re: [cobalt-developers] Mirroring SSL
- From: "Michael" <michael@xxxxxxxxxxxxxxx>
- Date: Wed May 17 18:34:41 2000
Hello,
I am trying to get this to work and I'm having two problems right now...
1. The file /etc/httpd/conf/httpd-ssl.conf does not exist on my Raq3.
There is a directory called "SSL" in the conf directory and that contains
the files "site1", "site2", etc. of all sites with SSL enabled. Would I add
the line of code that you mentioned to those files? Or where else would I
add the line of code to?
2. I was going to experiment with adding the code to one of the "site#"
files and I tried uploading my file using Bullet Proof FTP on the admin
"root" access username. I got a "550 /etc/httpd/ssl/site6: Operation not
permitted" error message. What do I have to do in order to be able to
modify or add files to this directory? Do I need to use another FTP or
Telnet program... could you suggest any if that is the case?
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
>