[ 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
[ 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
[ 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.
> -
[ 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
+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
+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
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
+1 (although I'm indifferent about into which release it goes)
--
Deron Meranda
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
[
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
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
+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.
[ 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.
>
[ 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().
> --
[ 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().
> ---
>
>
[ 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.
> ---
[ 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:
[
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
[ 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
[ 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
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
[ 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
[ 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
[
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
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
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
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
[
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"
28 matches
Mail list logo