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
proxycachedir: $runtimedir/proxy
</Layout>
-# RedHat 5.x layout
+# RedHat 7.x layout
<Layout RedHat>
prefix: /usr
exec_prefix: $prefix
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
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 <triad@df.lth.se>, Justin Erenkrantz]