Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

did not produce a valid header

Status
Not open for further replies.

knilesh

Programmer
Apr 10, 2003
1
US
problem:
am not able to see testp.cgi on browser

gets error: page cannot be found

now here what it is on unix box.

-rwsrwsr-x 1 khoont webdrum 515 Apr 10 10:55 testp.cgi*
drwsrwsr-x 2 bagru webdrum 512 Apr 10 09:57 ./



what i did is
chmod 775 testp.cgi
chmod ug+s testp.cgi ( my program requires to do that so taht user gets groups permission till session ends)

if you see the kkkkkk directory is also set chmod ug+s mode.

noe thing is if i use -rwxrwxr-x for testp.cgi i can see testp.cgi without any errors on browser.
but setting mode ug+s to testp.cgi gives me error.

BTW webserver is iplanet.4.0

anyone have idea?



error log:

[10/Apr/2003:10:55:35] failure (11057): for host xxx.xxx.xx.xx trying to GET /pppp/llll/bin/secure/kkkkkk/testp.cgi, cgieng_scan_headers reports: the CGI program /usr/local/etc/httpd/document-home/pppp/llll/bin/secure/kkkkkk/testp.cgi did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top