From: Richard Bowen Date: Wed, 1 Feb 2012 03:31:50 +0000 (+0000) Subject: Make apachectl -h aware of status, fullstatus, and configtest. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259eb2302385d4885704d62a1f0dbd761f3b3771;p=thirdparty%2Fapache%2Fhttpd.git Make apachectl -h aware of status, fullstatus, and configtest. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apachectl.in b/support/apachectl.in index 3281c2e6cd1..5199a3ec5be 100644 --- a/support/apachectl.in +++ b/support/apachectl.in @@ -77,7 +77,7 @@ if [ "x$ARGV" = "x" ] ; then fi case $ACMD in -start|stop|restart|graceful|graceful-stop) +start|stop|restart|graceful|graceful-stop|status|fullstatus|configtest) $HTTPD -k $ARGV ERROR=$? ;;