Ubuntu: Where to find Apache Error log?
Feb 10, 2010 - by kurinchilamp / / Post Comment
Location where the Apache error log entries can be found in Ubuntu
user@server:~# less /var/log/apache2/error.log
Continue Reading
Apache Error Log
Aug 30, 2009 - by kurinchilamp / / Post Comment
Apache Error Log Expected "</File> but saw </Files>"
Check the error log file (in ubuntu it is in /var/log/apache2/error.log) for the above stated error message. Check the .htaccess file or the apache configuration files where you have restricted file permission using File Directive.
Continue Reading