diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-05-31 19:52:51 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-05-31 19:52:51 +0200 |
commit | e7d479c0bdbd15761ed6970fe9c979174dcceb7d (patch) | |
tree | 945a1f3b458f3a41766bfd93888b538cd0668de8 /build/mkconfNW.awk | |
parent | Added mod_cgi and mod_netware to the NetWare make files. (diff) | |
download | apache2-e7d479c0bdbd15761ed6970fe9c979174dcceb7d.tar.xz apache2-e7d479c0bdbd15761ed6970fe9c979174dcceb7d.zip |
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/mkconfNW.awk')
-rw-r--r-- | build/mkconfNW.awk | 1 |
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@@/ { |