Re: move RFC 1413 out of core?

2003-01-12 Thread André Malo
* Joshua Slive wrote: > On Mon, 13 Jan 2003, André Malo wrote: >> It also should handle the %...l logformat in mod_log_config, so that this >> specific logformat function will also moved to mod_ident. > > The only problem is that %l, even though it is almost always empty, is > included in the com

Re: move RFC 1413 out of core?

2003-01-12 Thread Joshua Slive
On Mon, 13 Jan 2003, André Malo wrote: > It also should handle the %...l logformat in mod_log_config, so that this > specific logformat function will also moved to mod_ident. The only problem is that %l, even though it is almost always empty, is included in the common log format. If we create mo

Re: move RFC 1413 out of core?

2003-01-12 Thread Justin Erenkrantz
--On Monday, January 13, 2003 1:13 AM +0100 André Malo <[EMAIL PROTECTED]> wrote: hmm, I'd like to move the ident code out of core into a separate module, say "mod_ident", since it's a feature, which is hardly used in more than 1% of the cases, where the apache httpd will be used. But before do

move RFC 1413 out of core?

2003-01-12 Thread André Malo
hmm, I'd like to move the ident code out of core into a separate module, say "mod_ident", since it's a feature, which is hardly used in more than 1% of the cases, where the apache httpd will be used. But before doing any effort: are there any objections on this? implementation planned that way:

Re: cvs commit: httpd-2.0/docs/manual/vhosts index.xml index.html.en

2003-01-12 Thread Joshua Slive
On Sun, 12 Jan 2003, Thom May wrote: > > > > -/usr/local/apache/bin/httpd -t -D DUMP_VHOSTS > > +/usr/local/apache/bin/httpd -S > > the path is still wrong :( > should be /usr/local/apache2/bin/httpd if we're following the default. And, actually, the canonical way to start ht

Re: cvs commit: httpd-2.0/docs/manual/vhosts index.xml index.html.en

2003-01-12 Thread Thom May
> > -/usr/local/apache/bin/httpd -t -D DUMP_VHOSTS > +/usr/local/apache/bin/httpd -S the path is still wrong :( should be /usr/local/apache2/bin/httpd if we're following the default. -Thom

Re: [patch] include/util_filter.h

2003-01-12 Thread Justin Erenkrantz
--On Saturday, January 11, 2003 5:50 PM -0500 Joe Schaefer <[EMAIL PROTECTED]> wrote: It looks to me like his email client munged the patch- spurious leading spaces, column wrap, etc. Bad Mozilla. Is this one any better? Patch committed. Thanks! -- justin

RE: mod_mem_cache bad for large/busy files (Was: [PATCH] removesome mutex locks in the worker MPM)

2003-01-12 Thread Brian Pane
On Fri, 2003-01-10 at 12:40, Bill Stoddard wrote: > I was meaning to respond to this, but forgot until I saw the blurb in ApacheWeek > :-) We all really need to find time to write some code, so that ApacheWeek will have something to cover besides design debates. :-) > > For large files, I'd anti