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 vhosts and all

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 fixed in 2.4.1? httpd

mod_mime_magic doesn't process files smaller than 63 bytes?

2012-07-08 Thread Dennis Jacobfeuerborn
Hi, I just ran into an interesting Problem. There are two gif files without extensions and one gets delivered as image/gif and the other as text/plain. What I found is that if I append 0-bytes to the text/plain gif (a 1x1 transparent pixel gif) then it get delivered as soon as the size reaches 63

memcached lookups in apache module

2011-08-23 Thread Dennis Jacobfeuerborn
Hi, I'm working on an apache module that basically rewrites URLs based on a simple memcached lookup. I've noticed that apr-util already comes with memcached functions but I'm wondering about the apr_memcache_server_create() argument semantics. Apparently I have to provide minimum, soft

Re: memcached lookups in apache module

2011-08-23 Thread Dennis Jacobfeuerborn
On 08/23/2011 04:35 PM, Nick Kew wrote: On Tue, 23 Aug 2011 16:11:59 +0200 Dennis Jacobfeuerborndenni...@conversis.de wrote: Hi, I'm working on an apache module that basically rewrites URLs based on a simple memcached lookup. I've noticed that apr-util already comes with memcached functions

Re: Server reloads

2010-11-12 Thread Dennis Jacobfeuerborn
On 11/12/2010 03:04 PM, Tom Evans wrote: On Fri, Nov 12, 2010 at 1:21 PM, Bryan McQuadebmcqu...@google.com wrote: Hi. I have read the docs but I have a few questions regarding server reloads. Under what conditions will httpd reread its conf file? Will httpd also reload its shared modules when