summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Blosser2007-02-06 01:28:53 -0600
committerJeremy Blosser2007-02-06 01:50:55 -0600
commitcaabea66e8a7516b1a46a6458d5be0c073ab8a4d (patch)
tree99160784dbfdb72dceeb56cfcbd30ebcfff1e0e4
parent266882273a7cb1139913caa249b498dfc8822d51 (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>