Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 25 matches
- Wed Apr 08, 2020 8:10 pm
- Forum: General
- Topic: How I can uninstall Softaculous?
- Replies: 13
- Views: 26605
Re: How I can uninstall Softaculous?
2. OR in console execute the following command :
rm -rf /etc/cron.d/softaculous;
rm -rf /etc/cron.d/softaculous2;
rm -rf /var/softaculous;
rm -rf /usr/local/vesta/softaculous;
rm -rf/usr/local/vesta/web/softaculous/
rm -rf /home/*/.softaculous
(https://www.softaculous.com/docs/admin/uninstall ...
- Mon Feb 10, 2020 9:32 pm
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 14139
Re: VestaCP update failed
I also tried to run this cmnd:
v-update-sys-vesta-all
But I still get the same result (failed). Thank you so much for your time.
P/S: after my replied. I tried reboot then run v-update-sys-vesta-all but it still error.
My mistake and click to resolve icon, but my question still not ...
- Fri Feb 07, 2020 12:56 pm
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 14139
Re: VestaCP update failed
First thing, learn to ask questions. What is your OS ? version ?
Second thing, search Google "VestaCP Nginx update failed" you will see 3 years old threads.
One for you https://forum.vestacp.com/viewtopic.php?t=15809
You need to SSH into your server manually, apt update & apt upgrade (or yum ...
- Tue Feb 04, 2020 4:46 pm
- Forum: Web Server
- Topic: Service httpd start error
- Replies: 2
- Views: 4342
Re: Service httpd start error
First of all, thank you so much for your replied. It's everything I got from my console, if it not full error message, could you help me know how I can get error log from my vps? I don't have knowledge about, sorry.grayfolk wrote: Tue Feb 04, 2020 3:04 pm I sure this is not at all errors. Please, show full error message.
- Tue Feb 04, 2020 11:08 am
- Forum: Web Server
- Topic: Service httpd start error
- Replies: 2
- Views: 4342
Service httpd start error
I got this error when I tried use command: service httpd start
Starting httpd: [Fri Jan 31 22:43:37 2020] [warn] module ruid2_module is already loaded, skipping
httpd: Could not reliably determine the server’s fully qualified domain name, using server.xxx for ServerName
My OS: CENTOS 6 with VestaCP
Starting httpd: [Fri Jan 31 22:43:37 2020] [warn] module ruid2_module is already loaded, skipping
httpd: Could not reliably determine the server’s fully qualified domain name, using server.xxx for ServerName
My OS: CENTOS 6 with VestaCP
- Tue Feb 04, 2020 6:58 am
- Forum: Web Server
- Topic: Remove PHP by accident
- Replies: 5
- Views: 47450
Re: Remove PHP by accident
Is not posible install php from remi repos for centos 7 in centos 6
So maybe you have duplicate repos and you install all from centos 6
The issue maybe is that you install php70 and not PHP this generate a aditional php version for you and apache cant find correct version
Firt php version ...
- Tue Feb 04, 2020 6:45 am
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 14139
VestaCP update failed
I got this error in my email:
Not sure what wrong and how I can debug/resolve it.
Code: Select all
Error: vesta update failed
Error: vesta-nginx update failed
Error: vesta-php update failed
Error: vesta-ioncube update failed
Error: vesta-softaculous update failed
- Thu Jan 23, 2020 2:54 pm
- Forum: Web Server
- Topic: Remove PHP by accident
- Replies: 5
- Views: 47450
Re: Remove PHP by accident
Is not posible install php from remi repos for centos 7 in centos 6
So maybe you have duplicate repos and you install all from centos 6
The issue maybe is that you install php70 and not PHP this generate a aditional php version for you and apache cant find correct version
Firt php version ...
- Wed Jan 15, 2020 2:21 pm
- Forum: Web Server
- Topic: Remove PHP by accident
- Replies: 5
- Views: 47450
Re: Remove PHP by accident
I think I know what is problem now, but I'm not sure how to resolve it.
My server work with centos 6 and seem I've installed package for centos 7, so it not work well. How I can remove all php package for centos 7 and install 6 instead?
I tried use this commanded below:
wget https://dl ...
My server work with centos 6 and seem I've installed package for centos 7, so it not work well. How I can remove all php package for centos 7 and install 6 instead?
I tried use this commanded below:
wget https://dl ...
- Sat Jan 11, 2020 5:23 am
- Forum: Web Server
- Topic: Remove PHP by accident
- Replies: 5
- Views: 47450
Remove PHP by accident
I tried upgrade my server to PHP 7.x and I tried follow an article from sever mom. In their step, it mentioned to remove php and now I'm unable to install or re-activate php again.
1. I tried use:
yum --enablerepo=remi-php70 install php70-php php70-php-pear php70-php-bcmath php70-php-pecl-jsond ...
1. I tried use:
yum --enablerepo=remi-php70 install php70-php php70-php-pear php70-php-bcmath php70-php-pecl-jsond ...