I have a rather hard time debugging my Python CGI scripts running into
"500 - Internal Server Error", which doesn't result in any useful output in Apache's error.log. Only trivial 404- (file doesn't exist) errors get logged on mistyped URLs. So how do you enable maximal error logging in Apache and/or its handlers?
To clarify: I have basic Python CGI scripts working, the problems seems to be connected with X10Hosting using an outdated Python version (2.4.x) vs. my development on 2.5.x. But without proper error logging, any backwards porting to 2.4.x gets extremely time-consuming.
svejk
"500 - Internal Server Error", which doesn't result in any useful output in Apache's error.log. Only trivial 404- (file doesn't exist) errors get logged on mistyped URLs. So how do you enable maximal error logging in Apache and/or its handlers?
To clarify: I have basic Python CGI scripts working, the problems seems to be connected with X10Hosting using an outdated Python version (2.4.x) vs. my development on 2.5.x. But without proper error logging, any backwards porting to 2.4.x gets extremely time-consuming.
svejk