Which web server architecture do you think is better?

Posted by ngache on Server Fault See other posts from Server Fault or by ngache
Published on 2010-04-16T14:36:52Z Indexed on 2010/04/16 14:43 UTC
Read the original article Hit count: 317

Filed under:
|
  1. use apache to server dynamic requests that need to be processed by php,and use nginx to serve static files
  2. use nginx to serve all requests

So the key point is: which of them is more efficient in serving dynamic requests(we have no doubt that nginx is much better than apache in serving static files)?

© Server Fault or respective owner

Related posts about apache

Related posts about nginx