Re: Can a module control the socket transport protocol? - revisited

2013-11-07 Thread Jonathan T. Leighton
I think the answer to my question is sort of, but not really. It appears that httpd can support alternate network transport protocols within strict limits. The MPMs (at least prefork, worker, and event), all call ap_setup_listeners() to set various socket options, bind(), and listen() on all

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Joe Orton
On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: Hmm. This points out another issue when using an error log provider for the main server log: We lose everything that the server or other programs like CGI-scripts write to the stderr FD as it is simply written to

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Jan Kaluža
On 11/07/2013 11:11 AM, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: Hmm. This points out another issue when using an error log provider for the main server log: We lose everything that the server or other programs like CGI-scripts write to

RE: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Plüm , Rüdiger , Vodafone Group
Seems fine. Regards Rüdiger -Original Message- From: Jan Kaluža Sent: Donnerstag, 7. November 2013 13:09 To: dev@httpd.apache.org Subject: Re: error log providers, multiple vhosts, mod_syslog On 11/07/2013 11:11 AM, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +,

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Jeff Trawick
On Thu, Nov 7, 2013 at 7:09 AM, Jan Kaluža jkal...@redhat.com wrote: On 11/07/2013 11:11 AM, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: Hmm. This points out another issue when using an error log provider for the main server log: We lose

Re: error log providers, multiple vhosts, mod_syslog

2013-11-07 Thread Jan Kaluza
On 11/07/2013 07:07 PM, Jeff Trawick wrote: On Thu, Nov 7, 2013 at 7:09 AM, Jan Kaluža jkal...@redhat.com mailto:jkal...@redhat.com wrote: On 11/07/2013 11:11 AM, Joe Orton wrote: On Thu, Oct 17, 2013 at 12:33:50PM +, Plüm, Rüdiger, Vodafone Group wrote: