Re: [users@httpd] Apache on CentOS 6 -- lots of reading requests

2013-04-06 Thread Marcin Wanat
ms to be ok that Reading Request connections appear in server status. If you have too many of them you can decrease Timeout in httpd config. Regards, Marcin Wanat 2013/4/6 linuxsupport > I am facing a problem with Apache on CentOS 6 > > Apache 2.2.19 is complied from source. > > I

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
Please remember that in 2.2 modules were linked statically by default. Now they are linked dynamically by default. You need to use: --enable-MODULE=static to compile in into httpd statically or use LoadModule. More info: http://httpd.apache.org/docs/2.4/programs/configure.html 2013/4/5 Marcin

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
LoadModule ssl_module modules/mod_ssl.so in httpd.conf didn't help ? 2013/4/5 Ismael Puerto > Hello Leonay > > Currently I have some problem, at the moment i work with 2.2.X > I hope that anybody help us with this question. > > Thanks > > On 04/04/2013 05:36 PM, Leonay Wynn wrote: > > I am una

Re: [users@httpd] connection closed for event mpm?

2013-03-28 Thread Marcin Wanat
What error_log says ? It looks like httpd is crashing. Maybe you are using some flv streaming mod which is not thread safe ? 2013/3/28 Esmq : > hi, guys > > i have come across a problem related to event mpm in apache(v2.4.3), > that is > connection may closed during transfer for some times. wh

Re: [users@httpd] Apache httpd 2.4.4 many connections in Reading Request state

2013-03-27 Thread Marcin Wanat
2013/3/27 Marcin Wanat : >> >> What are the equivalent settings in your 2.2 setup? >> > # ./httpd -V > Server version: Apache/2.2.16 (Unix) > Server built: Aug 2 2010 19:26:08 > Server's Module Magic Number: 20051115:24 > Server loaded: APR 1.4.2, APR-

Re: [users@httpd] Apache httpd 2.4.4 many connections in Reading Request state

2013-03-27 Thread Marcin Wanat
> > What are the equivalent settings in your 2.2 setup? > # ./httpd -V Server version: Apache/2.2.16 (Unix) Server built: Aug 2 2010 19:26:08 Server's Module Magic Number: 20051115:24 Server loaded: APR 1.4.2, APR-Util 1.3.9 Compiled using: APR 1.4.2, APR-Util 1.3.9 Architecture: 64-bit Serve

[users@httpd] Apache httpd 2.4.4 many connections in Reading Request state

2013-03-27 Thread Marcin Wanat
uthz_user_modulemodules/mod_authz_user.so LoadModule auth_basic_modulemodules/mod_auth_basic.so Prefork config: StartServers 256 MinSpareServers 256 MaxSpareServers 512 MaxRequestWorkers 1024 MaxConnectionsPerChild 0 Currently i