[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Secure CGI on a RaQ4
- Subject: Re: [cobalt-users] Secure CGI on a RaQ4
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Sat Oct 7 13:44:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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-