Web Hosting Talk







View Full Version : CGI script is not working (pls help)


mikenn
06-27-2003, 07:26 PM
Hi,

CGI script is not working on one this server. I hve looked at apache log and couldn't find any info.

When we click on cgi-script it is coming in white page(empty page). Does any one what is the problem?


thanks
mikenn

Patrick
06-27-2003, 10:12 PM
Originally posted by mikenn
Hi,

CGI script is not working on one this server. I hve looked at apache log and couldn't find any info.

When we click on cgi-script it is coming in white page(empty page). Does any one what is the problem?


thanks
mikenn

Not enough detail to troubleshoot this.

Perhaps provide a link to the -source- of the CGI if possible.

KhanhNguyen
06-27-2003, 11:55 PM
You can try tail -f error_log and see if there is any file descryptor error. I think you are out of file descryptor. If this is the case, you can rebuild apache to increase file descryptor.

A quick fix now for the scripts to load should be to restart apache. IN MY OPINION!