Reputation:
I am using apache 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
Upvotes: 1
Views: 253
Reputation: 5186
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.
Upvotes: 0
Reputation: 60516
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
Upvotes: 1