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

[cobalt-users] CGI Bin in a virtual site w/ SSL



I have setup ssl for a few of my virtual host. Now I find that I can't do
cgi-bin access for the site. I have the site added in the ssl conf file
httpd-ssl.conf. I have the secure site and the regular site as one-in-the
same and I can see everything else but the cgi-bin in the virtual site. 

I'm attempting to add the following ScriptAlias to the VritualHost block:
ScriptAlias /cgi-bin/ /home/sites/thesite/web/cgi-bin/

If anyone has an actual tested suggestion which they know is better than
this one I'd greatly appreciate it!