From: Joshua Slive Date: Thu, 28 Mar 2002 18:56:08 +0000 (+0000) Subject: Update the Redhat layout to match v7. I decided to just replace the old layout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c2fd74b306e6815c09f86196b453e1997946cd;p=thirdparty%2Fapache%2Fhttpd.git Update the Redhat layout to match v7. I decided to just replace the old layout on the principal that tracking every version of every os in config.layout would be a nightmare. PR: BZ-7422 Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94270 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.layout b/config.layout index b7f52109fc8..06e600d40b4 100644 --- a/config.layout +++ b/config.layout @@ -115,7 +115,7 @@ proxycachedir: $runtimedir/proxy -# RedHat 5.x layout +# RedHat 7.x layout prefix: /usr exec_prefix: $prefix @@ -124,10 +124,10 @@ libexecdir: $prefix/lib/apache mandir: $prefix/man sysconfdir: /etc/httpd/conf - datadir: /home/httpd + datadir: /var/www iconsdir: $datadir/icons htdocsdir: $datadir/html - manualdir: $htdocsdir/manual + manualdir: $datadir/manual cgidir: $datadir/cgi-bin includedir: $prefix/include/apache localstatedir: /var diff --git a/src/CHANGES b/src/CHANGES index 6269ac134b1..47d5115f993 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 1.3.25 + *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422 + [Joe Orton] + *) Add some popular types to the mime magic file. PR 7730. [Linus Walleij , Justin Erenkrantz]