CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Meta

  • Cheat Sheet

    # Assumptions:
    # You have ignored all other advice and instead listened to ours and installed
    # Apache in ~httpd  (e.g. /home/apache)
    
    # To find Apache version, built-date, architecture, run-time module,
    # server MPM, compiled options ande default file locations:
    $ ~httpd/bin/apachectl -V
    
    # To find out what Apache modules are compiled (static) into the Apache binary
    $ ~httpd/bin/httpd -l
    
    # To benchmark GET requests
    $ ~httpd/bin/ab -c [concurrency] -r [requests] http://server/