Re: Can't build HEAD on Linux

2003-01-27 Thread Sebastian Bergmann
Jeff Trawick wrote: Did you do cvs update without doing make extraclean? Odd, in all this time I built httpd-2.0 from CVS I never needed to run make extraclean, I didn't even know about it. I always did a make distclean. Anyhow, make extraclean solved my problem. Thank you, Sebastian

400 Bad request on loaded httpd

2003-01-27 Thread Midhun Chandran
Hi, I am seeing the following problem on dav-enabled apache 2.0.35 build on solaris 2.8. The server is being loaded using httperf for performance measurement. Sometimes I see the following messages in the error_log: -- [Sat Jan 25 14:50:44 2003] [error] [client 192.168.7.114]

Re: [patch] IndexResults

2003-01-27 Thread Francis Daly
On Sat, Jan 25, 2003 at 02:06:26PM -0800, Justin Erenkrantz wrote: --On Saturday, January 25, 2003 9:23 PM + Francis Daly [EMAIL PROTECTED] wrote: Hi there, thanks for your input. +/* res_info is used when merging res_list */ +typedef struct res_info { +int *range; +

[PATCH] readme (was:Re: mod_pop3)

2003-01-27 Thread Harrie Hazewinkel
HI, I have attached a patch that would change the README. The patch avoids the need of mod_auth_dbm that is not compiled in by default. With this patch one could follow the default. readme1.patch Description: Binary data Somehow, i would suggest to change '/tmp/pop' into '/var/mail'

Re: [PATCH] readme (was:Re: mod_pop3)

2003-01-27 Thread Eli Marmor
Although I've never used your MOD-SNMP, I'm curious to know if you are porting it to 2.0... Thank you for any response, -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies Ltd. __ Tel.: +972-9-766-1020

Re: [PATCH] readme (was:Re: mod_pop3)

2003-01-27 Thread Eli Marmor
I wrote: Although I've never used your MOD-SNMP, I'm curious to know if you are porting it to 2.0... Thank you for any response, Oops... It was intended for Harrie Hazewinkel [EMAIL PROTECTED]... Sorry, -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies

Re: merging httpd-pop3 into httpd-2.0?

2003-01-27 Thread Bill Stoddard
3)Why for instance, could this not stay as a seperate module?? I don't think we should be moving more code into the core. It would be nice if we could make the core lean and mean and keep the modules on their own independent development paths. Besides, this module is a great example module,

Re: merging httpd-pop3 into httpd-2.0?

2003-01-27 Thread William A. Rowe, Jr.
At 10:49 PM 1/26/2003, Aaron Bannert wrote: On Saturday, January 25, 2003, at 11:52 PM, Harrie Hazewinkel wrote: Just another thing comes to mind. How about CVS access?? I beleibe if people are willing to work on this a seperate CVS repository would allow quicker people to develop on it. People

mod_vfsindex -- need some review

2003-01-27 Thread Mladen Turk
Hi, This is the virtual file system module, meaning that you can serve context from non-file systems. Currently it only supports zip files, but has already added support for gzip and bzip archives. It is based on mod_autoindex, with couple of extra lines to mount filesystem and deliver context.