If it is truely not needed then I will pull it back out. I just noticed that the documentation files were using server side includes without the functionality being enabled for the documentation directory.
Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> [EMAIL PROTECTED] Thursday, June 13, 2002 1:02:57 PM >>> At 01:40 PM 6/13/2002, Cliff Woolley wrote: >For the record, I'm -0 on this. I don't see the point. Our distribution >tarballs already expand the SSI's in the manual anyway. Concur 100% [also -0]. While we can add additional helpful config examples by way of commented-out config blocks, additional parsing and cgi enabling by default isn't healthy for a secure distribution. >On 13 Jun 2002 [EMAIL PROTECTED] wrote: > > > bnicholes 2002/06/13 11:39:04 > > > > Modified: docs/conf httpd-win.conf httpd-std.conf.in httpd-nw.conf > > Log: > > Enabled Server-Side Includes by default in the /manual directory so > that all > > headers and footers will be included correctly in the documentation > pages. > > > > Revision Changes Path > > 1.61 +2 -1 httpd-2.0/docs/conf/httpd-win.conf > > > > Index: httpd-win.conf > > =================================================================== > > RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v > > retrieving revision 1.60 > > retrieving revision 1.61 > > diff -u -r1.60 -r1.61 > > --- httpd-win.conf 11 Jun 2002 00:19:17 -0000 1.60 > > +++ httpd-win.conf 13 Jun 2002 18:39:04 -0000 1.61 > > @@ -456,7 +456,8 @@ > > Alias /manual "@@ServerRoot@@/manual" > > > > <Directory "@@ServerRoot@@/manual"> > > - Options Indexes FollowSymLinks MultiViews > > + Options Indexes FollowSymLinks MultiViews IncludesNoExec > > + AddOutputFilter Includes html > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > > > 1.10 +2 -1 httpd-2.0/docs/conf/httpd-std.conf.in > > > > Index: httpd-std.conf.in > > =================================================================== > > RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v > > retrieving revision 1.9 > > retrieving revision 1.10 > > diff -u -r1.9 -r1.10 > > --- httpd-std.conf.in 11 Jun 2002 00:19:17 -0000 1.9 > > +++ httpd-std.conf.in 13 Jun 2002 18:39:04 -0000 1.10 > > @@ -540,7 +540,8 @@ > > Alias /manual "@exp_manualdir@" > > > > <Directory "@exp_manualdir@"> > > - Options Indexes FollowSymLinks MultiViews > > + Options Indexes FollowSymLinks MultiViews IncludesNoExec > > + AddOutputFilter Includes html > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > > > 1.17 +2 -1 httpd-2.0/docs/conf/httpd-nw.conf > > > > Index: httpd-nw.conf > > =================================================================== > > RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-nw.conf,v > > retrieving revision 1.16 > > retrieving revision 1.17 > > diff -u -r1.16 -r1.17 > > --- httpd-nw.conf 11 Jun 2002 00:19:17 -0000 1.16 > > +++ httpd-nw.conf 13 Jun 2002 18:39:04 -0000 1.17 > > @@ -441,7 +441,8 @@ > > Alias /manual "@@ServerRoot@@/manual" > > > > <Directory "@@ServerRoot@@/manual"> > > - Options Indexes FollowSymLinks MultiViews > > + Options Indexes FollowSymLinks MultiViews IncludesNoExec > > + AddOutputFilter Includes html > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > > >
