歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> nginx小總結(八)

nginx小總結(八)

日期:2017/3/1 16:35:00   编辑:關於Linux
nginx小總結(八) nginx小總結(七) http://www.2cto.com/os/201303/194965.html nginx連接python www.2cto.com nginx連接python需要uWSGI服務器 http://projects.unbit.it/downloads/在這個裡面下載新的版本! [root@host2 ~]# tar zxf uwsgi-1.4.9.tar.gz [root@host2 uwsgi-1.4.9]# yum install python-devel [root@host2 uwsgi-1.4.9]# make 現在已經安裝好,安裝信息 ############## end of uWSGI configuration ############# *** uWSGI is ready, launch it with ./uwsgi *** [root@host2 uwsgi-1.4.9]# ./uwsgi -s 127.0.0.1:1717 開啟uwsgi服務,並綁定本地的 [root@host2 uwsgi-1.4.9]# netstat -antpl | grep 1717 tcp 0 0 127.0.0.1:1717 0.0.0.0:* LISTEN 3483/uwsgi 這個服務器功能很強大,參數很多,大家可以參見陶利軍編著《決戰nginx》!裡面介紹的很多!
Copyright © Linux教程網 All Rights Reserved