Just more ramblings of another IT Guy

Daily Archives: 15/08/2011

Linux log tail

A very handy command to use when debugging apache issues is the “tail -f” command. This will display continually output the last lines of each specified log file.   i.e. “tail -f /var/log/https/access_log”