I have a problem with tutoriel on centos 6.3 php multi version http://www.howtoforge.com/how-to-use-multiple-php-versions-php-fpm-and-fastcgi-with-ispconfig-3-centos-6.3 I want run this command Code: chkconfig --levels 235 php-5.3.22-fpm on And i result (does not support chkconfig) Code: /etc/init.d/php-5.3.22-fpm start if try that command have failed result
Yhea i resolve my problem its simple edit /etc/init.d/php-5.3.22-fpm with my iptables Code: # chkconfig: 2345 08 92 And now its works But have one more question its possible use 3 add on version php i want install php 5.17 ? And thanks for help me