Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Wed Apr 15, 2020 5:54 am
- Forum: RHEL/CentOS
- Topic: PHP 7.3 Remi Repository Yum Update Error
- Replies: 4
- Views: 7208
Re: PHP 7.3 Remi Repository Yum Update Error
I had the same problem, but I was able to fix it by temporarily disabling the remi repositories
in your case try disabling remi-php73
Code: Select all
yum update --disablerepo=remi
Code: Select all
yum update --disablerepo=remi-php73
- Tue Nov 28, 2017 2:05 am
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 271
- Views: 1722861
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
good work!!! its fine :D
Thanks
Thanks
- Wed Apr 12, 2017 5:57 pm
- Forum: Web Server
- Topic: PEAR installation + Open Game Panel
- Replies: 7
- Views: 10938
Re: PEAR installation + Open Game Panel
The problem basically is that pear is located outside of the default basedir folder, but I do not know how to install pear in that directory.
- Wed Apr 12, 2017 5:46 pm
- Forum: Web Server
- Topic: PEAR installation + Open Game Panel
- Replies: 7
- Views: 10938
Re: PEAR installation + Open Game Panel
Is there any other effective method to work without affecting security? Is the only way I got it, but I'm interested if there is another solution.
- Wed Apr 12, 2017 1:08 am
- Forum: Web Server
- Topic: PEAR installation + Open Game Panel
- Replies: 7
- Views: 10938
Re: PEAR installation + Open Game Panel
Hello, I also use it, and I managed to make it work:
Only edit the file /home/$user$/conf/web/httpd.conf and change this config:
*$user$ Is the user you assigned in vestacp to manage the webpage
Only edit the file /home/$user$/conf/web/httpd.conf and change this config:
Code: Select all
php_admin_value open_basedir none
*$user$ Is the user you assigned in vestacp to manage the webpage