cgihttprequesthandler Questions
4
I'm writing a simple python web-server on windows..
it works but now I want to run dynamic scripts (php or py) and not only html pages..
here is my code:
from BaseHTTPServer import HTTPServer
fr...
Hesper asked 17/3, 2011 at 0:58
3
Solved
I've got the following minimal code for a CGI-handling HTTP server, derived from several examples on the inner-tubes:
#!/usr/bin/env python
import BaseHTTPServer
import CGIHTTPServer
import cgitb...
Clump asked 12/7, 2013 at 15:5
1
© 2022 - 2024 — McMap. All rights reserved.