Hi.
Is there a way to see the server logs to debug my scripts? It's very annoying that I only get an "Internal Server Error" and no other indication whatsoever of what's going on.
I'm programming in Python, which has a facility for cgi script debugging (cgitb), but it only kicks in when the scripts run up to a certain point. If I could see the server log produced when the scripts runs, it would make debugging much easier.
Thanks.
Is there a way to see the server logs to debug my scripts? It's very annoying that I only get an "Internal Server Error" and no other indication whatsoever of what's going on.
I'm programming in Python, which has a facility for cgi script debugging (cgitb), but it only kicks in when the scripts run up to a certain point. If I could see the server log produced when the scripts runs, it would make debugging much easier.
Thanks.