Bus error with connection handler on secondary port.

2005-12-21 Thread Graham Dumpleton
If someone has the time, would you be able to check out the following scenario for me. It causes a segfault in Apache 2.0.51 on Mac OS X with mod_python 3.2.5b. What I am playing with is connection handlers. Specifically, I have a code file containing: from mod_python import apache def conne

Re: input/output filters and .htaccess

2005-12-21 Thread Gregory (Grisha) Trubetskoy
On Wed, 21 Dec 2005, Graham Dumpleton wrote: /* register the filter NOTE - this only works so long as the directive is only allowed in the main config. For .htaccess we would have to make sure not to duplicate this */ Having input/output filters be able to be specified in .ht

Re: input/output filters and .htaccess

2005-12-21 Thread Gregory (Grisha) Trubetskoy
On Tue, 20 Dec 2005, Graham Dumpleton wrote: Grisha, do you remember why the following warning is present in directive_PythonInputFilter() and directive_PythonOutputFilter() of "mod_python.c". /* register the filter NOTE - this only works so long as the directive is only allowed in th

Re: input/output filters and .htaccess

2005-12-21 Thread Graham Dumpleton
On 21/12/2005, at 3:32 PM, Graham Dumpleton wrote: Grisha wrote .. This sounds like a good idea, but it's probably better to push this off to 3.3 just to veer on the side of caution. My $0.02 Grisha Grisha, do you remember why the following warning is present in directive_PythonInputFil