You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/06/01 19:27:46 UTC

cvs commit: apache-1.3/conf httpd.conf-dist-win

wrowe       00/06/01 10:27:46

  Modified:    conf     httpd.conf-dist-win
  Log:
    Fix a typo.
  
  Revision  Changes    Path
  1.38      +1 -1      apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- httpd.conf-dist-win	2000/05/24 17:53:18	1.37
  +++ httpd.conf-dist-win	2000/06/01 17:27:45	1.38
  @@ -701,7 +701,7 @@
   #  these come in three flavors
   #
   #    1) plain text
  -#ErrorDocument 500 "The server made a boo boo.
  +#ErrorDocument 500 "The server made a boo boo."
   #  n.b.  the (") marks it as text, it does not get output
   #
   #    2) local redirects
  
  
  

RE: cvs commit: apache-1.3/conf httpd.conf-dist-win

Posted by "William A. Rowe, Jr." <wr...@lnd.com>.
Thx... fixing NOW

> -----Original Message-----
> From: Rodent of Unusual Size [mailto:Ken.Coar@Golux.Com]
> Sent: Thursday, June 01, 2000 12:56 PM
> To: new-httpd@apache.org
> Subject: Re: cvs commit: apache-1.3/conf httpd.conf-dist-win
> 
> 
> wrowe@locus.apache.org wrote:
> > 
> >     Fix a typo.
> 
> Uh, no.  In 1.3, this isn't a quoted string; the leading
> quotation mark signals special processing.  There should be
> no trailing quotation mark.
> 
> >   -#ErrorDocument 500 "The server made a boo boo.
> >   +#ErrorDocument 500 "The server made a boo boo."
> -- 
> #ken    P-)}
> 
> Ken Coar                    <http://Golux.Com/coar/>
> Apache Software Foundation  <http://www.apache.org/>
> "Apache Server for Dummies" <http://Apache-Server.Com/>
> "Apache Server Unleashed"   <http://ApacheUnleashed.Com/>
> 

Re: cvs commit: apache-1.3/conf httpd.conf-dist-win

Posted by Rodent of Unusual Size <Ke...@Golux.Com>.
wrowe@locus.apache.org wrote:
> 
>     Fix a typo.

Uh, no.  In 1.3, this isn't a quoted string; the leading
quotation mark signals special processing.  There should be
no trailing quotation mark.

>   -#ErrorDocument 500 "The server made a boo boo.
>   +#ErrorDocument 500 "The server made a boo boo."
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>