Find the answer to your Linux question:
Results 1 to 2 of 2
How can I configure apache2 to show the error message in the browser? Just for the purposes of debugging, I do not want to have to open the server error ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59

    Configure apache to SHOW error message in browser

    How can I configure apache2 to show the error message in the browser? Just for the purposes of debugging, I do not want to have to open the server error log every time.

    Thanks

  2. #2
    Just Joined!
    Join Date
    Nov 2010
    Posts
    61
    Quote Originally Posted by phpguy View Post
    How can I configure apache2 to show the error message in the browser? Just for the purposes of debugging, I do not want to have to open the server error log every time.

    Thanks
    you dont need to open it *every time*. Just use a tail -f command on the log and keep that open somewhere.

    "tail -f error_log" only have to do it once and new errors pop into it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...