Win32 httpd 2.2.6 installer missing mod_auth.h?

2007-09-26 Thread Graham Dumpleton
I'm working on extensions to an existing Apache module of my own to add support for auth providers. Problem is that people who are trying to compile it for Win32 have found that the ASF httpd 2.2.6 installer:

Re: New module mod_proxy_scgi

2007-09-16 Thread Graham Dumpleton
Rather than call it X-Sendfile, can we perhaps adopt the generic Script-Control header mechanism as outlined in CGI 1.2. http://cgi-spec.golux.com/cgi-120-00a.html As one example of how Script-Control has been used, see: http://www.openvms-rocks.com/ht_root/src/httpd/cgi.c I have been

Re: Debian bug#433038: mod_python collides with mod_php5

2007-08-31 Thread Graham Dumpleton
On 31/08/2007, Robert Edmonds [EMAIL PROTECTED] wrote: Graham Dumpleton wrote: In 411487 it mentions: So, it seems it's directly related to libmhash2 (as [2] suggests). Disabling of mhash module may not be enough if one of the other PHP modules they list in 433038 also use libmhash2

Re: OS/X + Cisco VPN == trouble

2007-08-24 Thread Graham Dumpleton
- if someone took the time to run some research on this, that'd be most welcome! */ Thus perhaps just tell mod_python to use less locks. Graham On 24/08/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 24/08/07, Ian Holsman [EMAIL PROTECTED] wrote: Graham Dumpleton wrote: On 24/08/07, Ian

Re: OS/X + Cisco VPN == trouble

2007-08-24 Thread Graham Dumpleton
On 24/08/07, Jim Jagielski [EMAIL PROTECTED] wrote: On Aug 23, 2007, at 8:56 PM, Ian Holsman wrote: Hi. This one is frustrating me to no end, and was wondering if some BSD/ OSX guru can help me out a bit. I'm using the trunk, and trying to start apache, but I keep getting a

Re: OS/X + Cisco VPN == trouble

2007-08-24 Thread Graham Dumpleton
On 25/08/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 24/08/07, Jim Jagielski [EMAIL PROTECTED] wrote: On Aug 23, 2007, at 8:56 PM, Ian Holsman wrote: Hi. This one is frustrating me to no end, and was wondering if some BSD/ OSX guru can help me out a bit. I'm using

Re: OS/X + Cisco VPN == trouble

2007-08-23 Thread Graham Dumpleton
On 24/08/07, Ian Holsman [EMAIL PROTECTED] wrote: Hi. This one is frustrating me to no end, and was wondering if some BSD/OSX guru can help me out a bit. I'm using the trunk, and trying to start apache, but I keep getting a lock/sem problem [Fri Aug 24 10:51:53 2007] [emerg] (28)No space

Re: OS/X + Cisco VPN == trouble

2007-08-23 Thread Graham Dumpleton
On 24/08/07, Ian Holsman [EMAIL PROTECTED] wrote: Graham Dumpleton wrote: On 24/08/07, Ian Holsman [EMAIL PROTECTED] wrote: Hi. This one is frustrating me to no end, and was wondering if some BSD/OSX guru can help me out a bit. I'm using the trunk, and trying to start apache

Re: Getting apr_proc_fork to set SELinux Context / Domain

2007-08-22 Thread Graham Dumpleton
On 23/08/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Ruediger Pluem wrote: On 08/22/2007 07:21 PM, JoshuaKramer wrote: Howdy All, Is there an easy way to get the apr_proc_fork mechanism to set the SELinux context or domain of child scripts? I am using an experimental module

[jira] Created: (MODPYTHON-241) Incremental memory use when performing streaming over long period.

2007-08-07 Thread Graham Dumpleton (JIRA)
: Bug Components: core Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton Priority: Minor As first raised in: http://www.modpython.org/pipermail/mod_python/2007-July/023964.html when streaming data from mod_python handler over a long period of time

Re: apxs wrong filename in LoadModule

2007-08-03 Thread Graham Dumpleton
The manual page for 'apxs' says: -n name This explicitly sets the module name for the -i (install) and -g (template generation) option. Use this to explicitly specify the module name. For option -g this is required, for

[jira] Commented: (MODPYTHON-234) SystemError: bad argument to internal function

2007-07-29 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516213 ] Graham Dumpleton commented on MODPYTHON-234: This error also seen by someone using Django

