General Troubleshooting Strategies
From WeBWorK
- Make sure that you are observing the log file. For example
tail -F /var/log/apache2/error_logallows one to see the error messages as they appear in the log. The location of the log file on your server is likely to be different. You can find a reference to it in the Apache configuration file.

