pcs         97/11/25 01:47:48

  Modified:    .        README
               htdocs/manual install.html
  Log:
  Fix the default Apache path
  
  Revision  Changes    Path
  1.14      +1 -1      apachen/README
  
  Index: README
  ===================================================================
  RCS file: /export/home/cvs/apachen/README,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- README    1997/11/25 09:41:44     1.13
  +++ README    1997/11/25 09:47:47     1.14
  @@ -53,7 +53,7 @@
   Finally, make a call to httpd, with a -f to the full path to the
   httpd.conf file.  I.e., the common case:
   
  -  /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
  +  /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
   
   And voila!  The server should be running.
   
  
  
  
  1.17      +1 -1      apachen/htdocs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/install.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- install.html      1997/11/25 09:41:46     1.16
  +++ install.html      1997/11/25 09:47:47     1.17
  @@ -169,7 +169,7 @@
   location with the -f argument. For example:
   
   <PRE>
  -    /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
  +    /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
   </PRE>
   
   If all goes well this will return to the command prompt almost
  
  
  

Reply via email to