How To Enable And Disable mpm-worker in apache2 (Ubuntu)
sudo apt-get install php5.6-fpm -y
a2enmod proxy_fcgi setenvif
sudo a2enconf php5.6-fpm
sudo service php5.6-fpm start
sudo service apache2 restart
apachectl -V | grep -i mpm
For stop______________
sudo a2disconf php5.6-fpm
sudo service php5.6-fpm stop
sudo a2dismod -f proxy_fcgi setenvif
No comments:
Post a Comment
testing