where is apache error log on ubuntu code example
Example 1: see apache error log
sudo tail -100 /var/log/apache2/access.log
Example 2: log of apache ubuntu
# default dir
/var/log/apache2/
sudo tail -100 /var/log/apache2/access.log
# default dir
/var/log/apache2/