Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 8 matches
- Sun Sep 01, 2019 7:00 pm
- Forum: Debian/Ubuntu
- Topic: yum repos error in install VestaCP
- Replies: 5
- Views: 12745
Re: yum repos error in install VestaCP
How have you solved this? I have now the same error.
Using Ubuntu but getting the CentOS error as well.
Using Ubuntu but getting the CentOS error as well.
- Thu Dec 15, 2016 5:59 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
I've sent you a PM
- Thu Dec 15, 2016 5:42 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
I have this inside the roundcube folder:
https://postimg.org/image/or8bi6vo7/
https://postimg.org/image/or8bi6vo7/
- Thu Dec 15, 2016 5:37 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
Yes it exists.
The following code is in the file:
location /webmail {
alias /usr/share/roundcubemail/;
location ~ /(config|temp|logs) {
return 404;
}
location ~ ^/webmail/(.*\.php)$ {
alias /usr/share/roundcubemail/$1;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include ...
The following code is in the file:
location /webmail {
alias /usr/share/roundcubemail/;
location ~ /(config|temp|logs) {
return 404;
}
location ~ ^/webmail/(.*\.php)$ {
alias /usr/share/roundcubemail/$1;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include ...
- Thu Dec 15, 2016 10:10 am
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
yum install roundcubemail
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
epel/x86_64/metalink | 23 kB 00:00
epel | 4.3 kB 00:00
https://fr2.rpmfind.net/linux/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
Trying ...
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
epel/x86_64/metalink | 23 kB 00:00
epel | 4.3 kB 00:00
https://fr2.rpmfind.net/linux/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
Trying ...
- Wed Dec 14, 2016 8:23 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
Thank you for the suggestion @SS88.
I used the command as root what you described and this is what I got returned in console:
yum install php php-common
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
epel/x86_64/metalink | 25 kB 00:00
epel | 4.3 kB 00:00 ...
I used the command as root what you described and this is what I got returned in console:
yum install php php-common
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
epel/x86_64/metalink | 25 kB 00:00
epel | 4.3 kB 00:00 ...
- Tue Dec 13, 2016 8:05 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
Good idea! I can also move to Ubuntu. But have 5 websites running including email. When I create a backup in VestaCP with CentOS can I restore that backup in Ubuntu? Or do I need to manually move all sites/mail?
- Mon Dec 12, 2016 7:46 pm
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1455627
Re: HOWTO: Install PHP7 on CentOS 7
I currently have the same issue with roundcube and PHP7 on CentOS 7.
Followed this guide: http://www.servermom.org/upgrade-vestacp-to-php-7-centos/
Does anybody have any idea how to solve this?
Running 5 websites, still get my incoming mail but outcoming is not working anymore.
Who knows how to ...
Followed this guide: http://www.servermom.org/upgrade-vestacp-to-php-7-centos/
Does anybody have any idea how to solve this?
Running 5 websites, still get my incoming mail but outcoming is not working anymore.
Who knows how to ...