summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Blosser2007-02-06 01:28:53 -0600
committerJeremy Blosser2007-02-06 01:55:52 -0600
commit6f61ee9f78dc5a021b92bcd4f9c5a7fae1304a85 (patch)
tree7a4f6ac764683952d2d8d6330b8188bfdbdadaff
parent4265ed1746fa5ca2b9ae94103af3769051c7d8ce (diff)
apache2: a couple more minor tweaks for #13295
(cherry picked from commit 0b4c6d69da478bc6b337f876f332e3a6d49b8b83)
-rw-r--r--http/apache2/config.layout4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/apache2/config.layout b/http/apache2/config.layout
index e65f5ab51d..c8905a3df9 100644
--- a/http/apache2/config.layout
+++ b/http/apache2/config.layout
@@ -19,7 +19,7 @@
libexecdir: ${exec_prefix}/libexec
mandir: ${prefix}/share/man
sysconfdir: ${INSTALL_ROOT}/etc/httpd
- datadir: ${INSTALL_ROOT}/usr/share+
+ datadir: ${prefix}/share+
installbuilddir: ${datadir}/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons
@@ -30,6 +30,6 @@
localstatedir: ${INSTALL_ROOT}/var
runtimedir: ${localstatedir}/run
logfiledir: ${localstatedir}/log+
- proxycachedir: ${localstatedir}/proxy
+ proxycachedir: ${localstatedir}/cache/apache2/proxy
</Layout>