[mod_python] Apache 2.2.9 + ModPython 3.3.1?

Tom Stambaugh brooklinetom at gmail.com
Tue Sep 23 19:46:42 EDT 2008


Yes, it is bug# 44433 in the apache bugzilla. Sadly, it appears that it may
not have been fixed in 2.2.9 after all.

See:
http://issues.apache.org/bugzilla/show_bug.cgi?id=44433
http://bugs.gentoo.org/show_bug.cgi?id=110556

In any case, this is NOT a mod_python issue, let's drop it....

Thx,
Tom

2008/9/23 Tom Stambaugh <brooklinetom at gmail.com>:
> My current apache 2.2.8/mod_python 3.3.1 configuration is working very
> nicely. Sadly, however, the log rotate mechanism of apache v2.2.8 is
broken
> -- after a rotate, the instance continues to log entries into access_log.1
> instead of (the new) access_log. This apache bug is apparently fixed in
> v2.2.9.

Are you sure it is an apache bug? Did you check your
/etc/logrotate.d/httpd file? It should have something like this:

/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null ||
true
    endscript
}

I guess your script is not killing apache.

Regards, Clodoaldo

> If I can do so without breaking things, I'd like to upgrade the apache
> server to v 2.2.9 -- but it isn't worth doing if it's going to send me
into
> configuration hell for three days.
>
> Does anybody know if apache v2.2.9 works with mod_python 3.3.1? The server
> is running an old (fedora core3/core4) linux.
>
> Thx,
> Tom
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080923/0b05bc31/attachment.html


More information about the Mod_python mailing list