In the HTTP Client (e.g. Chrome) - i see html output, it's source code below ("hubChallenge" string - is a valid plain text response on requested url. somehow HTML Error 500 page is appended)
Log level is set to debug for wsgi. I've performed apache start, and requested url:
[Thu Aug 25 14:53:21.089973 2016] [ssl:info] [pid 21811] AH02200: Loading certificate & private key of SSL-aware server '
kcl16bt08.kcell.kz:443'
[Thu Aug 25 14:53:21.090341 2016] [ssl:info] [pid 21811] AH01914: Configuring server
kcl16bt08.kcell.kz:443 for SSL protocol
[Thu Aug 25 14:53:21.255183 2016] [ssl:info] [pid 21812] AH02200: Loading certificate & private key of SSL-aware server '
kcl16bt08.kcell.kz:443'
[Thu Aug 25 14:53:21.256078 2016] [ssl:info] [pid 21812] AH01914: Configuring server
kcl16bt08.kcell.kz:443 for SSL protocol
[Thu Aug 25 14:53:21.449452 2016] [wsgi:info] [pid 21816] mod_wsgi (pid=21816): Attach interpreter ''.
[Thu Aug 25 14:53:21.450022 2016] [wsgi:info] [pid 21816] mod_wsgi (pid=21816): Adding '/home/user01/nano_fb_py_bot' to path.
[Thu Aug 25 14:53:21.450706 2016] [wsgi:info] [pid 21816] mod_wsgi (pid=21816): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/bin' to path.
[Thu Aug 25 14:53:21.451438 2016] [wsgi:info] [pid 21816] mod_wsgi (pid=21816): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/lib/python3.4/site-packages' to path.
[Thu Aug 25 14:53:21.487378 2016] [wsgi:info] [pid 21816] mod_wsgi (pid=21816): Imported 'mod_wsgi'.
[Thu Aug 25 14:53:21.488570 2016] [wsgi:debug] [pid 21816] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21816): Started thread 2 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:21.488730 2016] [wsgi:debug] [pid 21816] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21816): Started thread 3 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:21.488805 2016] [wsgi:debug] [pid 21816] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21816): Started thread 1 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:21.488892 2016] [wsgi:debug] [pid 21816] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21816): Started thread 0 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:21.488980 2016] [wsgi:debug] [pid 21816] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21816): Started thread 4 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:42.042454 2016] [wsgi:info] [pid 21816] [remote
172.16.202.31:63658] mod_wsgi (pid=21816, process='fb_bot', application=''): Loading WSGI script '/home/user01/nano_fb_py_bot/nano_fb_py_bot/wsgi.py'.
[Thu Aug 25 14:53:43.456475 2016] [wsgi:info] [pid 21839] mod_wsgi (pid=21839): Attach interpreter ''.
[Thu Aug 25 14:53:43.456761 2016] [wsgi:info] [pid 21839] mod_wsgi (pid=21839): Adding '/home/user01/nano_fb_py_bot' to path.
[Thu Aug 25 14:53:43.457157 2016] [wsgi:info] [pid 21839] mod_wsgi (pid=21839): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/bin' to path.
[Thu Aug 25 14:53:43.457518 2016] [wsgi:info] [pid 21839] mod_wsgi (pid=21839): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/lib/python3.4/site-packages' to path.
[Thu Aug 25 14:53:43.475090 2016] [wsgi:info] [pid 21839] mod_wsgi (pid=21839): Imported 'mod_wsgi'.
[Thu Aug 25 14:53:43.475388 2016] [wsgi:debug] [pid 21839] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21839): Started thread 0 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:43.475441 2016] [wsgi:debug] [pid 21839] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21839): Started thread 1 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:43.475696 2016] [wsgi:debug] [pid 21839] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21839): Started thread 2 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:43.475780 2016] [wsgi:debug] [pid 21839] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21839): Started thread 3 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:43.476081 2016] [wsgi:debug] [pid 21839] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21839): Started thread 4 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:43.476238 2016] [wsgi:info] [pid 21839] [remote
172.16.202.31:10193] mod_wsgi (pid=21839, process='fb_bot', application=''): Loading WSGI script '/home/user01/nano_fb_py_bot/nano_fb_py_bot/wsgi.py'.
[Thu Aug 25 14:53:44.461167 2016] [wsgi:info] [pid 21849] mod_wsgi (pid=21849): Attach interpreter ''.
[Thu Aug 25 14:53:44.461420 2016] [wsgi:info] [pid 21849] mod_wsgi (pid=21849): Adding '/home/user01/nano_fb_py_bot' to path.
[Thu Aug 25 14:53:44.461767 2016] [wsgi:info] [pid 21849] mod_wsgi (pid=21849): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/bin' to path.
[Thu Aug 25 14:53:44.462090 2016] [wsgi:info] [pid 21849] mod_wsgi (pid=21849): Adding '/home/user01/.virtualenvs/dev_fbbot_ve/lib/python3.4/site-packages' to path.
[Thu Aug 25 14:53:44.480225 2016] [wsgi:info] [pid 21849] mod_wsgi (pid=21849): Imported 'mod_wsgi'.
[Thu Aug 25 14:53:44.480470 2016] [wsgi:debug] [pid 21849] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21849): Started thread 0 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:44.480593 2016] [wsgi:debug] [pid 21849] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21849): Started thread 1 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:44.480688 2016] [wsgi:debug] [pid 21849] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21849): Started thread 2 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:44.480782 2016] [wsgi:debug] [pid 21849] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21849): Started thread 3 in daemon process 'fb_bot'.
[Thu Aug 25 14:53:44.481058 2016] [wsgi:debug] [pid 21849] src/server/mod_wsgi.c(8706): mod_wsgi (pid=21849): Started thread 4 in daemon process 'fb_bot'.
четверг, 25 августа 2016 г., 12:56:43 UTC+6 пользователь Graham Dumpleton написал: