Re: Constructing of a URL for location redirect.

2006-02-16 Thread Nick
Nicolas Lehuen wrote: BTW, did we ever considered using SWIG to map the Apache API ? I know it can be quite tricky to use, but it could be a real time saver. That's essentially what mod_snake did, and why I liked it so much. Though I don't remember if it used swig or pyrex. Nick

Re: Constructing of a URL for location redirect.

2006-02-16 Thread Nick
Gregory (Grisha) Trubetskoy wrote: SWIG in my opinion is good when you want some kind of an API made available to you quickly, but in a static environment where can put some thought into functionality, usability, Pythonic-ness of every approach, write documentation with good examples and a

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

2006-02-16 Thread Graham Dumpleton (JIRA)
Make name of mutex directory configurable. -- Key: MODPYTHON-131 URL: http://issues.apache.org/jira/browse/MODPYTHON-131 Project: mod_python Type: Improvement Components: core Versions: 3.2 Reporter: Graham

Python 2.x; what's x?

2006-02-16 Thread Daniel J. Popowich
Graham Dumpleton (JIRA) writes: If mod_python is to still support Python 2.2, which it looks like we are still because of Nokia work, then can't use the Python bool type yet as that was only added to Python 2.3. But can't a decision be made? I think deciding by not deciding is less than an

Re: Python 2.x; what's x?

2006-02-16 Thread Graham Dumpleton
Daniel J. Popowich wrote .. Graham Dumpleton (JIRA) writes: If mod_python is to still support Python 2.2, which it looks like we are still because of Nokia work, then can't use the Python bool type yet as that was only added to Python 2.3. But can't a decision be made? I think

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

2006-02-16 Thread Graham Dumpleton (JIRA)
Setting PythonDebug to Off, doesn't override On setting in parent scope. Key: MODPYTHON-134 URL: http://issues.apache.org/jira/browse/MODPYTHON-134 Project: mod_python Type: Bug Components:

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

2006-02-16 Thread Graham Dumpleton (JIRA)
[SECURITY] A Security Issue with FileSession in 3.2.7 - Key: MODPYTHON-135 URL: http://issues.apache.org/jira/browse/MODPYTHON-135 Project: mod_python Type: Bug Components: session Versions: 3.2

perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi, I have come across this issue when i try to define the apxs argument to point to an httpd installed in used defined location. Here are the steps i have done. and it provided the error output given below. Can any of u help me to get rid of it/ any work around to this. Note: t/TEST -apxs...

docs error

2006-02-16 Thread David Reid
In the trunk docs the link to 'Access Control' in auth.html is broken as access.html seems to not exist in that version. Given the large number of changes maybe it would be a good doc bring to life again?

Re: perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Geoffrey Young
2. perl Makefile.PL -apxs /home/sris/projects/ers-3-0-2/apache2.0/bin/apxs 3. make 4. t/TEST OUTPUT [EMAIL PROTECTED]:~/projects/temp/httpd-test/perl-framework$ t/TEST [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl

how does this get changed?

2006-02-16 Thread David Reid
Rather than try and piece it together, can someone simply answer this simple question? Maybe then this mail and your reply will help other poor souls trying to make the change. Convert this Order deny,allow Deny from all into [ your answer here ]

Re: how does this get changed?

2006-02-16 Thread Joshua Slive
On 2/16/06, David Reid [EMAIL PROTECTED] wrote: Rather than try and piece it together, can someone simply answer this simple question? Maybe then this mail and your reply will help other poor souls trying to make the change. Convert this Order deny,allow Deny from all Require all denied

Re: mutex dir?

2006-02-16 Thread Oden Eriksson
tisdagen den 14 februari 2006 13.17 skrev Oden Eriksson: Hello. [...] I am no programmer, but can't you just look at how this is handled in the core mod_ssl and ldap code? -- Regards // Oden Eriksson Mandriva: http://www.mandriva.com NUX: http://li.nux.se

Re: how does this get changed?

2006-02-16 Thread David Reid
Joshua Slive wrote: On 2/16/06, David Reid [EMAIL PROTECTED] wrote: Rather than try and piece it together, can someone simply answer this simple question? Maybe then this mail and your reply will help other poor souls trying to make the change. Convert this Order deny,allow Deny from all

Re: mod_proxy buffering small chunks

2006-02-16 Thread Alan Gutierrez
* Alan Gutierrez [EMAIL PROTECTED] [2006-02-13 15:48]: * Plüm, Rüdiger, VIS [EMAIL PROTECTED] [2006-02-06 09:29]: -Ursprüngliche Nachricht- Von: Alan Gutierrez The proposed solution is to poll for chunks using non-blocking I/O. When the socket returns EAGAIN, the

Re: how does this get changed?

2006-02-16 Thread Ian Holsman
maybe if mod_access_compat is included by default statically into httpd itself? (unless explicitly disabled) we could make it optional in 2.6 (and remove docs on it), and remove in 2.8 or something. this will give people plenty of time to switch over. David Reid wrote: Joshua Slive wrote:

Re: how does this get changed?

2006-02-16 Thread Graham Leggett
Ian Holsman wrote: maybe if mod_access_compat is included by default statically into httpd itself? (unless explicitly disabled) we could make it optional in 2.6 (and remove docs on it), and remove in 2.8 or something. this will give people plenty of time to switch over. This definitely

Re: how does this get changed?

2006-02-16 Thread Joshua Slive
On 2/16/06, Graham Leggett [EMAIL PROTECTED] wrote: Ian Holsman wrote: maybe if mod_access_compat is included by default statically into httpd itself? (unless explicitly disabled) we could make it optional in 2.6 (and remove docs on it), and remove in 2.8 or something. this will give

Re: how does this get changed?

2006-02-16 Thread Joost de Heer
Uhh... Please don't remove docs on something that is still in the server. And it should be removed at 3.0. We shouldn't be breaking config files in minor releases. Already happened between 2.0 and 2.2, when mod_access was changed to mod_authz_host. Joost

Re: Constructing of a URL for location redirect.

2006-02-16 Thread Jim Gallacher
Nick wrote: Gregory (Grisha) Trubetskoy wrote: SWIG in my opinion is good when you want some kind of an API made available to you quickly, but in a static environment where can put some thought into functionality, usability, Pythonic-ness of every approach, write documentation with good

auth in trunk is fubar

2006-02-16 Thread David Reid
Had some problems getting a working auth config to let me spend time developing on svn's authz module - when I tried 2.2 the exact same config worked without a problem first time out of the box. Houston, I think trunk's auth code is fubar. Config is as follows, Location /repos DAV svn

Re: auth in trunk is fubar

2006-02-16 Thread Maxime Petazzoni
* David Reid [EMAIL PROTECTED] [2006-02-17 01:01:51]: Had some problems getting a working auth config to let me spend time developing on svn's authz module - when I tried 2.2 the exact same config worked without a problem first time out of the box. Houston, I think trunk's auth code is

[jira] Created: (MODPYTHON-133) req.server.get_config() table object populated wrongly.

2006-02-16 Thread Graham Dumpleton (JIRA)
req.server.get_config() table object populated wrongly. --- Key: MODPYTHON-133 URL: http://issues.apache.org/jira/browse/MODPYTHON-133 Project: mod_python Type: Bug Components: core Versions: 3.2

Re: perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi Thanks, -httpd works fine. The httpd binary has been built in a custom name like httpsd.worker in my machine. That is the reason y apxs does not locate the httpd binary. Sorry about it. it works after i renamed it to httpd. Regards Sris On Thu, 2006-02-16 at 08:47 -0500, Geoffrey Young