PDA

View Full Version : [ubuntu] Apache default log locations


cmwslw
August 2nd, 2009, 10:37 AM
Right now my VirtualServer tags contain things like
ErrorLog /var/log/apache2/pro.error.log
LogLevel warn
But I was wondering if I could just leave these out and use the default location if there was one. So what is the default ErrorLog location and what is the log level?

Thanks in advance
-cory

zemon_
August 2nd, 2009, 10:40 AM
var/log/apache2/error.log

cmwslw
August 2nd, 2009, 10:51 AM
Thanks for answering my noob question

cmwslw
August 2nd, 2009, 11:13 AM
Sorry for the second post, but is there a default access.log?

credobyte
August 2nd, 2009, 02:15 PM
List of all Apache log files ( some might be somewhere else .. depends on your configuration ):
cd /var/log/apache2 && ls -l