Tail Apache logs


/ Published in: Bash
Save to your folder(s)

It can be useful to take a peek at what Apache is doing but I always forget the location of the Apache logs so I can use tail.


Copy this code and paste it in your HTML
  1. tail -f /var/log/apache2/*.log

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.