|
Hi every day i have to re run "python manage.py runserver myipserver:8001" |
|
You are running the development server. In production you must use Nginx or Apache as described in the |
|
In fact, my server shutdown in the second i closed my terminal app. Yes this is what would happen if you're running the development server using You will likely have to configure your nginx by editing a file in
(Mar 04 '12 at 10:03)
Adam ♦♦
|
|
Hi in test everything goes but with ./fcgi start the answer is fcgi: PID file exsts. what next ? many thanks |
|
i tried root@ks397573:/var/www/treeio# ./fcgi start --daemonise treeio.mydomain.com:8000 Starting fcgi: PID file exsts. root@ks397573:/var/www/treeio# ./fcgi stop --daemonise Stopping fcgi: Done. root@ks397573:/var/www/treeio# ./fcgi start --daemonise treeio.mydomain.com:8000 Starting fcgi: python manage.py runfcgi socket=/tmp/treeio.fcgi pidfile=/var/run/treeio_fcgi.pid method=prefork maxspare=10 minspare=5 maxchildren=100 damonize=True --settings=treeio.settings Done. where is the access to treeio in this configuration ? treeio.mydomain.com:8000 dont work Many thanks |