plainblack.com
Username Password
search
Bookmark and Share
Subscribe

enabling mod_status

server: debian, wre .084

mod_status  provides information on your apache server activity and performance.

  1. modify your modproxy.conf file (not your site's modproxy.conf)
  2. optionally set:
    ServerSignature On
  3. uncomment:
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from .example.com
    </Location>
  4. change .example.com to 127.0.0.1
  5. Save changes
  6. Modify your mainsits' /data/WebGUI/etc/ conf file.
  7. make sure your passthruUrl directive has something like this: "passthruUrls" : ["/server-status", "/perl-status"],
  8. save changes
  9. wreservice --restart all
  10. you can view the status with this command
    w3m http://127.0.0.1/server-status?refresh=2

For more info:http://www.debuntu.org/apache-activity-performance-mod_status

 

Keywords: apache WRE

Search | Most Popular | Recent Changes | Wiki Home
© 2023 Plain Black Corporation | All Rights Reserved