I am a happy user of ONYX since a few weeks.
Now I have the following problem.
I am currently in the process of switching my website with CMS to PHP7 and the additional install possibility of PHP in ONYX and the selection possibility made it run well after some modifications in CMS.
The CMS is on www.domainnameplaceholder.ie and in the /blueblue folder there is a forum.
How can I make sure that the forum in /blueblue is running on old / previous PHP version and the main site is running on PHP 7?
I have already checked the handlers with:
/usr/local/psa/bin/php_handler --list
I tried putting a .htaccess in the /blueblue folder, but the phpinfo.php in it did not show the old php version.
Kindly awaiting your reply, many thanks
Now I have the following problem.
I am currently in the process of switching my website with CMS to PHP7 and the additional install possibility of PHP in ONYX and the selection possibility made it run well after some modifications in CMS.
The CMS is on www.domainnameplaceholder.ie and in the /blueblue folder there is a forum.
How can I make sure that the forum in /blueblue is running on old / previous PHP version and the main site is running on PHP 7?
I have already checked the handlers with:
/usr/local/psa/bin/php_handler --list
Code:
id: display name: full version: version: type: cgi-bin: php-cli: php.ini: custom: status:
cgi 5.4.45 by OS vendor 5.4.45 5.4 cgi /usr/bin/php5-cgi /usr/bin/php5 /etc/php5/cgi/php.ini false enabled
fastcgi 5.4.45 by OS vendor 5.4.45 5.4 fastcgi /usr/bin/php5-cgi /usr/bin/php5 /etc/php5/cgi/php.ini false enabled
module 5.4.45 by OS vendor 5.4.45 5.4 module /usr/bin/php5-cgi /usr/bin/php5 /etc/php5/apache2/php.ini false enabled
plesk-php56-cgi 5.6.30 5.6.30 5.6 cgi /opt/plesk/php/5.6/bin/php-cgi /opt/plesk/php/5.6/bin/php /opt/plesk/php/5.6/etc/php.ini true enabled
plesk-php56-fastcgi 5.6.30 5.6.30 5.6 fastcgi /opt/plesk/php/5.6/bin/php-cgi /opt/plesk/php/5.6/bin/php /opt/plesk/php/5.6/etc/php.ini true enabled
plesk-php56-fpm 5.6.30 5.6.30 5.6 fpm /opt/plesk/php/5.6/sbin/php-fpm /opt/plesk/php/5.6/bin/php /opt/plesk/php/5.6/etc/php.ini true enabled
plesk-php70-cgi 7.0.19 7.0.19 7.0 cgi /opt/plesk/php/7.0/bin/php-cgi /opt/plesk/php/7.0/bin/php /opt/plesk/php/7.0/etc/php.ini true enabled
plesk-php70-fastcgi 7.0.19 7.0.19 7.0 fastcgi /opt/plesk/php/7.0/bin/php-cgi /opt/plesk/php/7.0/bin/php /opt/plesk/php/7.0/etc/php.ini true enabled
plesk-php70-fpm 7.0.19 7.0.19 7.0 fpm /opt/plesk/php/7.0/sbin/php-fpm /opt/plesk/php/7.0/bin/php /opt/plesk/php/7.0/etc/php.ini true enabled
I tried putting a .htaccess in the /blueblue folder, but the phpinfo.php in it did not show the old php version.
Kindly awaiting your reply, many thanks