[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] Apache Configuration.....
- Subject: Re: [LI] Apache Configuration.....
- From: Babu Kalakrishnan <kalakrishnan@xxxxxxxx>
- Date: Thu, 19 Aug 1999 13:53:20 +0530
Dileep,
Try executing your CGI script in a stand-alone mode (without going through
Apache) and see if it executes at all. The most likely cause of your error
msg. is a failure to execute the script due to a wrong path specification
in the first line similar to the one below that specifies the script
interpreter.
#!/usr/bin/perl
Kala
- --------------------------------
>Date: Thu, 19 Aug 1999 08:58:57 +0530
>From: dileep <dileepcyriac@xxxxxxxxxxx>
>Internal Server Error
>And my /etc/httpd/logs/error_log file read as follows.
>Mon Aug 16 09:03:55 1999] [error] (2)No such file or directory: exec of
>/home/httpd/cgi-bin/multiple_choice_questions.cgi failed
>[Mon Aug 16 09:03:55 1999] [error] [client 192.168.1.1] Premature end of
>script headers:
>/home/httpd/cgi-bin/multiple_choice_questions.cgi
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------