Re: My plans for mod_python changes (260206).

2006-03-03 Thread Graham Dumpleton
On 04/03/2006, at 4:59 AM, Jim Gallacher wrote: More in the way of a general observation rather than on these specific issues, but I wouldn't necessarily mark things as resolved just on the basis of the fix being committed. For the big changes at least, I think we should see some

[jira] Updated: (MODPYTHON-53) Show link for subversion and JIRA on www.mod_python website

2006-03-03 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-53?page=all ] Jim Gallacher updated MODPYTHON-53: --- Fix Version: 3.3 (was: 3.2.7) Show link for subversion and JIRA on www.mod_python website

Re: My plans for mod_python changes (260206).

2006-03-03 Thread Jim Gallacher
Graham Dumpleton wrote: On 04/03/2006, at 4:59 AM, Jim Gallacher wrote: More in the way of a general observation rather than on these specific issues, but I wouldn't necessarily mark things as resolved just on the basis of the fix being committed. For the big changes at least, I think

[jira] Assigned: (MODPYTHON-19) Add a section about security in the documentation

2006-03-03 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=all ] Jim Gallacher reassigned MODPYTHON-19: -- Assign To: Jim Gallacher Add a section about security in the documentation - Key:

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread William A. Rowe, Jr.
Sris, two questions; 1. why didn't you ping me on this before taking it to list? Please always feel free to ping me early on these sorts of questions, and we can also make sure the team in on the supportstaff internal list where we float most general questions, first. 2. I notice you are

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Please always feel free to ping me early on these sorts of questions, and we can also make sure the team in on the supportstaff internal list where we float most general questions, first. redface Sorry folks, brand new Engineer on our new team, and this was

[jira] Created: (MODPYTHON-141) Allow handlers to trigger proxying of requests.

2006-03-03 Thread Graham Dumpleton (JIRA)
Allow handlers to trigger proxying of requests. --- Key: MODPYTHON-141 URL: http://issues.apache.org/jira/browse/MODPYTHON-141 Project: mod_python Type: Improvement Components: core Versions: 3.3 Reporter:

[jira] Work started: (MODPYTHON-141) Allow handlers to trigger proxying of requests.

2006-03-03 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-141?page=all ] Work on MODPYTHON-141 started by Graham Dumpleton Allow handlers to trigger proxying of requests. --- Key: MODPYTHON-141 URL:

Re: My plans for mod_python changes (260206).

2006-03-03 Thread Graham Dumpleton
On 03/03/2006, at 1:55 PM, Jim Gallacher wrote: Does this sound helpful, or does everyone just trust that I am not going to screw things up? :-) Hopefully people are reviewing the changes on the python-cvs I haven't been committing in anything yet, I presume you mean JIRA. Anyway, so

Re: Detecting if Client closed connection

2006-03-03 Thread Jeff Trawick
On 3/1/06, R, Rajesh (STSD) [EMAIL PROTECTED] wrote: Hello, I am working on a patch, to kill a cgi process if the client closes the conenction in Apache 2.0.54/mod_cgid. Apache only finds out when it tries to do I/O. CGI needs to write a little output to the client every so often if it is

Re: Execution of check_user_id and auth_checker for all requests in 2.3 vs. only those with AuthType

2006-03-03 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max Bowsher wrote: In httpd-2.2, the check_user_id and auth_checker hooks are only invoked for requests to which both an AuthType and at least one Require directive apply. In httpd-2.3, the check_user_id and auth_checker hooks run

Re: event_mpm and poll()

2006-03-03 Thread Bill Stoddard
Paul Querna wrote: Saju Pillai wrote: Greetings, The event mpm expects the apr_pollset backends to be based on epoll() / kqueue() or Solaris 10 event ports. What are the reasons because of which poll() is not considered to be suitable for the event mpm ? Is this because of the large

Bugzilla components for new/renamed auth modules

