Re: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Ruben Safir
On 9/22/18 5:12 PM, Rainer Jung wrote: > Since your system seems to have lots of free memory, I don't expect a > memory shortage unless there's a memory leak and the memory numbers you > showed below would be very different when the crash actually happens. > Each thread needs a thread stack in

RE: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Jerry Martinez
Rainer, thank you for helping! As I mentioned, event MPM settings are at their defaults. I don't think this website server needs to handle more than 400 req/s (ServerLimit (16) X ThreadsPerChild (25)) since it serves about 380K page views per month. The homepage receives 80% of this traffic

Re: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Rainer Jung
Am 22.09.2018 um 22:17 schrieb Jerry Martinez: Hello! Apache has been randomly crashing (for a few months now) and I cannot seem to understand why. I cannot replicate the crash even when hitting the server with 4,000 requests @ a concurrency of 500. This is a production server and I am willing

[users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Jerry Martinez
Hello! Apache has been randomly crashing (for a few months now) and I cannot seem to understand why. I cannot replicate the crash even when hitting the server with 4,000 requests @ a concurrency of 500. This is a production server and I am willing to compensate someone for their efforts resolving

Re: [users@httpd] IP address used by Apache reverse proxy?

2018-09-22 Thread Osman Zakir
I edited the httpd.conf file to change the Listen directive value to 0.0.0.0:80 and also changed the value of the ProxyPass IP and port to that. But when I tried to go to localhost after starting the Apache httpd, I got a 503 error on the browser. Do I have to also run the app server that I

Re: [users@httpd] IP address used by Apache reverse proxy?

2018-09-22 Thread Osman Zakir
The files I want to serve are the ones in the DocumentRoot I currently have for my vhost configuration (E:\programming\visual_studio_2017\Projects\currency_converter\Release). Do I need to specify as Apache's document root? The files in this directory are: \scripts scripts.js \styles

Re: [users@httpd] IP address used by Apache reverse proxy?

2018-09-22 Thread Osman Zakir
What I mainly want to know right now is how to define a front-facing vhost (an IP-based one, for now). I hope I can find that in the documentation. I'll ask if I get confused about something. From: Frank Gingras Sent: Saturday, September 22, 2018 6:38 AM To: