user678978
user678978

Reputation:

running php with Nginx server

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

Answers (2)

Edmond Burnett
Edmond Burnett

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.

http://www.virtualbox.org/

Upvotes: 0

Andreas Wong
Andreas Wong

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

Related Questions