[users@httpd] RHEL6 software collections mod_rewrite not working

2019-05-02 Thread Jim Weill
We are trying to use the software collections version of apache 2.4 (httpd24-httpd package) on RHEL6 and it claims mod_rewrite is being loaded but none of our previously working rewrites seem to be doing what we expect. We have a site.conf file as follows: RewriteCond %{HTTP_HOST}^site.ex

Re: [users@httpd] Tuning Apache Web Server Parameters

2019-05-02 Thread Supun Abeysinghe
Yeah, I have double checked that. I have set the ServerValue param to a larger value. In fact, even when I reduce the MaxRequestWorkers it does not reduce. Is graceful restart supposed to load that configuration and make it affect? On Thu, 2 May 2019 at 19:52, Rainer Canavan wrote: > On Thu, May

Re: [users@httpd] Tuning Apache Web Server Parameters

2019-05-02 Thread Rainer Canavan
On Thu, May 2, 2019 at 11:57 AM Supun Abeysinghe wrote: > > Hi all, > > I'm working on a project to dynamically tune the parameters of the Apache web > server. I'm particularly looking at changing MaxRequestWorkers (formerly > known as MaxClients) parameter by looking at runtime characteristics.

[users@httpd] Tuning Apache Web Server Parameters

2019-05-02 Thread Supun Abeysinghe
Hi all, I'm working on a project to dynamically tune the parameters of the Apache web server. I'm particularly looking at changing MaxRequestWorkers (formerly known as MaxClients) parameter by looking at runtime characteristics. I have tried setting the parameter using the /etc/apache2/apache2.con