Re: please set up a mod_python core group

2006-01-19 Thread Jim Gallacher
Jorey Bump wrote: Mike Looijmans wrote: Seriously, I think Grisha's way is right - the three musketeers should decide based on the feedback they get. There's no substitute for running on other people's machines... 2006/1/19, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED]: Thanks Roy. Very

Re: please set up a mod_python core group

2006-01-19 Thread Jorey Bump
Jim Gallacher wrote: Jorey Bump wrote: IOW, could you guys list the OS on which you run, and not merely test, mod_python? By you guys I assume you mean the above 4 people? Yeah, youse 4 guys. :) On the other hand, you may mean *all* the people on python-dev who test a release candidate

Re: please set up a mod_python core group

2006-01-19 Thread Nick
Jim Gallacher wrote: Jorey Bump wrote: +1 here, but since the build process and typical MPM differs among platforms, could we see a list that this group represents? I'm most interested in default nonvirtualized environments used in production or for principal development. This information

Re: please set up a mod_python core group

2006-01-19 Thread Gregory (Grisha) Trubetskoy
On Thu, 19 Jan 2006, Jorey Bump wrote: +1 here, but since the build process and typical MPM differs among platforms, could we see a list that this group represents? This group would not represent any platforms when acting in _this_ capacity. One of the group's responsibility would be to

[patch] test fails when mod_alias not built

2006-01-19 Thread Fred Moyer
Hello, After reading mod_perl for speed freaks I trimmed down my httpd and had test failures building apreq trunk against Perl 5.8.6, mod_perl 2.0.2 and Apache 2.2.0. The following small changes resulting in make test completing when httpd was not built with mod_alias. - Fred Index:

AW: PR#38123

2006-01-19 Thread Plüm , Rüdiger , VIS
-Ursprüngliche Nachricht- Von: Nick Kew [..cut..] That's the same bug and fix as PR#37790! Which leads me to wonder, is there some good reason not to insert the input filter unconditionally somewhere earlier in request_post_read? As it stands, it looks as if your fix has

modules/aaa/mod_authz_owner.c

2006-01-19 Thread Jean-frederic Clere
Hi, On ReliantUnix the following code can't be compiled: +++ typedef struct { } authz_owner_config_rec; +++ Because the structure is empty. Any problem to apply the following patch: +++ Index: aaa/mod_authz_owner.c === ---

Re: Header Handling in mod_smtpd

2006-01-19 Thread Maxime Petazzoni
Hi, * Rian Hunter [EMAIL PROTECTED] [2006-01-17 16:43:07]: I just wanted to poll dev on how mod_smtpd should handle mail headers after receiving the data command. [snip] Does it seem like a good idea to save the extra line-break as the beginning of the body or remove it before

Re: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Joshua Slive
On 1/19/06, Praveen Bhaniramka [EMAIL PROTECTED] wrote: Hi all, We are developing a custom module for Apache using mod_gsoap over Linux. However, our software currently does not work very well in a multi-process environment as it was designed primarily for a multi-threaded environment. Is

Problem: compiling mod_tidy with Apache 2.2

