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

RE: [cobalt-users] Sharing an SSL Cert



Hi Jamie,

Thanks for the info..

> We have a RaQ4R and here is how we did it basically..
>
> First I setup a site "secure.domain.com" that was the only site the SSL cert
> was on..  Then I SSH'ed into the box and edited the "httpd.conf" file and
> searched until I found the virtual host entry for the secure domain...
>
> Then I added the following lines:
> AliasMatch ^/sites/([^/]+)(/(.*))? /home/sites/$1/web/$3
> AddHandler cgi-script .cgi
> AddHandler cgi-script .pl
>
> And I commented/removed these lines below:
> #AddHandler cgi-wrapper .cgi
> #AddHandler cgi-wrapper .pl
>
> Then saved the file and restarted apache..

I tried this, but now get a Forbidden error as if it is not allowed, naughty
naughty boy I am!

Any ideas, it seems it does not like the cgi-script handler or something.

Ian