git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93127
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.24
+ *) apxs: fix bug that prevented -S option from containing quotes.
+ [Ben Laurie]
+
*) ftp proxy: various cosmetic and functional improvements
- Allow for /%2f hack (to access the root directory / )
- properly escape generated links in dir listing
print STDERR "apxs:Error: no config variable $var\n";
&usage;
}
+ $val=~s/"/\\"/g;
eval "\$CFG_${var}=\"${val}\"";
} else {
print STDERR "apxs:Error: malformatted -S option\n";