Hi,
I use Custombuild 2.0 with Apache 2.4 + mod_ruid2.
I installed PHP 5.3 as mod_suphp and PHP 5.5 as mod_php.
When I change the PHP version in the control panel it's don't take any affect at all.
PHP version remain 5.5 even if I set it to 5.3.
I'm sure that I'm just missing something simple...but I can't find what.
Any help will be appreciate!
I use Custombuild 2.0 with Apache 2.4 + mod_ruid2.
I installed PHP 5.3 as mod_suphp and PHP 5.5 as mod_php.
When I change the PHP version in the control panel it's don't take any affect at all.
PHP version remain 5.5 even if I set it to 5.3.
Code:
[root@server extra]# whereis php
php: /bin/php /usr/local/bin/php /usr/local/lib/php.ini /usr/local/lib/php /usr/local/php
[root@server extra]# whereis php53
php53: /usr/local/php53
[root@server extra]# php -v
PHP 5.5.4 (cli) (built: Oct 15 2013 01:56:11)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
[root@server extra]# /usr/local/php53/bin/php -v
PHP 5.3.27 (cli) (built: Oct 15 2013 01:57:52)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
I'm sure that I'm just missing something simple...but I can't find what.
Any help will be appreciate!