Results 1 to 5 of 5
  1. #1

    how to track busy web on server

    Is there a way I can track the HTTP traffic to which domain is running with high traffic. Due to traffic load I/O wait is increasing. I want to suspend the domain that have the large traffic to avoid down time. Please advise.

  2. #2
    You can always tail the access_log and grep for the domain's username that is setup in apache.

  3. #3
    Quote Originally Posted by FirmbIT View Post
    You can always tail the access_log and grep for the domain's username that is setup in apache.


    the accesslogs are showing only visits to webmail, it is not showing www.abc.com visits. The only entries I have found are webmail.abc.com/horde/......!

  4. #4
    Join Date
    Sep 2004
    Location
    Flint, Michigan
    Posts
    5,766
    There's always mod_status for apache.

    http://httpd.apache.org/docs/1.3/mod/mod_status.html
    Mike from Zoodia.com
    Professional web design and development services.
    In need of a fresh hosting design? See what premade designs we have in stock!
    Web design tips, tricks, and more at MichaelPruitt.com

  5. #5
    Quote Originally Posted by dollar View Post
    There's always mod_status for apache.

    http://httpd.apache.org/docs/1.3/mod/mod_status.html
    Should I make remove '#' before this in httpd.conf?

    #<Location /server-status>
    # SetHandler server-status
    # Order deny,allow
    # Deny from all
    # Allow from .example.com
    #</Location>


    I will replace example.com with my server domain, is that OK or I will need to do something else?

    Please advise and thank you for your recommendations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •