apache - XAMPP for linux: how to get information about an error 500? -


im receive an error 500 in xmpp. When I open / opt / lamp / log / access_ log, I get this line:

  127.0.0.1 - - [18 / July / 2010: 23: 02: 53 +0200] "MIL / MIMBROUS HTTP / 1.1" 500 1900  

Is there a way to get more information about the error (cause, etc.)?

Regards

Javi

yes

Configured in
  / opt / lampp / logs / error_log  

or apache as your error_log.

The access_log list is the only files used by web clients.

An error message when generating web pages instead of error_log.


Comments