You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/06/28 17:42:22 UTC

cvs commit: apache-1.3 INSTALL README.configure

rse         98/06/28 08:42:22

  Modified:    .        INSTALL README.configure
  Log:
  I cannot believe it. People really type in "--prefix=PREFIX" instead of using
  a Unix path for PREFIX. Holy hacker god, how should those people be able to
  drive a webserver when they are dull enough to type in those stuff without
  trying to understand it first...
  
  Revision  Changes    Path
  1.33      +4 -0      apache-1.3/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/INSTALL,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- INSTALL	1998/06/23 04:21:54	1.32
  +++ INSTALL	1998/06/28 15:42:21	1.33
  @@ -31,6 +31,10 @@
        $ make install
        $ PREFIX/sbin/apachectl start
   
  +     NOTE: PREFIX is not the string "PREFIX". Instead use the Unix
  +           filesystem path under which Apache should be installed. For
  +           instance use "/usr/local/apache" for PREFIX above.
  +
     2. Requirements
        ------------
   
  
  
  
  1.13      +4 -0      apache-1.3/README.configure
  
  Index: README.configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- README.configure	1998/05/30 15:24:59	1.12
  +++ README.configure	1998/06/28 15:42:21	1.13
  @@ -18,6 +18,10 @@
       $ make
       $ make install
     
  +  NOTE: PREFIX is not the string "PREFIX". Instead use the Unix
  +        filesystem path under which Apache should be installed. For
  +        instance use "/usr/local/apache" for PREFIX above.
  +
     After these steps Apache 1.3 is completely installed under PREFIX and
     already initially configured, so you can immediately fire it up the first
     time via