]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added Cygwin directory layout to config.layout file.
authorMartin Kraemer <martin@apache.org>
Thu, 16 May 2002 16:32:31 +0000 (16:32 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 16 May 2002 16:32:31 +0000 (16:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95136 13f79535-47bb-0310-9956-ffa450edef68

config.layout
src/CHANGES

index 055e3c5706f86bb6e85e58ba5971d520a9accb6f..77b5bd7f8c3c4fab35ff2fe7e03136721e7a4617 100644 (file)
     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>
+
index bc100d5f08f215498f229928996778d4be45b5ae..f42ad8dc882c40729020995ac189cfe4014fed4e 100644 (file)
@@ -1,5 +1,8 @@
 Changes with Apache 1.3.25
 
+  *) Added Cygwin directory layout to config.layout file.
+     [Stipe Tolj, <tolj@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