Re: mod_proxy_ajp problem with multiple ports on same host

2006-10-08 Thread Mladen Turk
hv @ Fashion Content wrote: I have a setup that works when I proxy to the first AJP connector, but not when I try the second one (Get a forbidden message). If I change to http proxying it works just fine. Has anyone experienced this? Nope. It works just fine for multiple hosts on the same

[jira] Resolved: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-171?page=all ] Graham Dumpleton resolved MODPYTHON-171. Fix Version/s: (was: 3.3) Resolution: Won't Fix Can't auto normalise on assignment to req.filename as detailed so marking this

Re: [PATCHES] mod_disk_cache read-while-caching

2006-10-08 Thread Niklas Edmundsson
On Thu, 5 Oct 2006, Niklas Edmundsson wrote: OK, here comes the latest two patches in the mod_disk_cache improvement parody. I'll attach these patches to bug #39380, but with less comments. I discovered a few misses, mostly not NULL:ing fd pointers when closing them, missing close/flush, and

[PATCH] mod_disk_cache background copy

2006-10-08 Thread Niklas Edmundsson
This patch implements copying a file in the background so the client initiating the caching can get the file delivered by read-while-caching instead of having to wait for the file to finish. I'll attach it to bug #39380 as well, with less comments. The method used here is rather crude, but

[jira] Commented: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=comments#action_12440731 ] Graham Dumpleton commented on MODPYTHON-109: After more digging on this issue my opinion is now that we should just leave the register_cleanup()

[jira] Resolved: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=all ] Graham Dumpleton resolved MODPYTHON-109. Resolution: Fixed Signal handler calling Py_Finalize() when child processes being killed.

[jira] Assigned: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-180?page=all ] Graham Dumpleton reassigned MODPYTHON-180: -- Assignee: Graham Dumpleton publisher wrongly generating warning that there is 'nothing to publish'

[jira] Work started: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-180?page=all ] Work on MODPYTHON-180 started by Graham Dumpleton. publisher wrongly generating warning that there is 'nothing to publish' --- Key:

[jira] Created: (MODPYTHON-192) Apache specific versions of os.path(posixpath/ntpath) path manipulation functions.

2006-10-08 Thread Graham Dumpleton (JIRA)
Apache specific versions of os.path(posixpath/ntpath) path manipulation functions. -- Key: MODPYTHON-192 URL: http://issues.apache.org/jira/browse/MODPYTHON-192 Project:

[jira] Work started: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Work on MODPYTHON-127 started by Graham Dumpleton. Use namespace for mod_python PythonOption settings. --- Key: MODPYTHON-127 URL:

[jira] Assigned: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Graham Dumpleton reassigned MODPYTHON-127: -- Assignee: Graham Dumpleton Use namespace for mod_python PythonOption settings. ---

Re: [jira] Updated: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton
On 14/08/2006, at 1:42 AM, Jim Gallacher wrote: Graham Dumpleton (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Graham Dumpleton updated MODPYTHON-127: --- Fix Version/s: 3.3 Lets target this to be done for 3.3. We

[jira] Commented: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=comments#action_12440752 ] Graham Dumpleton commented on MODPYTHON-127: Have made code changes (not documentation), but not yet committed. Having done this, I found myself

core dumps because of expat symbols, python-2.5 seems to solve it

2006-10-08 Thread solo turn
hi, when does mod_python support python-2.5? it seems that former versions are likely to cause core dumps when using pyexpat, see http://python.org/sf/1295808, http://python.org/sf/1075984, http://python.org/sf/1558223. as subversion uses expat, and edgewall trac is for subversion, errors like

Re: core dumps because of expat symbols, python-2.5 seems to solve it

2006-10-08 Thread Dan Eloff
On 10/8/06, solo turn [EMAIL PROTECTED] wrote: when does mod_python support python-2.5? I'm running mod_python on 2.5 for more than two weeks now without any problems that I've been aware of. Grab the trunk version from the subversion and have fun. -Dan