Skip to content

Instantly share code, notes, and snippets.

@ademola25
Created September 1, 2018 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademola25/213a4bf722bebfe9d0778fc861be0809 to your computer and use it in GitHub Desktop.
Save ademola25/213a4bf722bebfe9d0778fc861be0809 to your computer and use it in GitHub Desktop.
error.log
[Sat Sep 01 02:34:40.875239 2018] [wsgi:error] [pid 21087:tid 140258104526592] [client 197.255.174.176:20879] Traceback (most recent call last):
[Sat Sep 01 02:34:40.875260 2018] [wsgi:error] [pid 21087:tid 140258104526592] [client 197.255.174.176:20879] File "/var/www/catalogApp/catalog.wsgi", line 7, in <module>
[Sat Sep 01 02:34:40.875297 2018] [wsgi:error] [pid 21087:tid 140258104526592] [client 197.255.174.176:20879] from catalog import app as application
[Sat Sep 01 02:34:40.875311 2018] [wsgi:error] [pid 21087:tid 140258104526592] [client 197.255.174.176:20879] ImportError: No module named catalog
[Sat Sep 01 02:34:49.709341 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] mod_wsgi (pid=21086): Target WSGI script '/var/www/catalogApp/catalog.wsgi' cannot be loaded as Python module.
[Sat Sep 01 02:34:49.709367 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] mod_wsgi (pid=21086): Exception occurred processing WSGI script '/var/www/catalogApp/catalog.wsgi'.
[Sat Sep 01 02:34:49.709379 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] Traceback (most recent call last):
[Sat Sep 01 02:34:49.709390 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] File "/var/www/catalogApp/catalog.wsgi", line 7, in <module>
[Sat Sep 01 02:34:49.709424 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] from catalog import app as application
[Sat Sep 01 02:34:49.709437 2018] [wsgi:error] [pid 21086:tid 140258154882816] [client 197.255.174.176:15029] ImportError: No module named catalog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment