[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RaQ2's and CGI scripts
- Subject: [cobalt-users] RaQ2's and CGI scripts
- From: Jay Kraft <jkraft@xxxxxxxxxxxx>
- Date: Wed Apr 4 08:08:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Thought I would share the fix to my chronic problem with CGI's on old
RaQ2's. This is one of the first 100 RaQ2's that was produced.
My CGI script had a -w in the shebang line which the old 5.0 version of
PERL on this machine would choke on. Even doing the 18 updates listed on
the Cobalt home site will not fix this problem. Also, CGI is turned off by
default in access.com, and srm.conf even though it is set up in httpd.conf
for every virtual site that you check CGI on for in the gui.
Also, if your CGI script writes to a file, the file must be 666.
Jay