in reply to PERL CGI HTML JAVASCRIPT APACHE PROBLEM
To expand a little on afoken's reply - when I'm debugging things that generate errors that get logged somewhere, I often will have an extra terminal window open and do a "tail -f /etc/log/error.log" where you replace the "/etc/log/error.log" part with the path to the appropriate server log on your system. This will display the log in real time so you can correlate the log details to exactly how you triggered it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PERL CGI HTML JAVASCRIPT APACHE PROBLEM
by MONKTROOPER (Initiate) on Apr 23, 2015 at 16:06 UTC | |
by MONKTROOPER (Initiate) on Apr 23, 2015 at 20:11 UTC | |
by afoken (Chancellor) on Apr 24, 2015 at 11:20 UTC |