Search found 946 matches

by myVesta
Sat Oct 05, 2024 11:58 am
Forum: General discussion
Topic: HTTP headers
Replies: 2
Views: 97

Re: HTTP headers

Put it in .htaccess
by myVesta
Fri Oct 04, 2024 10:32 am
Forum: Bug report
Topic: BACKDOOR
Replies: 3
Views: 1344

Re: BACKDOOR

We forgot to reply here. There is no evidence that our servers were compromised (otherwise, this topic would burn with new cases). The user ran PHP cronjobs as an 'admin' user (which is a very bad idea), and we believe that the user's PHP scripts were compromised. The hacker then easily got high pri...
by myVesta
Mon Sep 30, 2024 11:00 am
Forum: General discussion
Topic: Vesta 2.0: Coming Soon
Replies: 2
Views: 2770

Re: Vesta 2.0: Coming Soon

Vesta was acquired in early 2024 and is under new direction with a new maintainer and sponsor. As part of our plan to revitalize Vesta, we are rebuilding it from scratch with full support for modern applications and stack.s. As I understand, myVestaCP retains the functionality of VestaCP. Is it pos...
by myVesta
Tue Sep 10, 2024 5:30 pm
Forum: General discussion
Topic: install multi PHP versions failed Package not found
Replies: 3
Views: 618

Re: install multi PHP versions failed Package not found

lasaka wrote: Tue Sep 10, 2024 4:42 pm Debain Version is 10
Bad news for you - https://github.com/oerdnj/deb.sury.org/issues/2098
by myVesta
Tue Sep 10, 2024 4:37 pm
Forum: General discussion
Topic: install multi PHP versions failed Package not found
Replies: 3
Views: 618

Re: install multi PHP versions failed Package not found

lasaka wrote: Tue Sep 10, 2024 4:24 pm Hi,

this is an fresh install with myvestacp,

where multiphp package failed to install with the error

kindly help me with the same
What is the version of your Debian?
by myVesta
Sun Aug 18, 2024 1:35 pm
Forum: Bug report
Topic: BACKDOOR
Replies: 3
Views: 1344

Re: BACKDOOR

I will advise you to send to info@myvestacp.com these files: /var/log/vesta/nginx-access.log* (wildcard means: .1.log, .2.log.gz, etc... if exists) /var/log/vesta/nginx-error.log* /var/log/vesta/system.log* /var/log/vesta/error.log* /var/log/auth.log* /var/log/syslog* /root/.bash_history Put these f...
by myVesta
Thu Aug 15, 2024 4:56 pm
Forum: General discussion
Topic: Is myvestacp secure from local attack?
Replies: 1
Views: 961

Re: Is myvestacp secure from local attack?

In default variant (nginx+apache+phpfpm) = not vulnerable, because open_basedir will prevent access to /var/run/php/ In the nginx+phpfpm variant (installed on less than 1% of myvestacp servers) = it is vulnerable from the local environment because PHP-FPM uses a local TCP port that another user can ...
by myVesta
Wed Aug 14, 2024 2:34 pm
Forum: Bash
Topic: Script for checking inactive Services
Replies: 2
Views: 2581

Re: Script for checking inactive Services

Our suggestion for Main looop:

Code: Select all

apt_running=$(ps -Af | grep 'apt' | grep -v 'grep apt' | wc -l)
if [ "$apt_running" -gt 0 ]; then
	echo "apt is running, maybe apt upgrade, we should not restart services";
	sleep 120,
	continue;
fi
by myVesta
Thu Jul 25, 2024 6:51 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 48
Views: 228188

Re: How to install multi PHP versions

brain8torm wrote: Thu Jul 25, 2024 12:45 pm Hi! I installed myVesta for the first time on VDS c Debian 12.6. I try to install Multi PHP and get such errors. I'm attaching a screenshot. How to solve this problem?
I just checked, and everything went fine.
Run apt update and paste output here; maybe you have an old sury signing key.
by myVesta
Mon Jul 22, 2024 10:55 am
Forum: General discussion
Topic: PHP-FPM and non-ASCII domain
Replies: 4
Views: 2898

Re: PHP-FPM and non-ASCII domain

domain.rf.apache2.conf domain.rf.apache2.ssl.conf domain.rf.nginx.conf domain.rf.nginx.ssl.conf will be overwritten when something gets changed in the configuration of domain, even when LetsEncrypt renewing occur. I suggest you remove the domain, check /etc/bind/named.local to ensure that empty quot...