[jira] Created: (MODPYTHON-240) LimitRequestBody directive doesn't work well with mod_python handlers.

2007-07-29 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton The problem is that mod_python doesn't check whether LimitRequestBody would be triggered before actually calling the mod_python handler. Thus, that the post data exceeds the limit

Re: APXS question

2007-07-22 Thread Graham Dumpleton
On 23/07/07, Farokh Irani [EMAIL PROTECTED] wrote: Farokh Irani wrote: apxs -i -n mod_fancy mod_fancy.o config.o You don't -i'nstall a .o file. It's not a loadable module. Loadable modules are the .so (.sl/.dll/.dylib) already-linked object files. I tried it with the .so files (apxs -i

Re: APXS question

2007-07-22 Thread Graham Dumpleton
On 23/07/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 23/07/07, Farokh Irani [EMAIL PROTECTED] wrote: Farokh Irani wrote: apxs -i -n mod_fancy mod_fancy.o config.o You don't -i'nstall a .o file. It's not a loadable module. Loadable modules are the .so (.sl/.dll/.dylib) already

Re: APXS question

2007-07-22 Thread Graham Dumpleton
explicit in mentioning this perhaps. :-) Graham On 23/07/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 23/07/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 23/07/07, Farokh Irani [EMAIL PROTECTED] wrote: Farokh Irani wrote: apxs -i -n mod_fancy mod_fancy.o config.o You don't

Re: APXS question

2007-07-22 Thread Graham Dumpleton
On 23/07/07, Farokh Irani [EMAIL PROTECTED] wrote: On 7/22/07, Farokh Irani [EMAIL PROTECTED] wrote: /usr/local/apache2/bin/apxs -i -n mod_fancy .libs/mod_fancy.so .libs/config.so /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' .libs/mod_fancy.so

[jira] Commented: (MODPYTHON-238) req.connection.keepalive should be writable

2007-07-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510973 ] Graham Dumpleton commented on MODPYTHON-238: Actually also need to make req.chunked writable

[jira] Commented: (MODPYTHON-238) req.connection.keepalive should be writable

2007-07-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511033 ] Graham Dumpleton commented on MODPYTHON-238: Setting req.chunked to 0 by itself doesn't actually

Re: Possibly OT: g++ 4.0.1 on Mac OS X

2007-07-05 Thread Graham Dumpleton
On 06/07/07, Farokh Irani [EMAIL PROTECTED] wrote: I'm trying to link together a couple of .o files into a .so file using g++. The problem is that even though I have a -o specified, no file is generated and no error comes up. Any pointers on how to figure out what might be going on, or even

[jira] Created: (MODPYTHON-235) Memory leaks in main Apache process when doing 'restart' or 'graceful'.

2007-06-29 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton As raised in thread: http://www.modpython.org/pipermail/mod_python/2007-June/023926.html it looks like mod_python exhibits memory leaks in the main Apache process when a 'restart

[jira] Created: (MODPYTHON-228) Awk command line options behaviour on Solaris 10 changes.

