We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
PHP SELECTOR IS NOT OFFICIALLY SUPPORTED BY VESTACP RUN AT YOUR OWN RISK - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
This is a personal script
SK PHP Selector:
- This script using vesta templates.
- This script using remi repo.
- I make this script to help people who whant run Multiple PHP versions on vestacp, is easy to do manually but this script makes it easier even
- Ubuntu PHP selector for vesta ?
-- There is some variables for ubuntu and debian release
- Not SUPPORT NGINX + PHP-FPM
Some caps:
===========================================
Need select php version you install ? read in github new options in beta 0.3 -> https://github.com/Skamasle/sk-php-selector
UPDATE
- This version is available from github -> https://github.com/Skamasle/sk-php-selector
beta 0.2.3 installer:
Run at own risk ! still in beta, This it provided without any warranty !
Need select php version you install ? read in github new options in beta 0.3 -> https://github.com/Skamasle/sk-php-selector
Need PHP 5.2 ?
Check this -> viewtopic.php?f=19&t=13406
Multiple PHP on VestaCP - Adding Modules
You can install any modules to aditional php versión using remi repo:
Search module:
Install:
Then search ini if need it:
Some problems whit big files on joomla, wordpress, plugins or modules fix -> http://forum.vestacp.com/viewtopic.php? ... 843#p43749
Update main PHP version and get phpmyadmin broken -> viewtopic.php?f=19&t=10854&p=67369#p67369 no script fail
This is a personal script
SK PHP Selector:
- This script using vesta templates.
- This script using remi repo.
- I make this script to help people who whant run Multiple PHP versions on vestacp, is easy to do manually but this script makes it easier even
- Ubuntu PHP selector for vesta ?
-- There is some variables for ubuntu and debian release
- Not SUPPORT NGINX + PHP-FPM
Some caps:
SpoilerShow
Need select php version you install ? read in github new options in beta 0.3 -> https://github.com/Skamasle/sk-php-selector
UPDATE
Code: Select all
Beta 0.2.4
- Added php 7.1 and php 7.2RC3
- Fix some issues with phpmyadmin
Code: Select all
Latest:
-Support PHP 54 to php74
- Can install individual php versions as you need ! check info in github
Code: Select all
Beta 0.2.3
- Remove some code and tests.
- Using simlinks for templates.
[code]Beta 0.2.2
- Fix bug on centos 6 paths thanks @tjebbeke to reporting
-- Now check twice php path on centos 6
- Fix Include Optional on centos 6
Code: Select all
Beta 0.2.1
- Working on Centos 6.7 and Centos 7
- Detect PHP versión.
- Install php 5.4, php 5.5, php 5.6 and php 7.
- Support if php was upgraded, skip that version.
-- Requirements:
- Centos 6 or centos 7
- Default vetacp installed whit remi repo
beta 0.2.3 installer:
Run at own risk ! still in beta, This it provided without any warranty !
Need select php version you install ? read in github new options in beta 0.3 -> https://github.com/Skamasle/sk-php-selector
Need PHP 5.2 ?
Check this -> viewtopic.php?f=19&t=13406
Multiple PHP on VestaCP - Adding Modules
You can install any modules to aditional php versión using remi repo:
Search module:
Code: Select all
yum search php70 --enablerepo=remi |grep opcache
#output:
php70-php-opcache.x86_64 : The Zend OPcache
Code: Select all
yum install php70-php-opcache --enablerepo=remi
Code: Select all
/usr/bin/php70 --ini |grep opcache
Additional .ini files parsed: /etc/opt/remi/php70/php.d/10-opcache.ini,
Update main PHP version and get phpmyadmin broken -> viewtopic.php?f=19&t=10854&p=67369#p67369 no script fail
Last edited by skamasle on Sun Jan 15, 2017 10:24 pm, edited 18 times in total.
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
looks good.
anyone have tried this?
anyone have tried this?
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Working on beta 0.2.1
Look like this:
Not public yet
- Requisites:
- Centos 6 or 7
- Default vesta install whit remi.repo
Look like this:
Not public yet
Code: Select all
- Features:
- Work on centos 6.7 and centos 7
- Detect current php.
- Install php 5.4, php 5.5, php 5.6 and php 7, if there is a php installed skip that versión.
- Centos 6 or 7
- Default vesta install whit remi.repo
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Good work!
On centos 6.7 I have this error:
Change IncludeOptional to Include works on your templates.
Accessing my website with your php7 template also not working :(
On centos 6.7 I have this error:
Code: Select all
apachectl configtest
[Sun Mar 06 10:51:08 2016] [warn] module php5_module is already loaded, skipping
[Sun Mar 06 10:51:08 2016] [warn] module php5_module is already loaded, skipping
Syntax error on line 331 of /home/username/conf/web/httpd.conf:
Invalid command 'IncludeOptional', perhaps misspelled or defined by a module not included in the server configuration
Accessing my website with your php7 template also not working :(
Code: Select all
[Sun Mar 06 10:56:49 2016] [warn] [client 84.192.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sun Mar 06 10:56:49 2016] [error] [client 84.192.xxx.xxx] Premature end of script headers: phpinfo.php
[Sun Mar 06 10:56:49 2016] [warn] [client 84.192.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://www.mydomain.com/phpinfo.php
[Sun Mar 06 10:56:49 2016] [error] [client 84.192.xxx.xxx] Premature end of script headers: index.php, referer: http://www.mydomain.com/phpinfo.php
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Hi
Let me try reproduce errores.
The include optional is fixed on beta 0.2.2
You can fixed it whit:
Let me try reproduce errores.
The include optional is fixed on beta 0.2.2
You can fixed it whit:
Code: Select all
cd /usr/local/vesta/data/templates/web/httpd/
replace -v "IncludeOptional %home%/%user%/conf/web/httpd.%domain%.conf*" "Include %home%/%user%/conf/web/httpd.%domain%.conf*" -- sk*.tpl > /dev/null
replace -v "IncludeOptional %home%/%user%/conf/web/shttpd.%domain%.conf*" "Include %home%/%user%/conf/web/shttpd.%domain%.conf*" -- sk*.stpl > /dev/null
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
I found the problem and is fixed :)tjebbeke wrote:Good work!
On centos 6.7 I have this error:Change IncludeOptional to Include works on your templates.Code: Select all
apachectl configtest [Sun Mar 06 10:51:08 2016] [warn] module php5_module is already loaded, skipping [Sun Mar 06 10:51:08 2016] [warn] module php5_module is already loaded, skipping Syntax error on line 331 of /home/username/conf/web/httpd.conf: Invalid command 'IncludeOptional', perhaps misspelled or defined by a module not included in the server configuration
Accessing my website with your php7 template also not working :(Code: Select all
[Sun Mar 06 10:56:49 2016] [warn] [client 84.192.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server [Sun Mar 06 10:56:49 2016] [error] [client 84.192.xxx.xxx] Premature end of script headers: phpinfo.php [Sun Mar 06 10:56:49 2016] [warn] [client 84.192.xxx.xxx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://www.mydomain.com/phpinfo.php [Sun Mar 06 10:56:49 2016] [error] [client 84.192.xxx.xxx] Premature end of script headers: index.php, referer: http://www.mydomain.com/phpinfo.php
Just run new installer again and it fix.
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
this is great :D
waiting for final release.
waiting for final release.
-
- Posts: 301
- Joined: Tue Dec 22, 2015 2:06 pm
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Great idea!
Today I tested this script on a fresh installation of CentOS 7 64-bit minimal on VirtualBox with VestaCP latest version. The script runs smoothly and installed php55, php56 and php70 for me.
Now, the question is: where are those php.ini files respectively? I want to modify some PHP configuration such as max upload size.
Thank you.
Today I tested this script on a fresh installation of CentOS 7 64-bit minimal on VirtualBox with VestaCP latest version. The script runs smoothly and installed php55, php56 and php70 for me.
Now, the question is: where are those php.ini files respectively? I want to modify some PHP configuration such as max upload size.
Thank you.
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Hi,
You can check php ini path on info.php
But is in /opt/remi/root/phpversión/etc/php.ini
You can check php ini path on info.php
But is in /opt/remi/root/phpversión/etc/php.ini
-
- Posts: 301
- Joined: Tue Dec 22, 2015 2:06 pm
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
A little different on my centos 7 server:
PS: I have two suggestions for your multi-php installer script:
1. please add "progress bar" for installing process, to avoid users think "nothing happened, is it dead?"
2. please submit this script to VestaCP official team so that all VestaCP users will benefit from it.
Thank you.
Code: Select all
/opt/remi/$PHPVERSION/root/etc/php.ini
1. please add "progress bar" for installing process, to avoid users think "nothing happened, is it dead?"
2. please submit this script to VestaCP official team so that all VestaCP users will benefit from it.
Thank you.