Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use apachetop to monitor web server process' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use apachetop to monitor web server process
Authored by: bluehz on Feb 09, '04 01:32:34PM

If you want to hardcode the log location into the build (so you don't have to list it as command line arg, but it will still accept cli arg)... then edit:

src/apachetop.h

look for line:
# define DEFAULT_LOGFILE "/var/httpd/apache_log"

and replace with line

#define DEFAULT_LOGFILE "/var/log/httpd/access_log"

or wherever you logs are located then build as usual.



[ Reply to This | # ]