Intro to Apache - ApacheCon 2005
apachectl, cont'd
    
         usage: /usr/bin/apachectl (start|stop|restart|fullstatus|status|
                graceful|configtest|help)
    
      
    
         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
                      running
         configtest - do a configuration syntax test
         help       - this screen
    
      
  • Also 'startssl' for SSL-enabled systems

Index
Back to apachectl
Forward to httpd

ApacheCon 2005 : Intro to Apache - Slide #77 of 164