Web Hosting Talk







View Full Version : mrtg and apache hits


Lmax
03-06-2002, 09:00 AM
Hi,

I saw some sites using mrtg and the hits that apache received. Does anyone have an idea how to configure this. I searched for it with google but didn't find much.

Thanks

cperciva
03-06-2002, 09:06 AM
Count the incoming SYN packets on TCP/80.

Or if you want a purely userland solution, pipe apache's logs into wc.

serve-you
03-06-2002, 12:43 PM
http://www.coloexperts.com/opensource/weblogmon/

-Dan