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

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Pablo Garcia Melga
Jeff, from your log you seem to be requesting /oldsite, but in your rewrite rule you specify that only requests that ends with .html will be taken into consideration. a request to /oldsite/index.html should work. Regards, Pablo On Fri, Apr 15, 2011 at 2:46 PM, Jeff Shearer

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
at 7:11 PM, Pablo Garcia Melga mal...@gmail.com wrote: Paras, have you checked the OS counters ?, is this completely CPU bound ? would you post a vmstat 2 run during the ab testing ? Regards, Pablo On Mon, Sep 13, 2010 at 7:28 PM, Paras pradhan pradhanpa...@gmail.com wrote: I got almost

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
with ab is just the login page and no database involved. Paras. On Tue, Sep 14, 2010 at 12:43 PM, Pablo Garcia Melga mal...@gmail.com wrote: I'm not familiar with Horde, does it run against a database server ?, based on the information you provided, there's seems to be something else

Re: [us...@httpd] Unable to conditionally set cache-control

2010-06-08 Thread Pablo Garcia Melga
Is the home.html an actual file or a Rewrite rule ? Do you have the same problem with other files ? .js or .css ? On Mon, Jun 7, 2010 at 9:05 PM, mitchel.carl...@asipay.com wrote: Please excuse my query as I’m new to apache and open source in general. I’m attempting to set the cache-control

Re: [us...@httpd] Header modification problem with mod_rewrite, mod_headers and PHP

2010-05-20 Thread Pablo Garcia Melga
phone On May 19, 2010 11:42 PM, Pablo Garcia Melga mal...@gmail.com wrote: Hello,  I'm struggling with a configuration that doesn't seems to work I have an httpd 2.2.15 running on RHEL 5.3 loaded with mod_rewrite, mod_headers, mod_expires and php I have configured this rewrite rule

[us...@httpd] Header modification problem with mod_rewrite, mod_headers and PHP

2010-05-19 Thread Pablo Garcia Melga
Hello,  I'm struggling with a configuration that doesn't seems to work I have an httpd 2.2.15 running on RHEL 5.3 loaded with mod_rewrite, mod_headers, mod_expires and php I have configured this rewrite rule RewriteRule /c([0-9]+)-([a-zA-Z/-]+)-p([0-9]+)(.*)