开发者

Running a personal instance of web server in Linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question 开发者_如何学Go

I have a relatively simple web app, which has some server-side PHP components, and it is running fine on a central web server. There is a desire by some to run the app on their local Linux workstation (for various reasons). What would be a very low setup-intensive method to allow the user to spawn off a web server running with that user's permissions, that can serve up the PHP app?

I don't need to allow other users to log in and access the server, I don't need support for other languages, etc. The only purpose of this web server instance would be to run PHP app for that one user.


You could just setup apache with php. For most distros it's really simple, without much need to touch anything. Adding stuff like only allowing access from localhost etc is also so simple the end users can probably do it themselves if they are even a little linux-savvy.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