CheGuevara
Verified User
- Joined
- Nov 23, 2009
- Messages
- 26
Hi,
Got a slight problem, decided to switch from PHP 5.4 to 5.6. Options:
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.6
php2_release=no
php1_mode=php-fpm
php2_mode=php-fpm
php_ini=no
php_timezone=EEST
#Possible values - production or development
php_ini_type=production
ioncube=yes
zend=no
did build php and rewrite_configs. Result: all websites not working, upon investigation going into /usr/local/directadmin/data/users/<user>/php . There's php-fpm54.conf there, but no php-fpm56.conf . Tried echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue - nothing. So how the hell to make it write those files?
Thanks!
Got a slight problem, decided to switch from PHP 5.4 to 5.6. Options:
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.6
php2_release=no
php1_mode=php-fpm
php2_mode=php-fpm
php_ini=no
php_timezone=EEST
#Possible values - production or development
php_ini_type=production
ioncube=yes
zend=no
did build php and rewrite_configs. Result: all websites not working, upon investigation going into /usr/local/directadmin/data/users/<user>/php . There's php-fpm54.conf there, but no php-fpm56.conf . Tried echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue - nothing. So how the hell to make it write those files?
Thanks!