IBM HTTP Server help: apachectl utility (Not valid on Windows NT)
apachectl utility (Not valid on Windows NT)
- Description
- Starts and stops the IBM HTTP Server on Unix systems.
- Location
- base_directory/bin directory
- On AIX: base directory is /usr/HTTPServer
- On HP: base directory is /opt/HTTPServer
- On Linux: base directory is /opt/IBMHTTPServer
- On Solaris: base directory is /opt/IBMHTTPD
- Options
-
- start: starts server
- stop: stops server
- restart: restarts server by sending SIGHUP or starts if not running
- fullstatus: dumps a full status screen; requires lynx and mod_status
- status: dumps a short status screen; requires lynx and mod_status
- graceful: restarts server by sending SIGUSR1 or starts if not running
without shutting it down completely
- configtest: performs a configuration syntax test (does not check semantics;
see error log when starting server)
- help: help on apachectl.
- Usage
- ./apachectl graceful
- Default
- none
- Notes
- Valid only on Unix