Search found 26 matches
- Thu Sep 24, 2020 2:49 pm
- Forum: General Discussion
- Topic: Is Vesta project dead?
- Replies: 35
- Views: 10111
Re: Is Vesta project dead?
So sad, I've used VestaCP long time ago, when I start my first vps, my friend suggested VestaCP and I'm still run it until now.
Thank VestaCP team for all the supports, we will move, but we will miss you!!!
Thank VestaCP team for all the supports, we will move, but we will miss you!!!
- Wed Apr 08, 2020 8:10 pm
- Forum: General
- Topic: How I can uninstall Softaculous?
- Replies: 14
- Views: 9676
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/#unin...
- Mon Feb 10, 2020 9:32 pm
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 1885
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 resolve yet :(. ...
- Fri Feb 07, 2020 12:56 pm
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 1885
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), answ...
- Tue Feb 04, 2020 4:46 pm
- Forum: Web Server
- Topic: Service httpd start error
- Replies: 2
- Views: 814
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.
- Tue Feb 04, 2020 11:08 am
- Forum: Web Server
- Topic: Service httpd start error
- Replies: 2
- Views: 814
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: 2106
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 always ne...
- Tue Feb 04, 2020 6:45 am
- Forum: General Discussion
- Topic: VestaCP update failed
- Replies: 4
- Views: 1885
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: 2106
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 always ne...
- Wed Jan 15, 2020 2:21 pm
- Forum: Web Server
- Topic: Remove PHP by accident
- Replies: 5
- Views: 2106
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.fedoraproject...