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...@apache.org on 2001/10/05 05:41:15 UTC

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

wrowe       01/10/04 20:41:15

  Modified:    docs/conf httpd-win.conf
  Log:
    And thank you once again, Justin
  
  Revision  Changes    Path
  1.44      +2 -2      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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- httpd-win.conf	2001/10/04 20:40:37	1.43
  +++ httpd-win.conf	2001/10/05 03:41:15	1.44
  @@ -851,11 +851,11 @@
   # Bring in additional module-specific configurations
   #
   <IfModule mod_ssl.c>
  -    Include ssl.conf
  +    Include conf/ssl.conf
   </IfModule>
   
   <IfModule mod_proxy.c>
  -    Include proxy.conf
  +    Include conf/proxy.conf
   </IfModule>