Search found 40 matches
- Sat Dec 01, 2018 11:10 am
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1426088
- Wed Sep 12, 2018 2:44 pm
- Forum: General Discussion
- Topic: Hostname change won't persist
- Replies: 4
- Views: 5226
Re: Hostname change won't persist
$hostname will give you an immediate change, but for persistent change, a better solution is to modify the /etc/sysconfig/network file.
and then locate HOSTNAME= line, change it to what you want and restart your machine.
Code: Select all
vi /etc/sysconfig/network
- Sat Jun 02, 2018 1:18 pm
- Forum: General Discussion
- Topic: SSL on vesta Admin Panel
- Replies: 2
- Views: 4024
Re: SSL on vesta Admin Panel
I've tried two options One is to disable the cp ssl, so that I can login onto the admin panel without worrying about the ssl. Of course this seems to be not that secure. The other options is to make a soft link between your valid ssl and your admin panel's ssl the latter of which is integrated but I...
- Tue May 22, 2018 3:53 am
- Forum: General Discussion
- Topic: LiteSpeed
- Replies: 3
- Views: 6633
- Mon Apr 16, 2018 6:05 am
- Forum: Web Server
- Topic: Nginx Announcing NGINX Unit 1.0 a few days ago
- Replies: 2
- Views: 6227
Nginx Announcing NGINX Unit 1.0 a few days ago
https://www.nginx.com/blog/nginx-unit-1-0-released/ So, I guess php-fpm may retire? Will VestaCP plan to integrate this Unit into the control panel? Looks it is powerful. Its supported application languages: Python PHP Go Perl Ruby NGINX Unit is a dynamic web and application server, designed to run ...
- Mon Apr 09, 2018 4:33 pm
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 39353
Re: Two servers are hacked today via Vestacp
That top alert is about as useful as soggy bread :) it doesn't link to anything, and the repos are still not populated. I though it, the alert at the top bar is just a reminder that VPSers can update to the latest build. I just logged in onto the panel and did an update, but after the update was co...
- Mon Apr 09, 2018 11:55 am
- Forum: General Discussion
- Topic: Got 10 VestaCP servers exploited
- Replies: 548
- Views: 1071687
Re: Got 10 VestaCP servers exploited
I have just tried to make a new vesta server on Digital Ocean, Ubuntu 16 and got these errors during install. Hit:1 http://apt.vestacp.com/xenial xenial InRelease Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:3 https://repos.sonar.digitalocean.com/apt main InRelease Hit:4 ht...
- Mon Apr 09, 2018 6:59 am
- Forum: General Discussion
- Topic: Hacked websites and VestaCP
- Replies: 12
- Views: 18955
Re: Hacked websites and VestaCP
As a service to your customers, you might consider writing a script to get wp-cli to check for un-updated plugins and wp installations. It could send out an automated email if it found many updates. It could even perform the upgrades if you wanted, but that might be a bit intrusive. http://wp-cli.o...
- Mon Apr 09, 2018 6:36 am
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 39353
Re: Two servers are hacked today via Vestacp
This happened on Debian 8.1 as well, so I doubt it's OS dependent. I had to put iptables in DROP mode and only allow traffic to my specific IP. I also dropped conntrack's max connections to avoid getting suspended and backed up my shit. In the meantime I was trying to reinstall the server so I can ...
- Mon Apr 09, 2018 4:46 am
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 39353
Re: Two servers are hacked today via Vestacp
This happened on Debian 8.1 as well, so I doubt it's OS dependent. I had to put iptables in DROP mode and only allow traffic to my specific IP. I also dropped conntrack's max connections to avoid getting suspended and backed up my shit. In the meantime I was trying to reinstall the server so I can ...