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

Re: [cobalt-users] Secure CGI on a RaQ4



> Here is a working example of a secure cgi call (500 error is the result)
> https://www.server600.net/secure/www.avidinternet.com/formmail.pl


I played w/ this for a little bit, the problem is that cgiwrap
gets confused and crashes.

Changing the www.avidinternet.com to site2.

https://www.server600.net/cgiwrapDir/cgiwrapd/secure/site2/formmail.pl
gets a lot futher than
https://www.server600.net/cgiwrapDir/cgiwrapd/secure/www.avidinternet.com/formmail.pl

But still doesn't work.  I think it has something to do w/ the disconnect 
between PATH_INFO variable and the location of the script.

Jeff-