Php Webserver In Python
How can I make a PHP 5.3 webserver using Python? I know how to make a simple HTTP server, but how can I include PHP? Thanks.
Solution 1:
Do you perhaps mean writing your own implementation of a PHP module for your own webserver? eg, writing something like mod_php but in python for your own home rolled web server? You would have to have a mighty good reason for pursuing that...check out LAMP maybe that will do what you need
Post a Comment for "Php Webserver In Python"