Bug report for Apache httpd-1.3 [2003/11/09]

2003-11-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2003/11/09]

2003-11-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: httpd-2.0/modules/aaa mod_authn_anon.c

2003-11-09 Thread Greg Stein
On Sun, Nov 09, 2003 at 06:02:26PM -, [EMAIL PROTECTED] wrote: ... +++ mod_authn_anon.c9 Nov 2003 18:02:26 - 1.4 ... -/* Is username is OK and password been filled out (if required) */ -if ((res == AUTH_USER_FOUND) ((!conf-mustemail) || strlen(sent_pw))

Re: cvs commit: httpd-2.0/modules/aaa mod_authn_anon.c

2003-11-09 Thread Andr Malo
* Greg Stein [EMAIL PROTECTED] wrote: snip That's a rather complicated if statement, and you removed the comment. I'd ask that you leave a comment in there to provide a human-readable version of that condition. hehe, ok. I've thought that the new version of the statement was self-explaining

Re: module load order

2003-11-09 Thread Astrid Keßler
I was just asked again by a user about the load order of modules. While it seems that it is now with Apache2 less important, and also ClearModuleList and AddModule are removed now with Apache2, I think it is at least still important for auth modules. So I searched the manual for any hints,

Re: module load order

2003-11-09 Thread Ben Laurie
Astrid Keßler wrote: I was just asked again by a user about the load order of modules. While it seems that it is now with Apache2 less important, and also ClearModuleList and AddModule are removed now with Apache2, I think it is at least still important for auth modules. So I searched the manual

Re: module load order

2003-11-09 Thread Andr Malo
* Ben Laurie [EMAIL PROTECTED] wrote: Perhaps my memory is failing me, but I thought the module hooks were sorted with a stable topological sort, not qsort? from apr_hooks.c: static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems) { TSort *pData=apr_palloc(p,nItems*sizeof

[PATCH] ap_get_server_revision

2003-11-09 Thread Andr Malo
There's currently no API for modules to determine the unmodified server version. I'd like to introduce one (and backport to 2.0) -- see attached patch. Any objections, comments? nd diff -Nur httpd-2.1~/include/ap_mmn.h httpd-2.1/include/ap_mmn.h --- httpd-2.1~/include/ap_mmn.h +++

Supervise MaxClients

2003-11-09 Thread David Herrero
How can i supervise MaxClients value in execution ?, because i try to modify this value in execution Thanks

Re: Supervise MaxClients

2003-11-09 Thread Joshua Slive
On Mon, 10 Nov 2003, David Herrero wrote: How can i supervise MaxClients value in execution ?, because i try to modify this value in execution Sorry, but you are going to need to be much more specific about exactly what you want to do. I can't parse that sentence. What does supervise mean

Re: Supervise MaxClients

2003-11-09 Thread David Herrero
I want to modify this value without restart the server, and i need view MaxClient while the server is started.

Re: Supervise MaxClients

2003-11-09 Thread Joshua Slive
On Mon, 10 Nov 2003, David Herrero wrote: I want to modify this value without restart the server, and i need view MaxClient while the server is started. Hmmm... I think we saw this exact question within the past week. You cannot change MaxClients without restarting the server. But

Re: Supervise MaxClients

2003-11-09 Thread Joshua Slive
Oh, shute. I thought this was [EMAIL PROTECTED] Please direct your questions to the users list in the future. Joshua.