Help for this page

Select Code to Download


  1. or download this
    # Do NOT simply read the instructions in here without understanding
    # what they do.  They're here only as hints or reminders.  If you are 
    +unsure
    # consult the online docs. You have been warned.
    
  2. or download this
    alias apache_test='/usr/sbin/apachectl configtest'
    alias apache_down='/usr/sbin/apachectl stop'
    alias apache_up='/usr/sbin/apachectl start'
    alias apache_ps='ps -ef | grep http'