Weird cgi error
Jesse Aldridge
JesseAldridge at gmail.com
Mon Feb 25 12:42:47 EST 2008
> If you cant have access to the apache (?) error_log, you can put this in
> your code:
> import cgitb
> cgitb.enable()
>
> Which should trap what is being writed on the error stream and put it on
> the cgi output.
>
> Gerardo
I added that. I get no errors. It still doesn't work. Well, I do
get several errors about the missing favicon, but I'm pretty sure
that's unrelated.
More information about the Python-list
mailing list