I have just installed memcache and eAccelerator on an Ubuntu Hardy box and prior to hosting an application on it wanted to check for any type of errors either thrown by PHP or by other modules. How do I do this?

Thanks for help.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

tail /var/log/apache2/error.log unless you've changed the log directives in your virtual host/Apache configuration.

link|improve this answer
Thank you so much. – April Apr 23 '10 at 22:03
feedback

Your Answer

 
or
required, but never shown

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