Debugging AJAX
Need to debug AJAX? Beside some tips I found on the Net, here is one I found particularly useful, at least in my current case. Just use a
tail -f /private/var/log/apache2/access_log
Or
tail -f /private/var/log/apache2/error_log
which displays the latest log entries… which can help to solve some major issues.