Skip to content

install uwsgi php plugin on Centos 7

luk911 edited this page Feb 5, 2016 · 1 revision

########## php plugin for uwsgi ######## cd /tmp git clone https://github.com/unbit/uwsgi/

yum -y install libuuid-devel libcap-devel
openssl-devel glibc-static libstdc++-static
libxml2-devel ncurses-devel libedit-devel

python uwsgiconfig.py --plugin /uwsgi/plugins/php

mkdir /usr/lib64/uwsgi/ mv /uwsgi/php_plugin.so /usr/lib64/uwsgi/ rm -Rf /uwsgi

yum -y erase libuuid-devel libcap-devel
openssl-devel glibc-static libstdc++-static
libxml2-devel ncurses-devel libedit-devel ###########################################

Clone this wiki locally