You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2003/09/06 19:57:29 UTC

cvs commit: apache-1.3 INSTALL

jwoolley    2003/09/06 10:57:29

  Modified:    .        INSTALL
  Log:
  Fix a false statement about the number of layouts in config.layout.
  
  Submitted by:	Gustavo Delfino <gd...@gdsolutions.com.ve>
  
  Revision  Changes    Path
  1.68      +5 -3      apache-1.3/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/apache-1.3/INSTALL,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -d -u -r1.67 -r1.68
  --- INSTALL	6 Jun 2003 19:48:50 -0000	1.67
  +++ INSTALL	6 Sep 2003 17:57:29 -0000	1.68
  @@ -217,9 +217,11 @@
   
        Use the --with-layout=[F:]ID option to select a particular installation
        path base-layout. You always _HAVE_ to select a base-layout. There are
  -     currently two layouts pre-defined in the file config.layout: `Apache' for
  -     the classical Apache path layout and `GNU' for a path layout conforming
  -     to the GNU `standards' document. When you want to use your own custom
  +     many layouts pre-defined in the file config.layout: `Apache' for
  +     the classical Apache path layout, `GNU' for a path layout conforming
  +     to the GNU `standards' document, and others that conform to vendor-
  +     specific layout standards. You can browse the available layouts by
  +     looking in the config.layout file. When you want to use your own custom
        layout FOO, either add a corresponding "<Layout FOO>...</Layout>" section
        to config.layout and use --with-layout=FOO or place it into your own
        file, say config.mypaths, and use --with-layout=config.mypaths:FOO.