$ bash -x bin/apachectl -t -c "foo bar"
before: +bin/httpd -t -c foo bar
after: +bin/httpd -t -c 'foo bar'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767994
13f79535-47bb-0310-9956-
ffa450edef68
mod_proxy_ajp: Avoid delivering content from a previous request which
failed to send a request body. PR 46949 [Ruediger Pluem]
+ *) apachectl: When passing through arguments to httpd in
+ non-SysV mode, use the "$@" syntax to preserve arguments.
+ [Eric Covener]
+
*) mod_dbd: add DBDInitSQL directive to enable SQL statements to
be run when a connection is opened. PR 46827
[Marko Kevac <mkevac gmail.com>]
$LYNX $STATUSURL
;;
*)
- $HTTPD $ARGV
+ $HTTPD "$@"
ERROR=$?
esac