Simple python server similar to SimpleHTTPServer but with PHP support? [closed]

房东的猫 提交于 2019-12-12 20:12:22

问题


I use python -m SimpleHTTPServer when I want to run my web application locally, quickly and without much pain. However, SimpleHTTPServer lacks any PHP support (or even MySQL support).

Is there something similar I can do (preferably but not necessarily to do with Python) to get a quick PHP server up and running for testing?


回答1:


WPHP will allow you to run PHP in a WSGI container, of which there are several standalone.



来源:https://stackoverflow.com/questions/9900706/simple-python-server-similar-to-simplehttpserver-but-with-php-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!