From e7d479c0bdbd15761ed6970fe9c979174dcceb7d Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 31 May 2002 17:52:51 +0000 Subject: [PATCH] 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 --- build/mkconfNW.awk | 1 + 1 file changed, 1 insertion(+) 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@@/ { -- 2.40.0