From: Martin Kraemer Date: Thu, 16 May 2002 16:32:31 +0000 (+0000) Subject: Added Cygwin directory layout to config.layout file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0218695353f6cffc9c05a4ea48032eb9cc03a5;p=thirdparty%2Fapache%2Fhttpd.git Added Cygwin directory layout to config.layout file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.layout b/config.layout index 055e3c5706f..77b5bd7f8c3 100644 --- a/config.layout +++ b/config.layout @@ -282,3 +282,25 @@ logfiledir: $prefix/logs proxycachedir: $prefix/proxy + +# Cygwin 1.x layout + + 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 + + diff --git a/src/CHANGES b/src/CHANGES index bc100d5f08f..f42ad8dc882 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 1.3.25 + *) Added Cygwin directory layout to config.layout file. + [Stipe Tolj, ] + *) 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