summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-05-31 17:52:51 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-05-31 17:52:51 +0000
commite7d479c0bdbd15761ed6970fe9c979174dcceb7d (patch)
tree945a1f3b458f3a41766bfd93888b538cd0668de8 /build
parent3f905321f955f772cda7340cb232edde6d55f088 (diff)
downloadhttpd-e7d479c0bdbd15761ed6970fe9c979174dcceb7d.tar.gz
Fixed the @exp_cgidir@ replacement value so that it resolves to the correct
location when the AWK file generates the default httpd.conf file for NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/mkconfNW.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk
index 9040069db4..fd52102fb9 100644
--- a/build/mkconfNW.awk
+++ b/build/mkconfNW.awk
@@ -19,6 +19,7 @@ BEGIN {
B["manualdir"] = A["ServerRoot"]"/"A["manualdir"]
B["errordir"] = A["ServerRoot"]"/"A["errordir"]
B["proxycachedir"] = A["ServerRoot"]"/"A["proxycachedir"]
+ B["cgidir"] = A["ServerRoot"]"/"A["cgidir"]
}
/@@LoadModule@@/ {