404 Error when using local CGI Server

Charles Carr chcarr at sas.upenn.edu
Wed Jun 24 13:48:29 EDT 2015


I am running a local cgi server from python on a windows 7 computer.
Whenever I try to serve the output of a cgi file by entering the following
into my browser: http://localhost:8080/filename.py , I get a 404 error
message that the file was not found. I'm positive that the files I am
trying to serve are in the same directory as the server script that is
running. Are there any tips as to where I should save my files in order to
avoid this error?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150624/a0caa24e/attachment.html>


More information about the Python-list mailing list