2006-01-19 Thread Sierk Bornemann
Hi! I am the project maintainer of the Apache2 module mod_tidy (http://mod-tidy.sourceforge.net/), and there seems to be a problem compiling mod_tidy with Apache 2.2, because API has changed from Apache2.0 to Apache2.2: Compiler error messages: -- src/mod_tidy.c: In function

Re: please set up a mod_python core group

2006-01-19 Thread Jorey Bump
Mike Looijmans wrote: Seriously, I think Grisha's way is right - the three musketeers should decide based on the feedback they get. There's no substitute for running on other people's machines... 2006/1/19, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED]: Thanks Roy. Very timely, since

AW: Problem: compiling mod_tidy with Apache 2.2

2006-01-19 Thread Plüm , Rüdiger , VIS
-Ursprüngliche Nachricht- Von: Sierk Bornemann [..cut..] -- APR_BRIGADE_FOREACH does not longer exist, so there must be a short fix reflecting this. The macro APR_BRIGADE_FOREACH is marked deprecated in apr-util 0.9.x which is used by Apache 2.0.x for quite a long

Re: please set up a mod_python core group

2006-01-19 Thread Nicolas Lehuen
Building + unit testing : * mod_python on Windows 2000 Server SP4 + ActivePython 2.3.5 + Apache 2.0.55 * mod_python on Windows XP SP2 + ActivePython 2.4.2 + Apache 2.0.55 Developing (mod_python itself + my own applications): * mod_python on Windows XP SP2 + ActivePython 2.4.2 + Apache

RE: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Praveen Bhaniramka
Hi Joshua, Thanks for your reply. I tried setting the parameters suggested by you. But when I re-run httpd2, I see that it is still creating 3 processes. Yes, worker should be able to do this, although it will not adjust to load (you need to prespecify exactly how many threads will be

Re: httpd and locales

2006-01-19 Thread André Malo
* Garrett Rooney [EMAIL PROTECTED] wrote: It doesn't belong here, but... I'm wondering why the path isn't passed as UTF-8. Why is it translated to the locale at all? It's all happening within the svn file system, so I'd really expect to get utf-8 and would consider locale translation as a

Re: Problem: compiling mod_tidy with Apache 2.2

2006-01-19 Thread Steffen
Compiling on Windows and Apache 2.2.0 works with the patch. Steffen http://www.apachelounge.com - Original Message - From: Sierk Bornemann [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Thursday, January 19, 2006 3:28 PM Subject: Problem: compiling mod_tidy with Apache 2.2 Hi! I

Re: Problem: compiling mod_tidy with Apache 2.2

2006-01-19 Thread Oden Eriksson
torsdagen den 19 januari 2006 16.59 skrev Steffen: Compiling on Windows and Apache 2.2.0 works with the patch. Steffen http://www.apachelounge.com - Original Message - From: Sierk Bornemann [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Thursday, January 19, 2006 3:28 PM

Re: please set up a mod_python core group

2006-01-19 Thread Jim Gallacher
Jorey Bump wrote: Jim Gallacher wrote: Jorey Bump wrote: IOW, could you guys list the OS on which you run, and not merely test, mod_python? By you guys I assume you mean the above 4 people? Yeah, youse 4 guys. :) On the other hand, you may mean *all* the people on python-dev who

Re: modules/aaa/mod_authz_owner.c

2006-01-19 Thread Brad Nicholes
On 1/19/2006 at 6:46:25 am, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi, On ReliantUnix the following code can't be compiled: +++ typedef struct { } authz_owner_config_rec; +++ Because the structure is empty. Any problem to apply the following patch: +++ Index:

Re: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Joshua Slive
On 1/19/06, Praveen Bhaniramka [EMAIL PROTECTED] wrote: Hi Joshua, Thanks for your reply. I tried setting the parameters suggested by you. But when I re-run httpd2, I see that it is still creating 3 processes. Three processes is normal. One is the control process, one is the cgi daemon and

apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
hey guys, I have this module which runs from within apache2.0 and at times it results in segmentation faults. how should I approach cleaning up this code (which spans multiple files) of all the null pointer issues. is there some tool that could show me where the problem is at ? I am

Re: apache 2.0 module code clean-up

2006-01-19 Thread Sander Temme
Hi Kaushal, Stuff like this is probably better discussed on the apache-modules list. You can subscribe to that at: http://modules.apache.org/subscribe On Jan 19, 2006, at 9:08 AM, Kaushal Jha wrote: how should I approach cleaning up this code (which spans multiple files) of all the null

Re: apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
apologies. and thanks for the correct direction. :) -- -- Original Message --- From: Sander Temme [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Thu, 19 Jan 2006 09:38:15 -0800 Subject: Re: apache 2.0 module code clean-up Hi Kaushal, Stuff like this is probably better

Re: apache 2.0 module code clean-up

2006-01-19 Thread Kaushal Jha
apologies. and thanks for taking the time to direct me to the correct list. :) -- -- Original Message --- From: Sander Temme [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Thu, 19 Jan 2006 09:38:15 -0800 Subject: Re: apache 2.0 module code clean-up Hi Kaushal, Stuff

Re: httpd and locales

2006-01-19 Thread Branko Čibej
André Malo wrote: * Garrett Rooney [EMAIL PROTECTED] wrote: It doesn't belong here, but... I'm wondering why the path isn't passed as UTF-8. Why is it translated to the locale at all? It's all happening within the svn file system, so I'd really expect to get utf-8 and would consider locale

Re: httpd and locales

2006-01-19 Thread André Malo
* Branko Čibej wrote: You're confusing the content of the SVN repository and hook scripts stored on the local filesystem. Paths in the first are always encoded in UTF-8. The latter naturally have to obey the server's locale. I don't think so. The task was to pass the name of a file stored in

Re: httpd and locales

2006-01-19 Thread Garrett Rooney
On 1/19/06, André Malo [EMAIL PROTECTED] wrote: * Branko Čibej wrote: You're confusing the content of the SVN repository and hook scripts stored on the local filesystem. Paths in the first are always encoded in UTF-8. The latter naturally have to obey the server's locale. I don't think

Re: httpd and locales

2006-01-19 Thread Joe Orton
On Thu, Jan 19, 2006 at 11:09:13AM -0800, Garrett Rooney wrote: On 1/19/06, André Malo [EMAIL PROTECTED] wrote: * Branko Čibej wrote: You're confusing the content of the SVN repository and hook scripts stored on the local filesystem. Paths in the first are always encoded in UTF-8.

Re: AW: PR#38123

2006-01-19 Thread Nick Kew
On Thursday 19 January 2006 11:03, Plüm, Rüdiger, VIS wrote: -Ursprüngliche Nachricht- Von: Nick Kew [..cut..] That's the same bug and fix as PR#37790! Which leads me to wonder, is there some good reason not to insert the input filter unconditionally somewhere earlier in