uwsgi基础——管理
原文: http://projects.unbit.it/uwsgi/wiki/Management 管理uWSGI server 系统的管理员向主进程发送信号来控制worker进程池。uwsgi也能通过“pidfile”写入主进程id --pidfile <filename> 选项。'pidfile'是一个纯文本文件,包含进程id。文件用来发送信号的可靠路径。 Starting the server 启动uwsgi服务器是系统管理员的一个任务,想启动webserver。它不是web server启动的任务。(即使被明显允许) uwsgi服务启动以来操作系统。 现在的系统可以依照着这个表: Debian/Ubuntu -> Upstart (official uwsgi package, available starting from Wheezy/12.04, provides init.d solution, reading of /usr/share/doc/uwsgi/README.Debian.gz is recommended) Fedora -> SystemdIntegration OSX -> launchd Solaris -> SMF On 'classic' operating systems you can use init.d/rc.d scripts,