Log in

View Full Version : uwsgi help? linux daemon?



grats
09-07-2012, 10:26 AM
Running:
Nginx
uwsgi
debian 6
php-fpm

What I need no help with:
nginx
php-fpm

so I can get php type stuff running in a few seconds, and setup web server & php-fpm processes


I can't for the life of me get uwsgi working, I have it working at the point where I can be running with something like /etc/init.d/uwsgi start

I've been through about 15 tutorials, I have an image of a VM I just restart every tutorial and re setup stuff.. if I'm running a uwsgi process I send it straight to my hello world script and it works fine, I'm unsure how to get this running as a daemon? also would like it to auto start... and I also have some web python questions about how it acts, as I'm quite familiar with php and python/uwsgi doesn't seem similar at all.. my big question: is it just running one file that is calling everything else? for an entire website/app etc

I know wizzup knows but he is usually pretty busy