You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2002/06/26 21:01:39 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en

coar        2002/06/26 12:01:39

  Modified:    htdocs/manual/mod core.html.en
  Log:
  	Clarify that AddDefaultCharSet doesn't apply to server-generated
  	error pages.
  
  PR:	Bugzilla #10259
  
  Revision  Changes    Path
  1.225     +7 -0      httpd-docs-1.3/htdocs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
  retrieving revision 1.224
  retrieving revision 1.225
  diff -u -u -r1.224 -r1.225
  --- core.html.en	9 May 2002 17:36:49 -0000	1.224
  +++ core.html.en	26 Jun 2002 19:01:39 -0000	1.225
  @@ -385,6 +385,13 @@
       <code>AddDefaultCharset utf-8</code>
       </blockquote>
   
  +    <p><b>Note:</b> This will <b>not</b> have any effect on the
  +    Content-Type and character set for default Apache-generated
  +    status pages (such as '404 Not Found' or '301 Moved Permanently')
  +    because those have an <i>actual</i> character set (that in which the
  +    hard-coded page content is written) and don't need to have a default
  +    applied.</p>
  +
       <hr />
   
       <h2><a id="addmodule" name="addmodule">AddModule