Closed salleman33 closed 6 years ago
Duplicate of #281
ok, but the setup.py of kansha is only on developpment setup, right ?
It looks like there is a problem in http://kansha.readthedocs.io/en/stable/production.html#configure-kansha-for-fcgi
http://www.nagare.org/core/publisher_file.html explains that the publisher configuration should be in another file (eg. fastcgi.cfg) and the command to serve should be:
$ <VENV_DIR>/bin/nagare-admin serve </path/to/your/kansha.cfg> -c </path/to/your/fastcgi.cfg>
@salleman33 the commit 7cf98a0ade25ce5c61f450efbbe155cab106f3e3 changes the documentation, as you can see at http://kansha.readthedocs.io/en/latest/production.html#configure-kansha-for-fcgi
Does it fix this issue?
Yes, it does ! Thank you
Hi,
I followed the guide to install kansha in production, but when i execute it with the command /usr/local/kansha/bin/nagare-admin serve /usr/local/kansha/kansha.cfg and go to the URL, i have this error :
A second problem : i want use nginx with fastcgi, i put the config (like specified on guide), but the server always starts to listen 127.0.0.1:8080
Could you help me ?
Regards