University of Minnesota
Computer Science & Engineering Help Pages
/

Apache Error Logs

Depending on the type of account you have, you can find the output of the error logs with the following commands:

CSE Labs: tail -f /web/logs/www-users.cselabs_error_log/error_log
CS&E: tail -f /web/logs/www-users.cs_error_log/error_log

The error logs contain the output created when your script generates an error. The -f flag will cause the file to remain open and new error messages will be appended to the terminal output as they are created. This can help you debug the script.

Contact: 1-213 Keller Hall, 200 Union St SE, Minneapolis, MN 55455   Phone: (612) 625-0876   Email: operator@cs.umn.edu