]> granicus.if.org Git - apache/commitdiff
Fixed the @exp_cgidir@ replacement value so that it resolves to the correct
authorBradley Nicholes <bnicholes@apache.org>
Fri, 31 May 2002 17:52:51 +0000 (17:52 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 31 May 2002 17:52:51 +0000 (17:52 +0000)
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

index 9040069db49e157ad1fd0ccad19565fc9a626225..fd52102fb94d644de87496ef25cd4e94909ec146 100644 (file)
@@ -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@@/ {