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

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

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 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

[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] 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:

[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:

[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:

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:

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.