Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [Mon Jun 17 21:45:45.661849 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] mod_wsgi (pid=12385): Target WSGI script '/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi' cannot be loaded as Python module.
  2. [Mon Jun 17 21:45:45.662292 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] mod_wsgi (pid=12385): Exception occurred processing WSGI script '/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi'.
  3. [Mon Jun 17 21:45:45.664865 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] Traceback (most recent call last):
  4. [Mon Jun 17 21:45:45.664960 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] File "/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi", line 5, in <module>
  5. [Mon Jun 17 21:45:45.665014 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] execfile(activate_this, dict(__file__=activate_this))
  6. [Mon Jun 17 21:45:45.665146 2019] [wsgi:error] [pid 12385] [client 31.43.223.109:42372] NameError: name 'execfile' is not defined
  7. [Mon Jun 17 21:45:47.630410 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] mod_wsgi (pid=12383): Target WSGI script '/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi' cannot be loaded as Python module.
  8. [Mon Jun 17 21:45:47.630709 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] mod_wsgi (pid=12383): Exception occurred processing WSGI script '/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi'.
  9. [Mon Jun 17 21:45:47.634759 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] Traceback (most recent call last):
  10. [Mon Jun 17 21:45:47.634897 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] File "/home/bitrix/my_flask_app/my_flask_app/bitrix.wsgi", line 5, in <module>
  11. [Mon Jun 17 21:45:47.634952 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] execfile(activate_this, dict(__file__=activate_this))
  12. [Mon Jun 17 21:45:47.635097 2019] [wsgi:error] [pid 12383] [client 31.43.223.109:42374] NameError: name 'execfile' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement