[jira] Resolved: (MODPYTHON-107) mod_python.publisher shouldn't flush result when written.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-107?page=all ] Graham Dumpleton resolved MODPYTHON-107: Resolution: Fixed Fixed in: http://svn.apache.org/viewcvs?rev=384736&view=rev Forgot to put reference in commit message. > mod_pyth

[jira] Work stopped: (MODPYTHON-76) input filter hangs in combination with mod_proxy

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-76?page=all ] Work on MODPYTHON-76 stopped by Graham Dumpleton > input filter hangs in combination with mod_proxy > > > Key: MODPYTHON-76 > URL: http://issues.apache.org/jira/b

[jira] Resolved: (MODPYTHON-47) Digest Authorization header causes bad request error.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-47?page=all ] Graham Dumpleton resolved MODPYTHON-47: --- Fix Version: 3.3 Resolution: Fixed > Digest Authorization header causes bad request error. > -

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

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=all ] Work on MODPYTHON-109 stopped by Graham Dumpleton > Signal handler calling Py_Finalize() when child processes being killed. > --- > > Key: MODPYTHON-10

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Jim Gallacher
+1 Graham Dumpleton wrote: I have had patches for adding server side include support into mod_python ready for a while now. See: https://issues.apache.org/jira/browse/MODPYTHON-104 In short, it would add the ability to add Python code into files being served up through the INCLUDES output fi

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Jorey Bump
+1 Graham Dumpleton wrote: I have had patches for adding server side include support into mod_python ready for a while now. See: https://issues.apache.org/jira/browse/MODPYTHON-104 In short, it would add the ability to add Python code into files being served up through the INCLUDES output fi

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Gregory (Grisha) Trubetskoy
I don't understand this enough to have an opinion on it, seems like another way to skin a cat, but to really form an opinion would require some thinking on my part at least (may be I'm getting thick with age). I think it'd be great if those who send in +1's (or -1's) would explain why they t

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Deron Meranda
+1 (although I'm indifferent about into which release it goes) -- Deron Meranda

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Jorey Bump
Gregory (Grisha) Trubetskoy wrote: I don't understand this enough to have an opinion on it, seems like another way to skin a cat, but to really form an opinion would require some thinking on my part at least (may be I'm getting thick with age). Graham Dumpleton wrote: Using SSI, if one was

[jira] Commented: (MODPYTHON-143) Implement and integrate a new module importer.

2006-03-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=comments#action_12369872 ] Jim Gallacher commented on MODPYTHON-143: - Graham's new importer uses the new python import hooks described in http://www.python.org/doc/peps/pep-0302. These hooks

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: I don't understand this enough to have an opinion on it, seems like another way to skin a cat, Yes, but perhaps just for small cats. ;) Quoting from http://httpd.apache.org/docs/1.3/howto/ssi.html "SSI is certainly not a replacement for CGI, or other tech

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Nick
+0 Graham Dumpleton wrote: > Anyway, the point of this email is to get a decision on whether this > major new feature should or should not be added into mod_python. > > Core developer votes obviously matter the most, but others are more > than welcome to voice an opinion.

[jira] Resolved: (MODPYTHON-139) Running make clean/distclean doesn't clean up test directory.

2006-03-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-139?page=all ] Jim Gallacher resolved MODPYTHON-139: - Fix Version: 3.3 Resolution: Fixed > Running make clean/distclean doesn't clean up test directory. >

[jira] Assigned: (MODPYTHON-113) PythonImport should use apache.import_module() and not PyImport_ImportModule().

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-113?page=all ] Graham Dumpleton reassigned MODPYTHON-113: -- Assign To: Graham Dumpleton > PythonImport should use apache.import_module() and not > PyImport_ImportModule(). > --

[jira] Work started: (MODPYTHON-113) PythonImport should use apache.import_module() and not PyImport_ImportModule().

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-113?page=all ] Work on MODPYTHON-113 started by Graham Dumpleton > PythonImport should use apache.import_module() and not > PyImport_ImportModule(). > --- > >

[jira] Assigned: (MODPYTHON-118) Allow PythonImport to optionally call function in module.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-118?page=all ] Graham Dumpleton reassigned MODPYTHON-118: -- Assign To: Graham Dumpleton > Allow PythonImport to optionally call function in module. > ---

[jira] Work started: (MODPYTHON-118) Allow PythonImport to optionally call function in module.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-118?page=all ] Work on MODPYTHON-118 started by Graham Dumpleton > Allow PythonImport to optionally call function in module. > - > > Key: MODPYTHON-118 > URL: http:

[jira] Commented: (MODPYTHON-118) Allow PythonImport to optionally call function in module.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-118?page=comments#action_12369947 ] Graham Dumpleton commented on MODPYTHON-118: It might also be appropriate that the function that can be registered to be called be passed a single argument whi

[jira] Assigned: (MODPYTHON-117) PythonImport that works for any interpreter.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-117?page=all ] Graham Dumpleton reassigned MODPYTHON-117: -- Assign To: Graham Dumpleton > PythonImport that works for any interpreter. > > > Ke

[jira] Work started: (MODPYTHON-117) PythonImport that works for any interpreter.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-117?page=all ] Work on MODPYTHON-117 started by Graham Dumpleton > PythonImport that works for any interpreter. > > > Key: MODPYTHON-117 > URL: http://issues.apache.org/jira/b

[jira] Created: (MODPYTHON-144) Make apache._server/apace._interpreter part of public API.

2006-03-10 Thread Graham Dumpleton (JIRA)
Make apache._server/apace._interpreter part of public API. -- Key: MODPYTHON-144 URL: http://issues.apache.org/jira/browse/MODPYTHON-144 Project: mod_python Type: Improvement Components: core Reporter: G

[jira] Work started: (MODPYTHON-144) Make apache._server/apace._interpreter part of public API.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-144?page=all ] Work on MODPYTHON-144 started by Graham Dumpleton > Make apache._server/apace._interpreter part of public API. > -- > > Key: MODPYTHON-144 > URL: htt

[jira] Work started: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-131?page=all ] Work on MODPYTHON-131 started by Jim Gallacher > Make name of mutex directory configurable. > -- > > Key: MODPYTHON-131 > URL: http://issues.apache.org/jira/browse/M

[jira] Commented: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-131?page=comments#action_12369959 ] Graham Dumpleton commented on MODPYTHON-131: In respect of: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mod_python.h.in?rev=385000&r1=3

Re: [jira] Commented: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-10 Thread Jim Gallacher
I figured it was a mistake to do this late at night. :( Graham Dumpleton (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-131?page=comments#action_12369959 ] Graham Dumpleton commented on MODPYTHON-131: In respect of: http://s

Re: [jira] Commented: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-10 Thread Graham Dumpleton
This bit is going to change anyway when I add the PythonOption mod_python.mutex_directory support. I have the changes ready, but I think I'll review them in the morning rather than committing now. I decide to do this stuff in 2 steps: 1. configure option 2. PythonOption mod_python.mutex_dir

Re: [jira] Commented: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-10 Thread Jim Gallacher
Graham Dumpleton wrote: This bit is going to change anyway when I add the PythonOption mod_python.mutex_directory support. I have the changes ready, but I think I'll review them in the morning rather than committing now. I decide to do this stuff in 2 steps: 1. configure option 2. PythonOp

[jira] Commented: (MODPYTHON-144) Make apache._server/apace._interpreter part of public API.

2006-03-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-144?page=comments#action_12369965 ] Graham Dumpleton commented on MODPYTHON-144: After doing some research, rather than being called "apache.server" should possibly be called "apache.main_server"