You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2002/03/15 08:37:22 UTC

cvs commit: httpd-2.0/include http_config.h

martin      02/03/14 23:37:22

  Modified:    include  http_config.h
  Log:
  Typo (noticed while browsing http://docx.webperf.org/)
  
  Revision  Changes    Path
  1.95      +1 -1      httpd-2.0/include/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_config.h,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- http_config.h	13 Mar 2002 20:47:42 -0000	1.94
  +++ http_config.h	15 Mar 2002 07:37:21 -0000	1.95
  @@ -737,7 +737,7 @@
   #define  NOT_IN_FILES           0x10 /**< Forbidden in <Files> */
   /** Forbidden in <Directory>/<Location>/<Files>*/
   #define  NOT_IN_DIR_LOC_FILE    (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) 
  -/** Forbidden in <VirtualHost>/<Limit>/Directory>/<Location>/<Files> */
  +/** Forbidden in <VirtualHost>/<Limit>/<Directory>/<Location>/<Files> */
   #define  GLOBAL_ONLY            (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE) 
   
   /** @} */