From: Bradley Nicholes Date: Fri, 31 May 2002 17:52:51 +0000 (+0000) Subject: Fixed the @exp_cgidir@ replacement value so that it resolves to the correct X-Git-Tag: 2.0.37~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d479c0bdbd15761ed6970fe9c979174dcceb7d;p=apache 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 --- 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@@/ {