Intro to Apache - ApacheCon 2005
httpd, cont'd
  • apachectl is just a shell script that calls httpd with various arguments.

  • apachectl startssl

    
        httpd -DSSL
    
      

  • IfDefine (see ssl.conf)

  • Use -f to run with a different configuration file

  • Use -X to start in single-server mode for debugging purposes

Index
Back to httpd command line arguments
Forward to Starting on system restart

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