Answer the question
In order to leave comments, you need to log in
Twiste-web-server, how to make php work?
There is a simple server
#!/usr/bin/env python<br/>
<br/>
from BaseHTTPServer import HTTPServer<br/>
from CGIHTTPServer import CGIHTTPRequestHandler<br/>
serve = HTTPServer(("",7777),CGIHTTPRequestHandler)<br/>
serve.serve_forever()<br/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question