From 34a040b6aeda0e91ffa7016f332bcb8d86f4fa45 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 1 Feb 2012 03:33:49 +0000 Subject: [PATCH] Make apachectl -h aware of status, fullstatus, and configtest. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238926 13f79535-47bb-0310-9956-ffa450edef68 --- support/apachectl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apachectl.in b/support/apachectl.in index 3281c2e6cd..5199a3ec5b 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=$? ;; -- 2.40.0