Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello all,
I would like to monitor my apache performance.Is there any tool available to monitor that?( it should support all os) else Is there any site doing this (which should be economical)?
I am in need of your help? Please help me as fast as you can.
Thanks to all in advance.
Hello,
Why don't you try apache's inbuilt Status directive ?
Enable Server status directive in httpd.conf
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from all
</Location>
Hello p_s_shah,
Thanks for your fast reply but i couldn't know how to do that.I have seen that in apache1 only.Is it not for apache 2? Please could you explain detail and help me to purge out my doubts.Please.
Once again thanks for help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.