[users@httpd] How to make sure the my module run before the php module?

2013-01-17 Thread ericwu
Hi, everyone I want ask an apache module question , hope somebody can help me, please. I write the apache input filter module, I want it log apache process pid and run before the php module, but it always run after php, I load apache module after the php module in http.conf, like

Re: [users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Igor Cicimov
On Fri, Jan 18, 2013 at 11:04 AM, Eric Covener wrote: > On Thu, Jan 17, 2013 at 11:32 AM, Alex Leonhardt > wrote: > > Hi All, > > > > I'm seeing HTTP/1.0 response codes coming from Apache when the Request > was a > > HTTP/1.1 - this only seems to be the case when it's a POST - is this a > known

Re: [users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Eric Covener
On Thu, Jan 17, 2013 at 11:32 AM, Alex Leonhardt wrote: > Hi All, > > I'm seeing HTTP/1.0 response codes coming from Apache when the Request was a > HTTP/1.1 - this only seems to be the case when it's a POST - is this a known > issue ? Is there a way to force a HTTP/1.1 response to POST requests ?

[users@httpd] Apache httpd graphical monitor ?

2013-01-17 Thread Rose, John B
Is there a graphical monitoring tool for Apache httpd that is granular enough you can determine if you need to change configuration settings, such as you need to change values for MaxClients, MinSpareServers, MaxRequestsPerChild, StartThreads, etc. Looking thru the list archives on MarkMail I

Re: [users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Igor Cicimov
On Fri, Jan 18, 2013 at 3:32 AM, Alex Leonhardt wrote: > Hi All, > > I'm seeing HTTP/1.0 response codes coming from Apache when the Request was > a HTTP/1.1 - this only seems to be the case when it's a POST - is this a > known issue ? Is there a way to force a HTTP/1.1 response to POST requests >

[users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Alex Leonhardt
Hi All, I'm seeing HTTP/1.0 response codes coming from Apache when the Request was a HTTP/1.1 - this only seems to be the case when it's a POST - is this a known issue ? Is there a way to force a HTTP/1.1 response to POST requests ? Server version: Apache/2.2.3 Server built: Nov 12 2012 08:48:4