From: Joshua Slive Date: Thu, 28 Mar 2002 19:04:48 +0000 (+0000) Subject: Update Redhat layout to v7. X-Git-Tag: 2.0.34~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8d76267b13adfa12c1a1df52215751660cb3e4;p=thirdparty%2Fapache%2Fhttpd.git Update Redhat layout to v7. PR: BZ-7422 Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a780a148869..548c460a398 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.35 + *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422 + [Joe Orton] + *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern] diff --git a/config.layout b/config.layout index 10f1e2bfc8c..f5ce0aa778b 100644 --- a/config.layout +++ b/config.layout @@ -125,7 +125,7 @@ proxycachedir: ${runtimedir}/proxy -# RedHat 5.x layout +# RedHat 7.x layout prefix: /usr exec_prefix: ${prefix} @@ -134,7 +134,7 @@ libexecdir: ${prefix}/lib/apache mandir: ${prefix}/man sysconfdir: /etc/httpd/conf - datadir: /home/httpd + datadir: /var/www installbuilddir: ${datadir}/build errordir: ${datadir}/error iconsdir: ${datadir}/icons