Re: The mod_python wiki has materialized!

2006-10-16 Thread Graham Dumpleton
solo turn wrote .. why would you use jira/confluence, if there is edgewall trac and moinmoin? these two would benefit from mod_python, while jira/confluence has nothing to do with it. -solo JIRA is the official bug/issue tracking system used by the Apache software foundation and what is

[jira] Created: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2006-10-16 Thread Graham Dumpleton (JIRA)
Add req.hlist.location to mirror req.hlist.directory. - Key: MODPYTHON-193 URL: http://issues.apache.org/jira/browse/MODPYTHON-193 Project: mod_python Issue Type: Improvement

Bug report for Apache httpd-1.3 [2006/10/15]

2006-10-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2006/10/15]

2006-10-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[PATCH] htcacheclean requires

2006-10-16 Thread Martin Kraemer
At the moment, htcacheclean.c does not compile because it includes mod_disk_cache.h (which in turn needs apr_buckets.h included for the typedef of apr_bucket_refcount), but apr_buckets.h is not included anywhere. The attached patch fixes the problem, but: is it okay to include apr_buckets.h from

Re: svn commit: r464141 - in /httpd/httpd/trunk/srclib/pcre: dftables.c dftables.dsp

2006-10-16 Thread William A. Rowe, Jr.
Mladen Turk wrote: William A. Rowe, Jr. wrote: why not s#/wd:4996#/D _CRT_SECURE_NO_DEPRECATE# /wd with colon like (/wd:4966) gives: Command line error D8021 : invalid numeric argument '/wd:4996'cl when converted to VS2005. BTW according to the MSDN the proper format is /wd not

Re: svn commit: r464141 - in /httpd/httpd/trunk/srclib/pcre: dftables.c dftables.dsp

2006-10-16 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen Turk wrote: William A. Rowe, Jr. wrote: why not s#/wd:4996#/D _CRT_SECURE_NO_DEPRECATE# /wd with colon like (/wd:4966) gives: Command line error D8021 : invalid numeric argument '/wd:4996'cl when converted to VS2005. BTW according to the MSDN the proper

Re: [PATCH] htcacheclean requires

2006-10-16 Thread Graham Leggett
Martin Kraemer wrote: At the moment, htcacheclean.c does not compile because it includes mod_disk_cache.h (which in turn needs apr_buckets.h included for the typedef of apr_bucket_refcount), but apr_buckets.h is not included anywhere. The attached patch fixes the problem, but: is it okay to

[PATCH] log path to config file during startup

2006-10-16 Thread Eric Covener
Patch below logs the path to the config file just before ap_mpm_run() Can help clear up some mysteries when posthumously analyzing an ErrorLog Index: server/main.c === --- server/main.c (revision 464572) +++ server/main.c