Simon Willison’s Weblog

Subscribe

Simon Willison: How do you configure the Apache server you describe in What are the advantages of running Apache behind nginx as opposed to just Apache by itself?

13th October 2010

My answer to Simon Willison: How do you configure the Apache server you describe in What are the advantages of running Apache behind nginx as opposed to just Apache by itself? on Quora

It took me a while to figure out the single threaded bit (Andrew Godwin helped me sort that out)—on an Ubuntu system, you need to run “apt-get install -y apache2-mpm-prefork” to ensure you’re running the prefork Apache MPM.

Here’s the Apache config I’m using: http://gist.github.com/625129

This is Simon Willison: How do you configure the Apache server you describe in What are the advantages of running Apache behind nginx as opposed to just Apache by itself? by Simon Willison, posted on 13th October 2010.

Next: Why is software effort estimation still based on thumb rules and gut feels? How come no one has come up with an accurate estimation model?

Previous: To what extent is it still valid to assume that your web app users are stupid?