You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/10/19 07:57:47 UTC

cvs commit: httpd-2.0/docs/conf highperformance-std.conf

jerenkrantz    01/10/18 22:57:47

  Modified:    docs/conf highperformance-std.conf
  Log:
  Remove the reference to Port directive and replace it with Listen.
  
  Who knows if the rest of this file is still valid?
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/docs/conf/highperformance-std.conf
  
  Index: highperformance-std.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/highperformance-std.conf,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- highperformance-std.conf	2001/08/29 12:35:20	1.7
  +++ highperformance-std.conf	2001/10/19 05:57:47	1.8
  @@ -11,7 +11,7 @@
   # To run this config you'll need to use something like:
   #     httpd -f @@ServerRoot@@/conf/highperformance.conf
   
  -Port 80
  +Listen 80
   ServerRoot @@ServerRoot@@
   DocumentRoot @@ServerRoot@@/htdocs