Re: [users@httpd] Apache process crashes, utilizing high memory

2019-08-21 Thread Nigel B. Peck
On Thu, 22 Aug 2019 at 12:02 am, Arnav Garg wrote: > Hi Nigel, > > > > Thanks for your prompt reply. > > Can you please help me in clarifying some of my doubts? > > 1. What is the significance of setting MaxConnectionsPerChild to a > value between 1-100 ? > > 2. What are the possible

RE: [users@httpd] Apache process crashes, utilizing high memory

2019-08-21 Thread Arnav Garg
Hi Nigel, Thanks for your prompt reply. Can you please help me in clarifying some of my doubts? 1. What is the significance of setting MaxConnectionsPerChild to a value between 1-100 ? 2. What are the possible reasons for not setting MaxConnectionsPerChild to a high value, greater

Re: [users@httpd] conditionally create a Virtual Host?

2019-08-21 Thread Heather Lotz
A new file was created on Z: for the sole purpose of having a designated file for Apache to seek. The file is called Z:\files\development\ApacheSmokeSignal.txt. The httpd-vhosts.conf file was modified as follows: DocumentRoot "Z:/files/xampp/htdocs" Options Indexes Require all granted

Re: [users@httpd] conditionally create a Virtual Host?

2019-08-21 Thread Nigel B. Peck
On Wed, 21 Aug 2019 at 7:21 pm, Heather Lotz wrote: > Greetings, > > In my development environment on a Windows 10 PC I have added the > following to Apache's configuration files - > > To httpd.conf: > Listen 8080 > > To httpd-vhosts.conf: > > DocumentRoot "Z:/files/xampp/htdocs" > > Optio

Re: [users@httpd] conditionally create a Virtual Host?

2019-08-21 Thread Heather Lotz
A new file was created on Z: for the sole purpose of having a designated file for Apache to seek. The file is called Z:\files\development\ApacheSmokeSignal.txt. Here is what httpd-vhosts.conf looks like now: DocumentRoot "Z:/files/xampp/htdocs" Options Indexes Require all granted W

Re: [users@httpd] conditionally create a Virtual Host?

2019-08-21 Thread Eric Covener
On Wed, Aug 21, 2019 at 8:21 PM Heather Lotz wrote: > > Greetings, > > In my development environment on a Windows 10 PC I have added the following > to Apache's configuration files - > > To httpd.conf: > Listen 8080 > > To httpd-vhosts.conf: > > DocumentRoot "Z:/files/xampp/htdocs" > > Opt

[users@httpd] conditionally create a Virtual Host?

2019-08-21 Thread Heather Lotz
Greetings, In my development environment on a Windows 10 PC I have added the following to Apache's configuration files - To httpd.conf: Listen 8080 To httpd-vhosts.conf: DocumentRoot "Z:/files/xampp/htdocs" Options Indexes Require all granted Note that Z: is mapped to an external sto

[users@httpd] Re: Apache/2.4.26 (Unix) undocumented error AH02651

2019-08-21 Thread Christophe JAILLET
Le 21/08/2019 à 17:58, HISEY, JAMES a écrit : Running Apache 2.4.26 on RHEL7, I'm receiving an error in my apache error log of AH02651: Error writing request body to script I am unable to locate a meaningful description of AH02651 anywhere as all error lists I can find stop in the lower 2

[users@httpd] Apache/2.4.26 (Unix) undocumented error AH02651

2019-08-21 Thread HISEY, JAMES
Running Apache 2.4.26 on RHEL7, I'm receiving an error in my apache error log of AH02651: Error writing request body to script I am unable to locate a meaningful description of AH02651 anywhere as all error lists I can find stop in the lower 2000's. It appears to happen when the POSTDATA i

Re: [users@httpd] Apache process crashes, utilizing high memory

2019-08-21 Thread Nigel B. Peck
On Mon, 19 Aug 2019 at 11:24 pm, Arnav Garg wrote: > Hi All, > > > > I have an apache web server(v2.4) + ckan (v2.7.2) running in a docker > container. > In our scenario, CKAN is being hit with large number of requests at > certain intervals (like 10 requests/sec). Then after a certain period of