CGIHTTPServer / not user 'nobody'

Sullivan sullivan at phreaker.net
Sat Jul 3 15:00:20 EDT 2004


When I run a CGI script (Python) with Python's CGIHTTPServer, it 
should run with the UID of the user 'nobody' (as the documentation
says).

But if I let the CGI script e.g. create a file, it creates the
file with the UID of the user who started the CGIHTTPServer.

Any ideas what I am doing wrong here?

Thanks in advance for your help!




More information about the Python-list mailing list