Search found 819 matches

by myVesta
Mon May 29, 2023 4:10 pm
Forum: Update
Topic: Upgrade Debian from 9 to 10
Replies: 0
Views: 24

Upgrade Debian from 9 to 10

echo "deb http://archive.debian.org/debian/ stretch main contrib non-free" > /etc/apt/sources.list echo "deb http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free" >> /etc/apt/sources.list echo "deb http://archive.debian.org/debian-security stretc...
by myVesta
Sun May 28, 2023 3:40 pm
Forum: myVesta
Topic: How to donate to this open-source project
Replies: 0
Views: 34

How to donate to this open-source project

We appreciate your continued support and engagement with myVesta, a non-profit, open-source hosting panel that we are proud to offer free of charge. We are committed to maintaining this free access indefinitely, and we are equally dedicated to providing technical support through this forum at no cos...
by myVesta
Thu May 25, 2023 2:51 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 33
Views: 64599

Re: How to install multi PHP versions

psp50 wrote: Thu May 25, 2023 11:35 am is old php version change or it will add new web template?
Please help.
New templates will be added.
by myVesta
Tue May 23, 2023 4:16 pm
Forum: Update
Topic: How to properly update system with myVesta
Replies: 12
Views: 7121

Re: How to properly update system with myVesta

After I ran the apt update command and then the apt -y upgrade the response I got is: "E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)" "E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using...
by myVesta
Wed May 17, 2023 2:30 pm
Forum: General discussion
Topic: Problem Installation on Debian 11
Replies: 2
Views: 106

Re: Problem Installation on Debian 11

are you sure it's amd64 architecture?
by myVesta
Wed May 03, 2023 9:36 am
Forum: General discussion
Topic: problem error 404 with awstats
Replies: 2
Views: 116

Re: problem error 404 with awstats

try to put "hosting-legacy" or "force-https-legacy" nginx proxy template.
by myVesta
Wed Apr 26, 2023 9:35 am
Forum: PHP
Topic: How to install multi PHP versions
Replies: 33
Views: 64599

Re: How to install multi PHP versions

Maybe this can help - viewtopic.php?t=710
But it's not for multiple but for one another version.
by myVesta
Wed Apr 26, 2023 9:30 am
Forum: General discussion
Topic: Apache2 Service Crashing
Replies: 3
Views: 161

Re: Apache2 Service Crashing

Probably network is not ready at that time, so Apache can't bind IP address.
I had the same problem on some virtuelizations, I solved in the similar way, I used /etc/rc.local to start apache and nginx after 60 seconds from server boot.