CGI and logging module

Michael Ströder michael at stroeder.com
Fri Nov 19 04:50:33 EST 2004


Peter Otten wrote:
> 
> import cgitb
> cgitb.enable()

But make sure to turn it off when going public with your service since 
it reveals interesting information to an attacker.

Ciao, Michael.



More information about the Python-list mailing list