Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-12 Thread Francois Gingras
Perhaps a constructive answer would help the original poster here. Since your bottleneck is the lack of actual RAM, then I would recommend using a threaded mpm like event, which will allow you to support far more clients with less resources. With 2.4, you can simply load the appropriate mpm with

[users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-11 Thread Robin de Haan
Hi, I'm a web designer setting up a server for the first time using a very light Linode package with 1GB RAM and 1 CPU. It will host a Drupal site that gets low traffic. It's running Ubuntu 14.04 and Apache 2.4.7. I'm following their set up guide here:

Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-11 Thread Edgar Pettijohn
I would just leave the stock configuration. If anything goes wrong play with the config then. On 08/11/2014 05:42 PM, Robin de Haan wrote: Hi, I'm a web designer setting up a server for the first time using a very light Linode package with 1GB RAM and 1 CPU. It will host a Drupal site that

Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-11 Thread Pablo Garcia Melga
Robin, I haven't tested on 2.4, but done many times on 2.2 and 1.3, I would compile it myself, just using the mods you need, and after that I would stripe the symbols to make the binary even smaller. Hope it helps Regards, Pablo On Mon, Aug 11, 2014 at 7:42 PM, Robin de Haan