2007-06-28 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor Configure script uses: AC_MSG_CHECKING(flex version) FlexVERSION=`$LEX --version | sed 's/version//g' | awk '/flex/ {print $2}'` Flex_MAJOR=`echo $FlexVERSION| awk -F . '{print $1

[jira] Created: (MODPYTHON-229) Revise what is returned by util.Field.__str__.

2007-06-28 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor As pointed out in: http://www.modpython.org/pipermail/mod_python/2007-May/023683.html http://www.modpython.org/pipermail/mod_python/2007-May/023684.html http://www.modpython.org/pipermail/mod_python

[jira] Created: (MODPYTHON-230) Module importer doesn't deal with case insensitive file systems properly.

2007-06-28 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: importer Affects Versions: 3.3.1 Reporter: Graham Dumpleton As highlighted in: http://www.modpython.org/pipermail/mod_python/2007-May/023603.html the module importer in mod_python 3.3.1 doesn't cope properly with case insensitive file

[jira] Created: (MODPYTHON-231) PythonInterpPer* may yield incorrect results on case insensitive file systems.

2007-06-28 Thread Graham Dumpleton (JIRA)
: mod_python Issue Type: Bug Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton When matching a URL to an actual physical directory on a file system, for a case insensitive file system various combinations of upper and lower case characters in URL may

[jira] Created: (MODPYTHON-232) PHP mhash module causes problems with Python md5 module.

2007-06-28 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor The Python md5 module is used in Session/Cookie code and also in the new module importer of mod_python 3.3.1. For some PHP installations where PHP mhash module is being loaded

[jira] Created: (MODPYTHON-233) Race condition in req.sendfile().

2007-06-28 Thread Graham Dumpleton (JIRA)
Reporter: Graham Dumpleton Priority: Minor In code for req.sendfile() if no length is supplied indicating how much data should be sent then a stat() is performed on the file to determine the amount of data in the file. The file is then opened and that much data sent

[jira] Created: (MODPYTHON-234) SystemError: bad argument to internal function

2007-06-28 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton As raised in thread: http://www.modpython.org/pipermail/mod_python/2007-June/023795.html when req.read() is called, on rare occasions it can generate the error: 05 18:33:49 2007] [error] [client 200.155.85.225] SystemError

Re: Compilation problem on Mac OS

2007-06-28 Thread Graham Dumpleton
On 28/06/07, Mike [EMAIL PROTECTED] wrote: Hello. When I'm trying to compile my example module on Mac OS I get following error: ld: Undefined symbols: _ap_filter_flush _ap_hook_handler _ap_pass_brigade _ap_register_output_filter _ap_rputs _ap_set_content_type Those functions as you know are

Re: Compilation problem on Mac OS

2007-06-28 Thread Graham Dumpleton
On 28/06/07, Mike [EMAIL PROTECTED] wrote: I don't think it's matter of use the apxs. The point of using apxs, is that as long as you use the version of apxs from the version of Apache you want to use, it will ensure that the correct include files and libraries are always used. If you use apxs

Re: Inclusion of mpm-itk into HEAD

2007-06-25 Thread Graham Dumpleton
On 25/06/07, Steinar H. Gunderson [EMAIL PROTECTED] wrote: On Mon, Jun 25, 2007 at 02:36:41PM +1000, Graham Dumpleton wrote: What specific applications are you running that require things to be run as a distinct user? Are these applications implemented directly in C as custom Apache modules

Re: Inclusion of mpm-itk into HEAD

2007-06-25 Thread Graham Dumpleton
On 25/06/07, Steinar H. Gunderson [EMAIL PROTECTED] wrote: On Mon, Jun 25, 2007 at 08:08:03PM +1000, Graham Dumpleton wrote: Or you can use PHP under fastcgi. With fastcgi the code would run in a separate process and you could have any number of processes corresponding to whatever virtual

Re: Inclusion of mpm-itk into HEAD

2007-06-25 Thread Graham Dumpleton
On 25/06/07, Steinar H. Gunderson [EMAIL PROTECTED] wrote: On Mon, Jun 25, 2007 at 08:47:03PM +1000, Graham Dumpleton wrote: Yes, it is obviously an alternative, but FastCGI has its own sets of quirks, and PHP under CGI too (as far as I know; I'm no PHP user). Quirks such as? Am not asking

[jira] Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.

2007-06-24 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507735 ] Graham Dumpleton commented on MODPYTHON-222: Do note that changing the API to allow it will not help

Re: Inclusion of mpm-itk into HEAD

2007-06-24 Thread Graham Dumpleton
A few comments below, but a few questions first to satisfy my own curiosity. What specific applications are you running that require things to be run as a distinct user? Are these applications implemented directly in C as custom Apache modules, or are you writing stuff in other languages, ie.,

[jira] Commented: (MODPYTHON-220) In PSP pages, 'import' doesn't map through to apache.import_module().

2007-06-19 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506331 ] Graham Dumpleton commented on MODPYTHON-220: Workaround is that instead of using: import module

Case insensitive file systems and caching mechanisms.

2007-06-14 Thread Graham Dumpleton
On Windows where a case insensitive, but case preserving file system is used, my understanding is that one can use the APR_FILEPATH_TRUENAME option to apr_filepath_merge() to convert a file system path into one which has case set to the actual values. Ie., documentation says: /** Resolve the

Re: nothing in the r-headers_out?

2007-06-06 Thread Graham Dumpleton
On 07/06/07, Zeus Capricorn [EMAIL PROTECTED] wrote: Thank you for your reply. But when i use telnet to get the page, httpd server does response some response headers(e-tag,etc.),and these headers are not in the page source. Does httpd server append the response headers after the handler

Re: Module address space

2007-05-23 Thread Graham Dumpleton
On 23/05/07, Ralf Mattes [EMAIL PROTECTED] wrote: On Wed, 2007-05-23 at 09:24 +1000, Graham Dumpleton wrote: On 23/05/07, César Leonardo Blum Silveira [EMAIL PROTECTED] wrote: Hello all, I have some questions about handling data within modules. I will try to be as clear as possible

Re: Module address space

2007-05-22 Thread Graham Dumpleton
On 23/05/07, César Leonardo Blum Silveira [EMAIL PROTECTED] wrote: Hello all, I have some questions about handling data within modules. I will try to be as clear as possible. 1) Each module is loaded once per server, right? Yes, although there is a bit more to it than that when you consider

Re: TLP Name

2007-05-21 Thread Graham Dumpleton
To confirm my vote in correct format: +1 Quetzalcoatl Graham On 22/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: On Sun, 20 May 2007, Justin Erenkrantz wrote: FWIW, the full name of the TLP will be: Apache foo - so Apache PyPache doesn't roll off the tongue very well...

Re: TLP Name

2007-05-17 Thread Graham Dumpleton
On 18/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: On Thu, 17 May 2007, Jim Gallacher wrote: Quetzalcoatl is still my sentimental favourite. Perhaps I'm overly concerned with potential search problems for Quetzalcoatl, considering that Google is pretty good at figuring out

Re: sys.path and htaccess change?

2007-05-17 Thread Graham Dumpleton
On 18/05/07, Daniel J. Popowich [EMAIL PROTECTED] wrote: Graham Dumpleton writes: Read: http://www.modpython.org/live/current/doc-html/pyapi-apmeth.html Especially the area which starts just before: PythonOption mod_python.importer.path ['~'] Your particular issue is mentioned just

Re: sys.path and htaccess change?

2007-05-17 Thread Graham Dumpleton
be helpful sometimes in seeing what is happening and working out how the module importer works. Graham On 18/05/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 18/05/07, Graham Dumpleton [EMAIL PROTECTED] wrote: Just change this in your mpservlets package. The new importer can handle arbitrary

Seeking mod_procd, a module for spawning distinct daemon child processes.

2007-05-17 Thread Graham Dumpleton
In my work writing mod_wsgi where I do something similar to mod_cgid and fork off multiple daemon child processes which do special stuff rather than what the normal Apache child processes do, it occurred to me that a generic module which could be configured to spawn off processes, swap user

Re: sys.path and htaccess change?

2007-05-17 Thread Graham Dumpleton
Read: http://www.modpython.org/live/current/doc-html/pyapi-apmeth.html Especially the area which starts just before: PythonOption mod_python.importer.path ['~'] Your particular issue is mentioned just after this example. Graham On 18/05/07, Daniel J. Popowich [EMAIL PROTECTED] wrote: In

[jira] Created: (MODPYTHON-226) req.status_line should be writable to allow custom status lines.

2007-05-15 Thread Graham Dumpleton (JIRA)
: New Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton If req.status_line is writable it allows a handler to return a custom status line description. For example: req.status_line = 200 ALL OKAY WITH ME req.write('hello world!\n') return

[jira] Commented: (MODPYTHON-227) PythonOptimize and doc strings.

2007-05-15 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496169 ] Graham Dumpleton commented on MODPYTHON-227: BTW, workaround at present is to set in environment

Re: [VOTE] does mod_python want to be a TLP

2007-05-14 Thread Graham Dumpleton
Not necessarily wanting to see this discussion die again, how about just calling it the 'PythonScript' project. Name means it is still obvious and I can't see how we would have issues with a composite name like that as far as PSF trademark goes, but then could be wrong. On 11/05/07, Graham

[jira] Created: (MODPYTHON-223) Make sys.stdout/sys.stderr log properly to Apache error logs.

2007-05-11 Thread Graham Dumpleton (JIRA)
Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton When sys.stderr or sys.stdout are written to directly, or when the 'print' statement is used without a target file object, any text output will make it into the Apache error log files

[jira] Created: (MODPYTHON-225) Allow Python executable location and Python home to be specified.

2007-05-11 Thread Graham Dumpleton (JIRA)
: New Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Where a user has multiple versions of Python installed getting mod_python to work can be problematic. The main issue is where a version of Python is installed in a location different

[jira] Reopened: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton reopened MODPYTHON-195: The change for this appears to be having the side affect of the mod_python/Python

[jira] Updated: (MODPYTHON-218) Access to additional Apache functions and request_rec fields

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton updated MODPYTHON-218: --- Fix Version/s: (was: 3.3.1) Affects Version/s: 3.3.1 Access

[jira] Updated: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton updated MODPYTHON-195: --- Fix Version/s: (was: 3.3.1) 3.3.x Affects

[jira] Commented: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494960 ] Graham Dumpleton commented on MODPYTHON-195: This changes also possibly prevents Apache being run

[jira] Created: (MODPYTHON-221) Old importer to be removed from code.

2007-05-10 Thread Graham Dumpleton (JIRA)
: 3.3.1 Reporter: Graham Dumpleton The old module importer needs to be removed from code and new importer made the only option. To do this the old importer and dispatch code in apache.py needs to be removed. The dispatch functions in importer.py should then be merged into apache.py

Re: [VOTE] does mod_python want to be a TLP

2007-05-09 Thread Graham Dumpleton
On 10/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: 1. Python is not a good name for this project because Apache Python will just be too confusing and probably infringes on a PSF trademark. So if you have any creative suggestions, send them in, don't be shy, even if you think they

[jira] Commented: (MODPYTHON-202) Allow mechanism used by global mutex locks to be specified.

2007-05-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494242 ] Graham Dumpleton commented on MODPYTHON-202: mod_python should perhaps simply be using

[jira] Closed: (MODPYTHON-179) req.readlines(sizehint) does not work correctly

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-179. -- req.readlines(sizehint) does not work correctly

[jira] Closed: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-180. -- publisher wrongly generating warning that there is 'nothing to publish

[jira] Closed: (MODPYTHON-182) Memory leak in request readline()

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-182. -- Memory leak in request readline

[jira] Closed: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-185. -- _psp.parsestring doesn't check for empty values

[jira] Closed: (MODPYTHON-184) Memory leak apache.table()

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-184. -- Memory leak apache.table() -- Key

[jira] Closed: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-193. -- Add req.hlist.location to mirror req.hlist.directory

[jira] Closed: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-194. -- Memory leak due to not clearing thread state object before deletion

[jira] Closed: (MODPYTHON-196) Add req.server.log_error() and req.connection.log_error().

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-196. -- Add req.server.log_error() and req.connection.log_error

[jira] Closed: (MODPYTHON-200) Can't use signed and marshalled cookies together.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-200. -- Can't use signed and marshalled cookies together

[jira] Closed: (MODPYTHON-206) The attribute req.used_path_info should be writable.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-206. -- The attribute req.used_path_info should be writable

Re: Looking for TFM on OS X module building

2007-05-01 Thread Graham Dumpleton
On 01/05/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I use a little hack to find the appropriate apxs, you need csh for tha though, but that is installed on almost any unix: APXS := $(wildcard $(shell csh -c which apxs2 2/dev/null)) APXS := $(if $(APXS),$(APXS),$(wildcard $(shell csh -c

[jira] Commented: (MODPYTHON-218) Access to additional Apache functions and request_rec fields

2007-04-30 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492821 ] Graham Dumpleton commented on MODPYTHON-218: Attach your patch to this issue. Also get yourself

Re: Certain access results should call a new handler

2007-04-26 Thread Graham Dumpleton
On 27/04/07, David Wortham [EMAIL PROTECTED] wrote: I ran into a weird issue: My module is primarily access-based, but I do have a some other types of hooks (a few content handlers and an output filter). My access_checker hook function seems to work fine except when, in one particular case,

[jira] Created: (MODPYTHON-217) Python 2.3 and simplified GIL state API still causes problems.

2007-04-17 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.2.10, 3.3 Reporter: Graham Dumpleton There are still problems in mod_python when third party extension modules are used which make use of the Python simplified GIL state API. Specifically, if C code makes calls to PyGILState_Ensure

[jira] Closed: (MODPYTHON-157) PythonInterpPerDirectory broken for directory request in fixup phase and earlier.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-157. -- PythonInterpPerDirectory broken for directory request in fixup phase and earlier

[jira] Closed: (MODPYTHON-159) multiline headers in multipart/form not handled

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-159. -- multiline headers in multipart/form not handled

[jira] Closed: (MODPYTHON-166) PythonHandlerModule doesn't set up PythonAuthenHandler registration.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-166. -- PythonHandlerModule doesn't set up PythonAuthenHandler registration

[jira] Closed: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-165. -- Exporting functions from mod_python to allow access to interpreters etc

[jira] Closed: (MODPYTHON-167) If PythonDebug is On and error occurs, status is 200 when it should really be 500.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-167. -- If PythonDebug is On and error occurs, status is 200 when it should really be 500

[jira] Closed: (MODPYTHON-168) psp_parser fails when CR is used as a line terminator

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-168. -- psp_parser fails when CR is used as a line terminator

[jira] Closed: (MODPYTHON-173) DbmSession creates world readable db file

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-173. -- DbmSession creates world readable db file

[jira] Closed: (MODPYTHON-174) Update requirements to Apache 2.0.47 or greater

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-174. -- Update requirements to Apache 2.0.47 or greater

[jira] Closed: (MODPYTHON-175) PSP error page accessing session object can cause a deadlock.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-175. -- PSP error page accessing session object can cause a deadlock

[jira] Closed: (MODPYTHON-164) Allow req.add_handler()/req.register_*_filter() to take module/function for handler.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-164. -- Allow req.add_handler()/req.register_*_filter() to take module/function for handler

Re: read POST body

2007-04-12 Thread Graham Dumpleton
On 13/04/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 13/04/07, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi group! For mod_auth_openpgp I need to read the POST body. During my research (googling, archives of this list

Re: read POST body

2007-04-12 Thread Graham Dumpleton
On 13/04/07, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi group! For mod_auth_openpgp I need to read the POST body. During my research (googling, archives of this list, apache.org, etc) I discovered three methods so far. I would like

[jira] Closed: (MODPYTHON-130) Improvements associated with modifications times.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-130. -- Improvements associated with modifications times

[jira] Closed: (MODPYTHON-129) HandlerDispatch doesn't treat OK/DECLINED result properly for all phases.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-129. -- HandlerDispatch doesn't treat OK/DECLINED result properly for all phases

[jira] Closed: (MODPYTHON-132) Expose ap_construct_url() in request object.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-132. -- Expose ap_construct_url() in request object

[jira] Closed: (MODPYTHON-134) Setting PythonDebug to Off, doesn't override On setting in parent scope.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-134. -- Setting PythonDebug to Off, doesn't override On setting in parent scope

[jira] Closed: (MODPYTHON-135) [SECURITY] A Security Issue with FileSession in 3.2.7

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-135. -- [SECURITY] A Security Issue with FileSession in 3.2.7

[jira] Closed: (MODPYTHON-137) Add req.server.get_options() for obtain PythonOption values set at global level.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-137. -- Add req.server.get_options() for obtain PythonOption values set at global level

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-139. -- Running make clean/distclean doesn't clean up test directory

[jira] Closed: (MODPYTHON-140) util.redirect() returns wrong SERVER_RETURN status value

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-140. -- util.redirect() returns wrong SERVER_RETURN status value

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-144. -- Make apache._server/apace._interpreter part of public API

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-147. -- PythonImport directives causing duplicate entries in sys.path

[jira] Closed: (MODPYTHON-148) Additional constants for mod_python.apache module.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-148. -- Additional constants for mod_python.apache module

[jira] Closed: (MODPYTHON-149) Allow cross subdomain sessions.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-149. -- Allow cross subdomain sessions. --- Key

[jira] Closed: (MODPYTHON-151) PythonDebug exception error page doesn't escape special HTML characters.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-151. -- PythonDebug exception error page doesn't escape special HTML characters

[jira] Closed: (MODPYTHON-150) make_obcallback not thread protected

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-150. -- make_obcallback not thread protected

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

2007-04-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487986 ] Graham Dumpleton commented on MODPYTHON-109: In Python 2.5.1c1 they have changed how the 'threading

Re: Temporary files directory

2007-04-10 Thread Graham Dumpleton
On 10/04/07, David Wortham [EMAIL PROTECTED] wrote: Graham, I looked into mod_cgid very briefly. It appears to be UNIX-specific (or am I wrong?) Correct, is UNIX only. I was only giving mod_cgid as an example of something that put stuff there besides log files. Nothing against the *NIX

<    1   2   3   4   5   6   7   8   9   10   >