Search results

  1. S

    How to enable logging?

    Thanks, I was thinking of some .htaccess configuration quirk, yes. Yes, I'm doing most of my porting and debugging locally. I got Python 2.4.4, and there seems to a lot of issues with 2.4 missing the finally clause and with-statement, probably resulting in the byte code-compilation failing, thus...
  2. S

    How to enable logging?

    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...
Top