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

2016-09-21 Thread Rashmi Srinivasan
Thank you so much, I will check. Would need help on the timeout error as well: Benchmarking x.x.x.x (be patient) Completed 8000 requests apr_socket_recv: Connection timed out (110) Total of 8972 requests completed Thanks, RS On Thu, Sep 22, 2016 at 12:10 PM, Yann Ylavic wrote: > Hi, > > On Thu

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

2016-09-21 Thread Yann Ylavic
Hi, On Thu, Sep 22, 2016 at 6:32 AM, Rashmi Srinivasan wrote: > > > 2000 concurrent requests > > Benchmarking x.x.x.x (be patient) > socket: Too many open files (24) You should probably change the 'ulimit -n' on the host running ab, something like

[users@httpd] Re: CVE-2013-2249

2016-09-21 Thread Christophe JAILLET
Hi, CVE-2013-2249 is related to mod_session_dbd.c. AFAIK, mod_session_dbd is not part of apache 2.2.x. Best regards, CJ Le 22/09/2016 à 07:31, Bernd Eggenmüller a écrit : Hello, can someone tell me if the vulnerability CVE-2013-2249 is already fixed in the apache version 2.2.31? I can on

[users@httpd] CVE-2013-2249

2016-09-21 Thread Bernd Eggenmüller
Hello, can someone tell me if the vulnerability CVE-2013-2249 is already fixed in the apache version 2.2.31? I can only find it in the changelog for the version 2.4. Regards, Bernd Mit freundlichen Grüßen Bernd Eggenmüller Entwicklung [cid:baramundi_LOGO_Mailsignatur_92ca05d0-0f0b-4a7

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

2016-09-21 Thread 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 concurrent requests and subjected to 8 cgi requests. The module enabled is mod_cgid. Occurs with worker/event mpm enabled MPM config

Re: [users@httpd] problem compiling apache

2016-09-21 Thread Daniel
AFAIK httpd 2.4.x branch is not compatible with Openssl 1.1.0 yet, as that openssl version has just been released and many things have changed. In fact I recall when httpd 2.4.23 was released openssl 1.1.0 was still beta 2016-09-21 17:47 GMT+02:00 Rodrigo Cunha : > Try get http source code(tarba

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

2016-09-21 Thread Yann Ylavic
On Wed, Sep 21, 2016 at 11:04 AM, Petr Gajdos wrote: > > the test does not succed for me. If I got it correctly, it creates > test.xml with the content 'helloworld' and tries to add CASEFILTER to > it trough AddOutputFilterByType with application/xml. That does not > work for me, but does with tex

Re: [users@httpd] problem compiling apache

2016-09-21 Thread Rodrigo Cunha
Try get http source code(tarball) from you repository, thys compilations They were probably tested by sysadmins operating system. In output from you make, this problem probably is a erro in string from function main in the source code. aparantemente ele não está nomeando o caminho correto dos binar

Re: [users@httpd] New virtual host not working [wd-vc]

2016-09-21 Thread Rodrigo Cunha
post you DNS configuration tolocalshow.com and www.localshow.com, you DNS. Test in my enviroment step by step. STEP 1 : execute a comands ping or host the domain www.localshow.com or www.localshow.com in comand line: $host www.localshow.com www.localshow.com has address 207.148.248.143 $pin

Re: [users@httpd] New virtual host not working

2016-09-21 Thread Rodrigo Cunha
post you DNS configuration tolocalshow.com and www.localshow.com, you DNS. Test in my enviroment step by step. STEP 1 : execute a comands ping or host the domain www.localshow.com or www.localshow.com in comand line: $host www.localshow.com www.localshow.com has address 207.148.248.143 $pin

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

2016-09-21 Thread Petr Gajdos
Hi list, the test does not succed for me. If I got it correctly, it creates test.xml with the content 'helloworld' and tries to add CASEFILTER to it trough AddOutputFilterByType with application/xml. That does not work for me, but does with text/xml as example [1] shows. Where the truth is? Petr

Re: [users@httpd] New virtual host not working [wd-vc]

2016-09-21 Thread Roparzh Hemon
You are absolutely correct. I changed the name to something more unusual and it works now. Thank you On Wed, Sep 21, 2016 at 9:19 AM, Bremser, Kurt (AMOS Austria GmbH) wrote: > It might be that the "outside" DNS takes precedence over your hosts file. > Your other names might not have an equivale

AW: [users@httpd] New virtual host not working [wd-vc]

2016-09-21 Thread Bremser, Kurt (AMOS Austria GmbH)
It might be that the "outside" DNS takes precedence over your hosts file. Your other names might not have an equivalent in the net, but your new domain has, and is therefore served from the DNS. In AIX, that order is configured in /etc/netsvc.conf, where "local" must be before "bind" so that th