summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Blosser2007-02-06 02:18:12 -0600
committerJeremy Blosser2007-02-06 02:21:26 -0600
commitfa0827a7e9c95c98086d7888cd6e84316be9256c (patch)
treeac4dd5ee3cdb82ad948e97652159c35e6fb86170
parente9ec18c9f735a9bd2bc4a65f22bd8ca9f56130bd (diff)
apache2: one more tweak, put logs back in /var/log
(cherry picked from commit c0d3e963c4e32cdaf1a80667a8ea2ed75cc4e4a9)
-rw-r--r--http/apache2/config.layout2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/apache2/config.layout b/http/apache2/config.layout
index c8905a3df9..05fe8b90db 100644
--- a/http/apache2/config.layout
+++ b/http/apache2/config.layout
@@ -29,7 +29,7 @@
includedir: ${prefix}/include+
localstatedir: ${INSTALL_ROOT}/var
runtimedir: ${localstatedir}/run
- logfiledir: ${localstatedir}/log+
+ logfiledir: ${localstatedir}/log
proxycachedir: ${localstatedir}/cache/apache2/proxy
</Layout>