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
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
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.
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