Friday, February 3, 2012

How to check error log on xampp, ubuntu

Hello all,
Many times we face some errors that we dont know the exact reasons so here is one way through which you can able to see the existing errors or previous errors.
Apache maintains error logs in error_log file which is in /opt/lampp/logs
You can open this file with your favourite text editor.



Enjoy & be open.
long live linux.

3 comments:

  1. How about XAMPP with MySQL log file, locate in same location that is /opt/lampp/logs?

    Thanks,
    Mohan.

    ReplyDelete
  2. Terminal Comment
    vi /opt/lampp/logs/error_log

    ReplyDelete