Simple python server similar to SimpleHTTPServer b

2019-07-21 00:15发布

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条回答
疯言疯语
2楼-- · 2019-07-21 00:21

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

查看更多
登录 后发表回答