in reply to Getting random "Internal Server Errors"
"500 Internal Server Error" may result from an error in your CGI script but it may also result from a fault in your web server (apache?, IIS?, something else?). If the server is returning a 500 status to the browswer but not logging anything in its error log then I would say that it is broken or misconfigured. You should fix the server so that it logs useful information before struggling with possible CGI script errors.
The fact that a script containing nothing but a print of a hard coded string sometimes fails suggests very strongly that your web server is broken.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting random "Internal Server Errors"
by polki (Novice) on May 05, 2009 at 22:15 UTC | |
by Anonymous Monk on May 05, 2009 at 22:18 UTC | |
by polki (Novice) on May 05, 2009 at 22:44 UTC | |
by ig (Vicar) on May 05, 2009 at 22:58 UTC | |
by polki (Novice) on May 05, 2009 at 23:48 UTC |