]> granicus.if.org Git - apache/commitdiff
Make apachectl -h aware of status, fullstatus, and configtest.
authorRich Bowen <rbowen@apache.org>
Wed, 1 Feb 2012 03:33:49 +0000 (03:33 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 1 Feb 2012 03:33:49 +0000 (03:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238926 13f79535-47bb-0310-9956-ffa450edef68

support/apachectl.in

index 3281c2e6cd1c927b9b1832578536de9fdc516033..5199a3ec5bed03f961dbb6cd4c42b61b75ee01e2 100644 (file)
@@ -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=$?
     ;;