stillflame
Programmer
- Jan 12, 2001
- 416
Hey,
i write perl cgi scripts for an apache webserver, but to debug them, i always have to do it on the command line, as i do not know how to access their error messages from apache. i make a subroutine &dienice for anytime i have to exit from within my script, but general perl errors don't use this, and so don't show up. i only get apache's version of what the error is put into error_log.
is there a value i can set to 'loglevel' in httpd.conf that would make them show up?
thanks for any help. "If you think you're too small to make a difference, try spending a night in a closed tent with a mosquito."
i write perl cgi scripts for an apache webserver, but to debug them, i always have to do it on the command line, as i do not know how to access their error messages from apache. i make a subroutine &dienice for anytime i have to exit from within my script, but general perl errors don't use this, and so don't show up. i only get apache's version of what the error is put into error_log.
is there a value i can set to 'loglevel' in httpd.conf that would make them show up?
thanks for any help. "If you think you're too small to make a difference, try spending a night in a closed tent with a mosquito."