Skip to content

Instantly share code, notes, and snippets.

@ademola25
Created August 17, 2018 11:41
Show Gist options
  • Save ademola25/b4219d2d65a7f24685fe1b4954080966 to your computer and use it in GitHub Desktop.
Save ademola25/b4219d2d65a7f24685fe1b4954080966 to your computer and use it in GitHub Desktop.
error.log
grader@ip-172-26-8-30:/var/log/apache2$ sudo cat error.log
[Fri Aug 17 11:37:33.299295 2018] [wsgi:warn] [pid 22149] mod_wsgi: Compiled for Python/3.5.1+.
[Fri Aug 17 11:37:33.299343 2018] [wsgi:warn] [pid 22149] mod_wsgi: Runtime using Python/3.5.2.
[Fri Aug 17 11:37:33.299358 2018] [core:warn] [pid 22149] AH00098: pid file /var/run/apache2/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Aug 17 11:37:33.300670 2018] [mpm_prefork:notice] [pid 22149] AH00163: Apache/2.4.18 (Ubuntu) mod_wsgi/4.3.0 Python/3.5.2 configured -- resuming normal operations
[Fri Aug 17 11:37:33.300684 2018] [core:notice] [pid 22149] AH00094: Command line: '/usr/sbin/apache2'
[Fri Aug 17 11:37:39.384825 2018] [mpm_prefork:notice] [pid 22149] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
[Fri Aug 17 11:37:39.414823 2018] [wsgi:warn] [pid 22149] mod_wsgi: Compiled for Python/3.5.1+.
[Fri Aug 17 11:37:39.414829 2018] [wsgi:warn] [pid 22149] mod_wsgi: Runtime using Python/3.5.2.
[Fri Aug 17 11:37:39.414868 2018] [mpm_prefork:notice] [pid 22149] AH00163: Apache/2.4.18 (Ubuntu) mod_wsgi/4.3.0 Python/3.5.2 configured -- resuming normal operations
[Fri Aug 17 11:37:39.414872 2018] [core:notice] [pid 22149] AH00094: Command line: '/usr/sbin/apache2'
[Fri Aug 17 11:39:20.743017 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] mod_wsgi (pid=22190, process='', application='18.184.157.123|'): Failed to parse WSGI script file '/var/www/catalog/catalog.wsgi'.
[Fri Aug 17 11:39:20.743058 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] mod_wsgi (pid=22190): Exception occurred processing WSGI script '/var/www/catalog/catalog.wsgi'.
[Fri Aug 17 11:39:20.743109 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] File "/var/www/catalog/catalog.wsgi", line 2
[Fri Aug 17 11:39:20.743122 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] import sys
[Fri Aug 17 11:39:20.743136 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] ^
[Fri Aug 17 11:39:20.743143 2018] [wsgi:error] [pid 22190] [client 154.118.59.138:9577] IndentationError: unexpected indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment