Tail the Apache error log:

tail /var/log/apache2/error.log (substitute different path if applicable)

You can grep for the error log files if you don't know where they are:

grep 'ErrorLog' /etc/apache2/*