You may hope to keep trace Apache log for web server debug, you may hope to keep trace Exim log when your mail server looks buggy, you may... Anyway, just run the following command:
tail -f -n 50 /var/log/apache2/access.logYou may hope to keep trace Apache log for web server debug, you may hope to keep trace Exim log when your mail server looks buggy, you may... Anyway, just run the following command:
tail -f -n 50 /var/log/apache2/access.log
Post new comment