RE: [PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Bill Stoddard
L PROTECTED] > Mail-Followup-To: [EMAIL PROTECTED] > Date: Wed, 27 Nov 2002 16:18:26 + > Subject: [PATCH] prevent apxs from inserting AddModule > User-Agent: Mutt/1.4i > > If an httpd.conf has commented out AddModule directives, apxs -i -a will > add an un-commented AddMo

Re: [PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Thom May
t; > To: [EMAIL PROTECTED] > Mail-Followup-To: [EMAIL PROTECTED] > Date: Wed, 27 Nov 2002 16:18:26 + > Subject: [PATCH] prevent apxs from inserting AddModule > User-Agent: Mutt/1.4i > > If an httpd.conf has commented out AddModule directives, apxs -i -a will > add an un-comme

[PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Joe Orton
002 16:18:26 +0000 Subject: [PATCH] prevent apxs from inserting AddModule User-Agent: Mutt/1.4i If an httpd.conf has commented out AddModule directives, apxs -i -a will add an un-commented AddModule directive for the new module, which breaks the config. Here's a fix: --- support/apxs.in 19

[PATCH] prevent apxs from inserting AddModule

2002-11-27 Thread Joe Orton
If an httpd.conf has commented out AddModule directives, apxs -i -a will add an un-commented AddModule directive for the new module, which breaks the config. Here's a fix: --- support/apxs.in 19 Sep 2002 05:43:16 - 1.47 +++ support/apxs.in 27 Nov 2002 16:12:00 - @@ -490,9 +49