Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
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: 1454589
Re: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
try remi when executing the installation script.kaz050457 wrote: Thu Aug 16, 2018 1:16 am What's the reason why vestacp team not updgrading the php vesion so no need like this to manual install it.. Most CMS now required minimun php 7.0.. ???
- Wed Sep 12, 2018 2:44 pm
- Forum: General Discussion
- Topic: Hostname change won't persist
- Replies: 4
- Views: 5313
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: 4088
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 ...
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 ...
- Tue May 22, 2018 3:53 am
- Forum: General Discussion
- Topic: LiteSpeed
- Replies: 3
- Views: 6730
Re: LiteSpeed
Currently, VestaCP doesn't support LiteSpeed, but you may try CyberPanel.jQuery wrote: Sat May 19, 2018 9:26 am Hey,
Could you make a version of Vestacp with LiteSpeed webserver?
- Mon Apr 16, 2018 6:05 am
- Forum: Web Server
- Topic: Nginx Announcing NGINX Unit 1.0 a few days ago
- Replies: 2
- Views: 6434
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 ...
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 ...
- Mon Apr 09, 2018 4:33 pm
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 40086
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 ...
- Mon Apr 09, 2018 11:55 am
- Forum: General Discussion
- Topic: Got 10 VestaCP servers exploited
- Replies: 548
- Views: 1104610
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 ...
- Mon Apr 09, 2018 6:59 am
- Forum: General Discussion
- Topic: Hacked websites and VestaCP
- Replies: 12
- Views: 19293
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 ...
- Mon Apr 09, 2018 6:36 am
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 40086
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 ...
- Mon Apr 09, 2018 4:46 am
- Forum: General Discussion
- Topic: Two servers are hacked today via Vestacp
- Replies: 21
- Views: 40086
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 ...