mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained 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=$?
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user