Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Rashmi Srinivasan
Hi, Thanks for checking this, I wanted to check the below:' Stress testing of apache 2.2 works very well with the default mpm worker onfiguration However, apache 2.4 doesnt work at all with the default configuration, gives the error: 2000 concurrent requests Benchmar

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Rodrigo Cunha
Step-by-step, my troubleshoting...rs Check what comand your use for instaling this openssl $history |grep -i openssl $openssl --version try apt-get remove openssl --purge or other package referal a this instalation. Step 2 The search packages ins repository $sudo apt-cache policy apache2 $sudo apt

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Yann Ylavic
On Thu, Sep 22, 2016 at 5:20 PM, Rashmi Srinivasan wrote: > > Access log has the following status: > [22/Sep/2016:20:17:21 +0530] "GET /cgi-bin/script.cgi HTTP/1.0" 200 16 What's in the *error* log (path from the ErrorLog directive)? What about resources (CPU, load average, ...) on the httpd mac

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Rashmi Srinivasan
Hi, This is my mpm conf: ServerLimit 80 StartServers 3 MinSpareThreads 75 MaxSpareThreads250 ThreadsPerChild 25 MaxRequestWorkers 2000 MaxConnectionsPerChild 0 The issue occurs even upon increasing the serverlim

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Rubén Toribio Aldeguer
25 * 2000 = 50.000 threads. May be you have to setup ulimit in your OS. B.R. 2016-09-22 6:32 GMT+02:00 Rashmi Srinivasan : > Hi, > Below is the issue encountered when i am trying to use apache 2.4 to > validate performance using the benchmarking tool(ab tool). > > ab is invoked with 2000/1000 co

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Rashmi Srinivasan
This is my mpm conf: ServerLimit 80 StartServers 3 MinSpareThreads 75 MaxSpareThreads250 ThreadsPerChild 25 MaxRequestWorkers 2000 MaxConnectionsPerChild 0 The issue occurs Access log has the status: On Thu, S

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Daniel
try issuing "make clean" before trying to ./configure and make again. 2016-09-22 10:37 GMT+02:00 Pavol Eisenberg : > many thanks, do you have any idea how to revert the situation ? I've > reinstalled openssl libs to 1.0.2 but the problem remain. Seems like some > libs was linked staticaly when op

Re: [users@httpd] failing t/modules/filter.t

2016-09-22 Thread Petr Gajdos
On Wed, Sep 21, 2016 at 08:38:25PM +0200, Yann Ylavic wrote: > Without any AddType directive relative to ".xml" files in your > configuration, the Content-Type is set according to the > "conf/mimes.types" file. > What's in yours for the "xml" extension? You are correct. There is no reference to xm

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-22 Thread Yann Ylavic
On Thu, Sep 22, 2016 at 8:57 AM, Rashmi Srinivasan wrote: > > Benchmarking x.x.x.x (be patient) > Completed 8000 requests > apr_socket_recv: Connection timed out (110) > Total of 8972 requests completed This can be related to some limits reached on the server side (cgi connection/execution time,

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Pavol Eisenberg
many thanks, do you have any idea how to revert the situation ? I've reinstalled openssl libs to 1.0.2 but the problem remain. Seems like some libs was linked staticaly when openssl 1.1.0 was compiled. Can you guess what should be the best possible way to get rid of this problem ? On Wed, Sep 21