We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
########## 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 ###########################################