1

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

1
  • Do you want to actually use both at the same time for a single app, for separate apps, or do you just want to try Nginx out? Or something else altogether...? Commented Jul 28, 2011 at 15:53

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

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/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.