开发者

running php with Nginx server

开发者 https://www.devze.com 2023-03-23 19:33 出处:网络
I am using ap开发者_C百科ache server for php. So my doubt is can I use both Nginx and apache server for running on my system . Can be both server load on the systm? Thanks in advanceAlthough I don\'t

I am using ap开发者_C百科ache server for php. So my doubt is can I use both Nginx and apache server for running on my system . Can be both server load on the systm? Thanks in advance


Although I don't see much benefit, but as long as they are listening to different ports, I don't see why not.

Here's a tutorial on how to setup php in nginx (just in case)

http://wiki.nginx.org/Configuration#PHP_via_FastCGI


If it were me, for evaluation purposes, I would just fire up one of my Virtual Machines and run nginx in the test environment of your choice.

http://www.virtualbox.org/

0

精彩评论

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