[jira] Resolved: (MODPYTHON-114) Problems with PythonPath directive.

2006-03-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-114?page=all ] Graham Dumpleton resolved MODPYTHON-114: Fix Version: 3.3 Resolution: Fixed Problems with PythonPath directive. --- Key:

[jira] Resolved: (MODPYTHON-147) PythonImport directives causing duplicate entries in sys.path.

2006-03-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-147?page=all ] Graham Dumpleton resolved MODPYTHON-147: Fix Version: 3.3 Resolution: Fixed PythonImport directives causing duplicate entries in sys.path.

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12370851 ] Jim Gallacher commented on MODPYTHON-104: - Comparing the current version with grahamd_20060226_MP104_1.diff, it looks like some of the apache 2.2 code got copied

[jira] Updated: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=all ] Jim Gallacher updated MODPYTHON-104: Attachment: MP104_20060317_jgallacher_1.diff Fixes SSI_CREATE_ERROR_BUCKET problem for apache 2.0 Allow Python code callouts with mod_include

Re: svn commit: r386477 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2006-03-17 Thread Jeff Trawick
On 3/16/06, Brad Nicholes [EMAIL PROTECTED] wrote: On 3/16/2006 at 7:01 pm, in message [EMAIL PROTECTED], Jeff Trawick [EMAIL PROTECTED] wrote: On 3/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewcvs?rev=386477view=rev Log: remove the race condition

how far off is 2.2.1

2006-03-17 Thread Brian Akins
About to do a deployment and I'd rather use 2.2.1 than my patched 2.2.0 -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: how far off is 2.2.1

2006-03-17 Thread Paul Querna
Brian Akins wrote: About to do a deployment and I'd rather use 2.2.1 than my patched 2.2.0 I would be happy to RM it, two issues: 1) APR/APR-Util release. Lots of good fixes in the 1.2.x branches. We should do a release over there first. 2) Are people happy with the status of the proxy

Re: how far off is 2.2.1

2006-03-17 Thread Brian Akins
Paul Querna wrote: 2) Are people happy with the status of the proxy issues in 2.2.x? I honestly haven't kept up with those threads. I am particularly interested in the reverse proxy and keep-alives issues that were floating around. I use a patched 2.2.0, but I'd like to have something

Re: how far off is 2.2.1

2006-03-17 Thread Jim Jagielski
Paul Querna wrote: Brian Akins wrote: About to do a deployment and I'd rather use 2.2.1 than my patched 2.2.0 I would be happy to RM it, two issues: 2) Are people happy with the status of the proxy issues in 2.2.x? I honestly haven't kept up with those threads. I think there are

mod_dbd crash

2006-03-17 Thread Brian J. France
In a virtual host block if you forget to add DBDriver or DBDParams in the main section, but add a AuthBasicProvider dbd and AuthDBDUserPWQuery in a Location block it will core dump while processing AuthDBDUserPWQuery (see below). This is with 2.2.0 and trunk (core dump from trunk). The

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12370839 ] Nicolas Lehuen commented on MODPYTHON-104: -- Same problem with SSI_CREATE_ERROR_BUCKET on Win32, but at compile time. Allow Python code callouts with mod_include

Re: mod_dbd crash

2006-03-17 Thread Nick Kew
On Friday 17 March 2006 16:03, Brian J. France wrote: Here is a patch to mod_dbd.c and mod_authn_dbd.c (not sure if anything else uses that function) that returns a status code: http://www.brianfrance.com/software/apache/2006.03.17.diff Thanks. This patch is a change to the API/ABI, but

Re: mod_dbd crash

2006-03-17 Thread Brian J. France
On Mar 17, 2006, at 11:42 AM, Nick Kew wrote: On Friday 17 March 2006 16:03, Brian J. France wrote: Here is a patch to mod_dbd.c and mod_authn_dbd.c (not sure if anything else uses that function) that returns a status code: http://www.brianfrance.com/software/apache/2006.03.17.diff

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Deron Meranda (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12370844 ] Deron Meranda commented on MODPYTHON-104: - This C macro is only defined in mod_include.h for httpd 2.2. In 2.0, it is defined in mod_include.c only. However, the

Re: svn commit: r386698 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2006-03-17 Thread Jeff Trawick
On 3/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: bnicholes Date: Fri Mar 17 11:26:27 2006 New Revision: 386698 URL: http://svn.apache.org/viewcvs?rev=386698view=rev Log: Fix the server_merge so that the memory pools and mutexes that were created during the server_create, are

Re: svn commit: r386698 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2006-03-17 Thread Brad Nicholes
On 3/17/2006 at 12:53 pm, in message [EMAIL PROTECTED], Jeff Trawick [EMAIL PROTECTED] wrote: On 3/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: bnicholes Date: Fri Mar 17 11:26:27 2006 New Revision: 386698 URL: http://svn.apache.org/viewcvs?rev=386698view=rev Log: Fix the

Re: [jira] Updated: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Graham Dumpleton
Scratches head. And here I was being very careful making sure I compiled against both Apache 2.0 and Apache 2.2 to make sure I didn't stuff anything up. For some reason, on Mac OS X it was not complaining at all. I can only imagine it does runtime checking and binding of the name and