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 2002/11/04 18:19:22 UTC

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

rbowen      2002/11/04 09:19:22

  Modified:    docs/conf httpd-std.conf.in httpd-win.conf
  Log:
  Setting Listen changes where you are listening. Hence, s/in addition
  to/instead of/
  Thanks to Peter Nelson for pointing this out.
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- httpd-std.conf.in	15 Oct 2002 04:12:15 -0000	1.25
  +++ httpd-std.conf.in	4 Nov 2002 17:19:21 -0000	1.26
  @@ -207,7 +207,7 @@
   
   #
   # Listen: Allows you to bind Apache to specific IP addresses and/or
  -# ports, in addition to the default. See also the <VirtualHost>
  +# ports, instead of the default. See also the <VirtualHost>
   # directive.
   #
   # Change this to Listen on specific IP addresses as shown below to 
  
  
  
  1.75      +1 -1      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.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- httpd-win.conf	15 Oct 2002 04:12:15 -0000	1.74
  +++ httpd-win.conf	4 Nov 2002 17:19:21 -0000	1.75
  @@ -110,7 +110,7 @@
   
   #
   # Listen: Allows you to bind Apache to specific IP addresses and/or
  -# ports, in addition to the default. See also the <VirtualHost>
  +# ports, instead of the default. See also the <VirtualHost>
   # directive.
   #
   # Change this to Listen on specific IP addresses as shown below to