Apache httpd Options

August 7, 2007 – 3:59 pm

Tip courtesy of Kyle Reynolds at http://www.camelrichard.org 

common Apache httpd command line options

httpd -l                # shows which modules were compiled into Apache httpd -V                # shows compile settings httpd -v                # shows version number httpd -t                # verifies syntax for config files  httpd -h                # lists available option (help)

Post a Comment