2006-03-03 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The available bugzilla components don't take account of the 2.2 and 2.3 auth[nz] changes. I'd like to suggest the following new components: mod_authn_file mod_authz_groupfile mod_auth_basic mod_authz_owner mod_authn_dbd mod_authz_dbd mod_authn_core

Re: Bugzilla components for new/renamed auth modules

2006-03-03 Thread Brad Nicholes
{ On 3/3/2006 at 8:31:22 am, in message [EMAIL PROTECTED], Max Bowsher [EMAIL PROTECTED] wrote: LDAP is in a weird situation: there are 3 components: mod_auth_ldap, mod_authn_ldap and mod_authz_ldap, despite the fact that the last two don't exist as real modules at all. The actual module names

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread Joost de Heer
Kanagasabai Sriskanthaverl wrote: Hi, Could any one please let me know whether I can use mod_jk with httpd2.2. If so, is it same as with httpd2.0 or different. please guide me to setup it. I am aware that, there is mod_ajp which can connect tomcat with httpd2.2. Are there things that mod_jk

Re: My plans for mod_python changes (260206).

2006-03-03 Thread Jim Gallacher
Graham Dumpleton wrote: On 03/03/2006, at 1:55 PM, Jim Gallacher wrote: Does this sound helpful, or does everyone just trust that I am not going to screw things up? :-) Hopefully people are reviewing the changes on the python-cvs I haven't been committing in anything yet, I presume

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread William A. Rowe, Jr.
Joost de Heer wrote: Kanagasabai Sriskanthaverl wrote: Hi, Could any one please let me know whether I can use mod_jk with httpd2.2. If so, is it same as with httpd2.0 or different. please guide me to setup it. I am aware that, there is mod_ajp which can connect tomcat with httpd2.2. Are

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread Ruediger Pluem
On 03/03/2006 06:55 PM, Joost de Heer wrote: Kanagasabai Sriskanthaverl wrote: Hi, Could any one please let me know whether I can use mod_jk with httpd2.2. If so, is it same as with httpd2.0 or different. please guide me to setup it. I am aware that, there is mod_ajp which can connect

Re: Does mod_jk compatible with httpd2.2

2006-03-03 Thread Ruediger Pluem
On 03/03/2006 10:51 PM, Ruediger Pluem wrote: On 03/03/2006 06:55 PM, Joost de Heer wrote: Are there things that mod_jk can do which you can't do with mod_proxy_ajp? Yes, it can handle cluster domains which mod_proxy_ajp can't. Furthermore To be more precise which

Re: Apache 2.2 -X commanlinde option broken?

2006-03-03 Thread Ronnie Brunner
Is the -X option not supported anymore? Or is it just broken? FWIW: It really is broken: I have the same problem on Redhat 8 and Joachim Zobel reported the same for debian etch (x86) on a different mailing list. I can't imagine that this is a desired behavior (as it does not make sense not

libapreq2 installation

2006-03-03 Thread Steve Thames
I have been trying to install libapreq2 on Fedore FC4 with no luck. Nearly all the tests work but all tests in glue/perl/t/apreq/cgi.t fail. I am installing as root but have 777 permissions on the entire /root directory. When that did not work, I change the user:group to nobody:nobody for

Re: libapreq2 installation

2006-03-03 Thread Joe Schaefer
Steve Thames [EMAIL PROTECTED] writes: The Request.so file does exist so I can only assume there is some file Request.so can not find and the error is being reported this way from Dynaloader.pm. Right, it's reporting that it can't find libapreq2.so, which is pretty odd. What do you get from

Re: libapreq2 installation

2006-03-03 Thread Bojan Smojver
On Fri, 2006-03-03 at 14:58 -0800, Steve Thames wrote: I have verified all listed prerequisites for libapreq2. I would really like to use this tool so if anyone has any ideas, I would be thankful. The libapreq2 that you're using - is it and RPM from Fedora Extras or did you compile it