I am setting up a Drupal website that might have critical traffic for a while. What is the best setup (distro, apache/ngynx/lighttpd, reverse proxy, sql server, php version, etc) to handle it?
Drupal configurations/modules are welcome, as well.
I am setting up a Drupal website that might have critical traffic for a while. What is the best setup (distro, apache/ngynx/lighttpd, reverse proxy, sql server, php version, etc) to handle it?
Drupal configurations/modules are welcome, as well.
Here are a couple resources:
http://2bits.com/sites/2bits.com/files/drupal-single-server-3.4-million-page-views-a-day.pdf
http://groups.drupal.org/node/21897
To summarize: use APC and Memcached, try to limit the number of Drupal modules you use and be judicious with your logging (e.g. use syslog to write Drupal events to a file instead of to the Database).
HTH