Apach2 monitor?

Preston Hagar prestonh at gmail.com
Tue Dec 16 16:59:09 UTC 2008


On Tue, Dec 16, 2008 at 10:56 AM, Preston Hagar <prestonh at gmail.com> wrote:
> Depending on how you have Apache setup and exactly what you want to
> do, you could just
>
> tail -f /etc/apache/access_log
>
> (you may have to change that to where your access_log is configured)
>

Quick followup to my own email, the tail line above is wrong for my
own config (oops.)  It should be:

tail -f /var/log/apache/access_log

That, I think, is the "more standard" place for the apache access
logs, but again yours may be somewhere else depending on your config.

Preston




More information about the ubuntu-users mailing list