Jun 9 2006

Dries on Setting up Webserver for Drupal

Dries Buytaert compared different web server and PHP set up for a Drupal powered site. It turns out Apache2 + mod_php4 + APC cache is actually the fastest configuration. However, pre-fork with APC cache on each apache process can use quite a lot of memory as well, if the site has been hit hard. Personally for Drupal I still prefer lighttpd + spawn-fcgi which has much smaller memory footprint, and almost the same performance.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>