You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/02/10 06:00:51 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf

rbb         01/02/09 21:00:51

  Modified:    docs/conf httpd-std.conf
  Log:
  Update the conf file to use the correct model for turning on SSI's
  
  Revision  Changes    Path
  1.19      +3 -2      httpd-2.0/docs/conf/httpd-std.conf
  
  Index: httpd-std.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -d -b -w -u -r1.18 -r1.19
  --- httpd-std.conf	2001/01/21 22:11:00	1.18
  +++ httpd-std.conf	2001/02/10 05:00:50	1.19
  @@ -752,8 +752,9 @@
   #
   # To use server-parsed HTML files
   #
  -#AddType text/html .shtml
  -#AddHandler server-parsed .shtml
  +#<Files ~ "\.shtml$">
  +#    AddOutputFilter INCLUDES
  +#</Files>
   
   #
   # Uncomment the following line to enable Apache's send-asis HTTP file
  
  
  

Re: cvs commit: httpd-2.0/docs/conf httpd-std.conf

Posted by Greg Stein <gs...@lyra.org>.
On Sat, Feb 10, 2001 at 08:51:33AM -0800, rbb@covalent.net wrote:
> 
> > >    #
> > >    # To use server-parsed HTML files
> > >    #
> > >   -#AddType text/html .shtml
> > >   -#AddHandler server-parsed .shtml
> > >   +#<Files ~ "\.shtml$">
> > >   +#    AddOutputFilter INCLUDES
> > >   +#</Files>
> > 
> > Didn't you just toss AddOutputFilter? (e.g. it is now SetOutputFilter?)
> 
> Damn, see what happens when you cut and paste.  I'll fix it unless you
> already have.

Nope, sorry... I was busy with that darned header stuff. Also, just wanted
to ask in case I had missed something.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/docs/conf httpd-std.conf

Posted by rb...@covalent.net.
> >    #
> >    # To use server-parsed HTML files
> >    #
> >   -#AddType text/html .shtml
> >   -#AddHandler server-parsed .shtml
> >   +#<Files ~ "\.shtml$">
> >   +#    AddOutputFilter INCLUDES
> >   +#</Files>
> 
> Didn't you just toss AddOutputFilter? (e.g. it is now SetOutputFilter?)

Damn, see what happens when you cut and paste.  I'll fix it unless you
already have.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: httpd-2.0/docs/conf httpd-std.conf

Posted by Greg Stein <gs...@lyra.org>.
On Sat, Feb 10, 2001 at 05:00:51AM -0000, rbb@apache.org wrote:
>...
>   --- httpd-std.conf	2001/01/21 22:11:00	1.18
>   +++ httpd-std.conf	2001/02/10 05:00:50	1.19
>   @@ -752,8 +752,9 @@
>    #
>    # To use server-parsed HTML files
>    #
>   -#AddType text/html .shtml
>   -#AddHandler server-parsed .shtml
>   +#<Files ~ "\.shtml$">
>   +#    AddOutputFilter INCLUDES
>   +#</Files>

Didn't you just toss AddOutputFilter? (e.g. it is now SetOutputFilter?)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/