You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2002/05/16 18:32:31 UTC

cvs commit: apache-1.3 config.layout

martin      02/05/16 09:32:31

  Modified:    src      CHANGES
               .        config.layout
  Log:
  Added Cygwin directory layout to config.layout file.
  
  Revision  Changes    Path
  1.1819    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1818
  retrieving revision 1.1819
  diff -u -r1.1818 -r1.1819
  --- CHANGES	13 May 2002 23:00:07 -0000	1.1818
  +++ CHANGES	16 May 2002 16:32:30 -0000	1.1819
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.25
   
  +  *) Added Cygwin directory layout to config.layout file.
  +     [Stipe Tolj, <to...@wapme-systems.de>]
  +
     *) Added a '-F' flag; which causes the mother/supervisor process to
        no longer fork down and detach. But instead stays attached to
        the tty - thus making live for automatic restart and exit checking
  
  
  
  1.22      +22 -0     apache-1.3/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/apache-1.3/config.layout,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- config.layout	3 May 2002 10:50:37 -0000	1.21
  +++ config.layout	16 May 2002 16:32:31 -0000	1.22
  @@ -282,3 +282,25 @@
       logfiledir:    $prefix/logs
       proxycachedir: $prefix/proxy
   </Layout>
  +
  +#   Cygwin 1.x layout
  +<Layout Cygwin>
  +    prefix:        /usr
  +    exec_prefix:   $prefix
  +    bindir:        $prefix/bin
  +    sbindir:       $prefix/sbin
  +    libexecdir:    $prefix/lib/apache
  +    mandir:        $prefix/man
  +    sysconfdir:    /etc/apache
  +    datadir:       /var/www
  +    iconsdir:      $datadir/icons
  +    htdocsdir:     $datadir/htdocs
  +    manualdir:     $htdocsdir/manual
  +    cgidir:        $datadir/cgi-bin
  +    includedir:    $prefix/include/apache
  +    localstatedir: /var
  +    runtimedir:    $localstatedir/run
  +    logfiledir:    $localstatedir/log/apache
  +    proxycachedir: $localstatedir/cache/apache
  +</Layout>
  +