start - start httpd
stop - stop httpd
restart - restart httpd if running by sending a SIGHUP or start if
not running
fullstatus - dump a full status screen; requires lynx and mod_status enabled
status - dump a short status screen; requires lynx and mod_status enabled
graceful - do a graceful restart by sending a SIGUSR1 or start if not runnin
g
configtest - do a configuration syntax test
help - this screen
EOF
ERROR=2
;;
esac
done //这是198 line 有用吗??
exit $ERROR
这198 line 有用吗??
: 【 在 atppp 的大作中提到: 】
: : apachectl line 198是什么
--
FROM znuzzz