Re: httpd fastcgi socket option not working as expected

2020-12-21 Thread Родин Максим
Hello once again! I figured it out. The right syntax is now: fastcgi socket tcp 127.0.0.1 3031 Thank you Adriano! 21.12.2020 14:53, Adriano Barbosa пишет: Hi, I’m not able to read the details of your email right now. Are you on 6.8? httpd(8) changed syntax for fastcgi socket. Em seg., 21 d

httpd fastcgi socket option not working as expected

2020-12-21 Thread Родин Максим
Hello. I have a working Django project which can be run by its own http-server using "./manage.py runserver 0.0.0.0:8000" One of the apps is available then on "http://192.168.1.102:8000/it"; The same project can be run using uwsgi's own http server by adding the option "http-socket = :8000" to