I just installed Apache2 on my unix via aptitude. Where are the default logs kept?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

They should be in /var/log/apache2/.

You can change the default path by editing /etc/apache2/apache2.conf :

For example :

ErrorLog /var/log/apache2/error.log

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.