Re: no http-404 errors in ErrorLog

2013-02-07 Thread Reindl Harald
Am 07.02.2013 21:54, schrieb Stefan Fritsch: > On Thursday 07 February 2013, Reindl Harald wrote: >> ErrorLog "/var/log/apache_error.log" >> LogLevel info >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 >> >> what is here "fixed in 2.4.1"? >> httpd-2.4.3 does not log 404 errors in

Re: Apache 2.4 adoption

2013-02-07 Thread Jess Holle
For myself the compelling feature of 2.4 is the event MPM. But it doesn't work on Windows (nor is there an alternative to thread-per-request processing there). And when HTTPS is used its still thread-per-request. And of course I need to know mod_jk works absolutely flawlessly with the event

Re: Apache 2.4 adoption

2013-02-07 Thread Stefan Fritsch
On Wednesday 06 February 2013, p...@talk21.com wrote: > How many Linux distros ship httpd 2.4? > > Fedora 18 is their first release to include httpd 2.4. Since > Fedora is often an early adopter of new releases, I expect 2.4 > hasn't trickled down to other distributions yet, e.g. RHEL, > CentOS.

Re: no http-404 errors in ErrorLog

2013-02-07 Thread Stefan Fritsch
On Thursday 07 February 2013, Reindl Harald wrote: > ErrorLog "/var/log/apache_error.log" > LogLevel info > > https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 > > what is here "fixed in 2.4.1"? > httpd-2.4.3 does not log 404 errors in ErrorLog > > imagine admins like me with some hundret

Re: Potential NULL pointer deference in module/arch/netware/mod_nw_ssl.c

2013-02-07 Thread Guenter Knauf
Hi Christophe, Am 25.01.2013 23:26, schrieb Christophe JAILLET: cppCheck complains about a potential NULL pointer deference in module/arch/netware/mod_nw_ssl.c In function 'ssl_io_filter_Upgrade' we have, line 1165 : if (r) { ... } else { ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, APLOGNO

Re: no http-404 errors in ErrorLog

2013-02-07 Thread Reindl Harald
Am 07.02.2013 14:22, schrieb Dennis Jacobfeuerborn: >> with the old behavior it was easy to grep thrugh 404 errors >> of any vhost and find broken images in CSS files and so on > > Why can't you grep/awk through the access log files the same way you > grep/awk through the error logs? Just because

Re: no http-404 errors in ErrorLog

2013-02-07 Thread Dennis Jacobfeuerborn
On 02/07/2013 01:44 PM, Reindl Harald wrote: > > > Am 07.02.2013 13:39, schrieb Dennis Jacobfeuerborn: >> On 02/07/2013 12:26 PM, Reindl Harald wrote: >>> ErrorLog "/var/log/apache_error.log" >>> LogLevel info >>> >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 >>> >>> what is here "

Re: no http-404 errors in ErrorLog

2013-02-07 Thread Reindl Harald
Am 07.02.2013 13:39, schrieb Dennis Jacobfeuerborn: > On 02/07/2013 12:26 PM, Reindl Harald wrote: >> ErrorLog "/var/log/apache_error.log" >> LogLevel info >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 >> >> what is here "fixed in 2.4.1"? >> httpd-2.4.3 does not log 404 errors in

Re: no http-404 errors in ErrorLog

2013-02-07 Thread Dennis Jacobfeuerborn
On 02/07/2013 12:26 PM, Reindl Harald wrote: > ErrorLog "/var/log/apache_error.log" > LogLevel info > > https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 > > what is here "fixed in 2.4.1"? > httpd-2.4.3 does not log 404 errors in ErrorLog > > imagine admins like me with some hundret vhost

no http-404 errors in ErrorLog

2013-02-07 Thread Reindl Harald
ErrorLog "/var/log/apache_error.log" LogLevel info https://issues.apache.org/bugzilla/show_bug.cgi?id=35768 what is here "fixed in 2.4.1"? httpd-2.4.3 does not log 404 errors in ErrorLog imagine admins like me with some hundret vhosts and all of the systems and templates are developed inside the

Re: Apache 2.4 adoption

2013-02-07 Thread Jan Kaluza
- Original Message - > On 07/02/2013 09:47, Jan Kaluža wrote: > [snip] > > The problem is that I have little experience with Perl or mod_perl. > > I'm > > trying to improve current situation, but I don't want to be the > > upstream, because I'm not active mod_perl (or even Perl) user. > > >

Re: Apache 2.4 adoption

2013-02-07 Thread Issac Goldstand
On 07/02/2013 09:47, Jan Kaluža wrote: [snip] The problem is that I have little experience with Perl or mod_perl. I'm trying to improve current situation, but I don't want to be the upstream, because I'm not active mod_perl (or even Perl) user. [snip] Maybe there is someone here who loves th

Re: Apache 2.4 adoption

2013-02-07 Thread Issac Goldstand
On 07/02/2013 07:54, William A. Rowe Jr. wrote: [snip] I also wonder if this would have been different if the httpd project had offered an rpm or apt-get packages, for example? It seems like there will always be a significant lag between a new major.minor release and seeing it injected into the

Re: Apache 2.4 adoption

2013-02-07 Thread Jan Kaluža
On 02/06/2013 01:47 AM, Kevin A. McGrail wrote: I won't be able to make the session but would add that because of a lack of mod perl support with 2.4, we have not fully embraced it. I have created lot of patches to build mod_perl with httpd-2.4 and sent them upstream. Unfortunately during the