diff options
author | Aaron Bannert <aaron@apache.org> | 2002-03-07 15:55:14 +0100 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-03-07 15:55:14 +0100 |
commit | a3b48c6bee05bedbeb722d5697e622eed538c414 (patch) | |
tree | 029f7554dc1ba03fae295cf20b9ad2afd10c14dd | |
parent | Add CacheMinObjectSize and CacheMaxObjectSize directives to mod_mem_cache (diff) | |
download | apache2-a3b48c6bee05bedbeb722d5697e622eed538c414.tar.xz apache2-a3b48c6bee05bedbeb722d5697e622eed538c414.zip |
Will the real errordir please step forward.
Submitted by: Thom May <thom@planetarytramp.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93764 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | config.layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.layout b/config.layout index f4b8664235..307fcb4654 100644 --- a/config.layout +++ b/config.layout @@ -306,5 +306,5 @@ proxycachedir: ${prefix}/var/cache/apache2/proxy infodir: ${exec_prefix}/share/info installbuilddir: ${prefix}/etc/apache2/build - errordir: ${prefix}/error + errordir: ${datadir}/error </Layout> |