Re: 404 Error when using local CGI Server

2015-06-25 Thread Chris Angelico
On Thu, Jun 25, 2015 at 3:48 AM, Charles Carr wrote: > 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

404 Error when using local CGI Server

2015-06-25 Thread Charles Carr
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 serv