Re: Apache Worm

2002-07-01 Thread Pier Fumagalli
Jon Travis <[EMAIL PROTECTED]> wrote: > On Sun, Jun 30, 2002 at 11:24:30PM +0200, [EMAIL PROTECTED] wrote: >> >> On Sun, 30 Jun 2002, Pier Fumagalli wrote: >> >>> Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: >>> I assume everyone has seen this? http://dammit.lt/apache-worm/ >>> >

Re: Apache Worm

2002-07-01 Thread Jon Travis
On Sun, Jun 30, 2002 at 11:24:30PM +0200, [EMAIL PROTECTED] wrote: > > On Sun, 30 Jun 2002, Pier Fumagalli wrote: > > > Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > > > > > I assume everyone has seen this? > > > > > > http://dammit.lt/apache-worm/ > > > > Me and Fede are running through the decom

Re: Listen directive

2002-07-01 Thread Aaron Bannert
On Mon, Jul 01, 2002 at 07:00:05PM +0200, Werner Schalk wrote: > I have a question concerning the > listen directive: The docs say > at http://httpd.apache.org/docs-2.0/mod/mpm_common.html#listen > the listen option is only available > when using the prefork, perchild, > worker or win_nt mpm. For

Listen directive

2002-07-01 Thread Werner Schalk
Hi, I did post this issue to the users list but no one was able to answer this question so I decided to post it here. I have a question concerning the listen directive: The docs say at http://httpd.apache.org/docs-2.0/mod/mpm_common.html#listen the listen option is only available when using the

Re: [patch mod_example.c] various fixes, mostly docs

2002-07-01 Thread Thomas Eibner
On Mon, Jul 01, 2002 at 11:49:03PM +0800, Stas Bekman wrote: > a bunch of mod_example improvements, most docs: > - added the missing header_parser_handler > - correct some copy-n-paste errors > - place XXX: where the doc was wrong but I wasn't sure what's the right > thing to replace with, so tho

[patch mod_example.c] various fixes, mostly docs

2002-07-01 Thread Stas Bekman
a bunch of mod_example improvements, most docs: - added the missing header_parser_handler - correct some copy-n-paste errors - place XXX: where the doc was wrong but I wasn't sure what's the right thing to replace with, so those who know can easily spot what should be fixed. of course this modu

[patch include/http_log.h] doc fix

2002-07-01 Thread Stas Bekman
a few minor doc fixes, including the expansion of 'iff' which is a not very known abbreviation outside universities. Index: include/http_log.h === RCS file: /home/cvspublic/httpd-2.0/include/http_log.h,v retrieving revision 1.38 dif

RE: How to achieve zero-copy when reading request headers?

2002-07-01 Thread Ryan Bloom
> From: Brian Pane [mailto:[EMAIL PROTECTED]] > > On Sun, 2002-06-30 at 20:57, Justin Erenkrantz wrote: > > On Fri, Jun 28, 2002 at 07:01:34PM -0700, Ryan Bloom wrote: > > > Have you looked at which of these are causing the most performance > > > problems? It seems to me that the easiest thing t

RE: How to achieve zero-copy when reading request headers?

2002-07-01 Thread Ryan Bloom
> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > > On Fri, Jun 28, 2002 at 07:01:34PM -0700, Ryan Bloom wrote: > > Have you looked at which of these are causing the most performance > > problems? It seems to me that the easiest thing to do, would be to use > > a persistent brigade, which r

Re: [PATCH] Start Making Documentation Valid XHTML

2002-07-01 Thread Justin Erenkrantz
On Mon, Jul 01, 2002 at 07:28:35AM -0600, Jerry Baker wrote: > Is there some other way that I should be submitting doc patches? You should submit them the same way as code - inline unified diffs. You may also want to send it to [EMAIL PROTECTED] -- justin

Re: [PATCH] Start Making Documentation Valid XHTML

2002-07-01 Thread Jerry Baker
Jerry Baker wrote: > > This patch covers the root of ../docs/manual only. It does not cover any > subdirectories. > > This patch fixes numerous errors that caused the documents to fail XHTML > validation. > > -- > Jerry Baker > > --

quick docs patch..

2002-07-01 Thread James Cox
Quick patch to bring some old docs up-to-date. -- james -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful? http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/ Index: new_features_1_1.html =