Commit ba18612d authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 56f0d0f2
Loading
Loading
Loading
Loading
+1 −0
Changes for build/mkconfNW.awk: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -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@@/ {