
February 2nd, 2012, 10:12 AM
|
|
Contributing User
|
|
Join Date: Mar 2001
Posts: 85
Time spent in forums: 13 h 36 m 27 sec
Reputation Power: 13
|
|
|
SSL problem working with cgi-bin
working with SSL, my cgi-bin files work fine with http://www...........
But when I try to go to https://www......... I get page not found errors.
https://www.......... works fine for the overall site, but not when using scripts in cgi-bin.
No problems at all other than the cgi-bin.
I do have scriptalias set:
ScriptAlias /cgi-bin/ /var/www/html/MYSITE/cgi-bin/
I'm using Apache 2.0, Linux and a 128 bit SSL certificate.
Anyone know how to conquer this?
Thanks much.
Last edited by cricket : February 2nd, 2012 at 10:28 AM.
|