[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] cgiwrap problem running cgi script
- Subject: RE: [cobalt-users] cgiwrap problem running cgi script
- From: "Tom Cameron" <tomcameron@xxxxxxxxxxxxxxx>
- Date: Fri Nov 22 11:52:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Saturday, 23 November 2002 5:29 AM Ryan Howe:
=> I have had the same problem on a Raq 3 and have been completely
=> unable to
=> figure it out. I know the script (perl) is fine because it
=> servers up with
=> no problem on my Redhat workstation that I use for development
=> before moving
=> it to a Raq. If you find a solution I will be just as happy as
=> you. I have
=> given up trying out of frustration.
=>
=> Ryan
Ive just found out you can call cgiwarpd like this:
http://domain.com/cgiwrapDir/cgiwrapd/test.cgi
on the raq machines.
But it tells me nothing at all, this is what I get:
"""
Initializing Logging
Redirecting STDERR to STDOUT
Cobalt RaQ virtual site CGI wrapper
Setting SIGXCPU to default behaviour
Environment Variables:
QUERY_STRING: ''
SCRIPT_NAME: '/cgiwrapDir/cgiwrapd'
SCRIPT_FILENAME: '/usr/cgiwrap/cgiwrapd'
"""
Is is as if cgiwrap is not getting the script at all. I am wondering if it
is something to do with the apache configuration the the AddHandler setup.
Tom