diff options
author | Rich Bowen <rbowen@apache.org> | 2012-02-01 04:31:50 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-02-01 04:31:50 +0100 |
commit | 9b765887cb5f0a07e2a4c3a57a3870acb67b6777 (patch) | |
tree | 4f531d1fbe12d201efc46918ca4e8bb75d347e9f /support | |
parent | Fixed c&p error. (diff) | |
download | apache2-9b765887cb5f0a07e2a4c3a57a3870acb67b6777.tar.xz apache2-9b765887cb5f0a07e2a4c3a57a3870acb67b6777.zip |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/apachectl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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=$? ;; |