Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Apr 2007
    Posts
    8

    Default Installing mod_watch for Apache 2.2 and make it work on http://127.0.0.1

    Hello guys,

    I need to install mod_watch for apache and use it along with a nice plugin for Munin

    MuninExchange

    The plugin monitors apache request for every host separately so it's very easy to see websites traffic spikes

    I could install mod_watch 4.3 for apache 2.2 but I can't make it report the statistics when accessing http://localhost/watch-info or http://127.0.0.1/watch-info

    If I add the directives outside the vhosts i get a 404 error when I try to access the weblink, but if I add the directives inside one virtualhost and access like http://vhost/watch-info it does work ok

    PHP Code:
    <IfModule mod_watch.c>
        
    # Allows the URL used to query virtual host data:
        #
        # http://www.snert.com/watch-info
        #
        
    <Location /watch-info>
        
    SetHandler watch-info
        Order allow
    ,deny
        Allow from 127.0.0.1
        
    </Location>


        
    # Intended for debugging and analysis of shared memory
        # hash table and weenie files:
        #
        #http://127.0.0.1/watch-table
        #

        
    <Location /watch-table>
        
    SetHandler watch-table
        Order allow
    ,deny
        Allow from 127.0.0.1
        
    </Location>

        <
    Location /watch-list>
        
    SetHandler watch-list
        
    Order allow,deny
        Allow from 127.0.0.1
        
    </Location>
    </
    IfModule
    Any ideea what I can make to get the statistics on localhost ? (If I didn;t had cPanel on the server everything was very simple but with cPanel something is not working ok, cpanel is blocking the request ??)

  2. #2
    Registered User
    Join Date
    Mar 2010
    Posts
    1

    Default exactly the same !!!!

    Hi,
    I am exactly in the same situation as you.
    Have you found a solution ???

    Thanx in advanced

    Guilgot

Similar Threads & Tags
Similar threads

  1. better log handling and make "piped Apache logs" work better
    By ikillbill in forum Feature Requests for cPanel/WHM
    Replies: 3
    Last Post: 06-09-2011, 04:42 AM
  2. 127.0.0.1 host.name.com GET / HTTP/1.0
    By aisagtr in forum cPanel and WHM Discussions
    Replies: 38
    Last Post: 09-16-2008, 07:30 PM
  3. after installing whm,http link not work
    By meeti in forum New User Questions
    Replies: 1
    Last Post: 05-19-2008, 09:51 AM
  4. installing mambo at http://www... not http://
    By taite11 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-03-2005, 12:40 PM
  5. Replies: 9
    Last Post: 04-21-2005, 03:56 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube