Search found 932 matches

by myVesta
Tue Apr 06, 2021 2:10 pm
Forum: General discussion
Topic: PhpMyAdmin Bug after latest update
Replies: 4
Views: 1901

Re: PhpMyAdmin Bug after latest update

Probably you broke it when you uploaded in /usr/share
Try to execute installer steps: https://github.com/myvesta/vesta/blob/m ... 1092-L1129
by myVesta
Mon Apr 05, 2021 9:50 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3122

Re: Strange cache problem unable to purge

Maybe you just got cache from browser.
Use Incognito browsing to avoid browser cache.
by myVesta
Mon Apr 05, 2021 7:52 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3122

Re: Strange cache problem unable to purge

I didn't understand what cache do you have?
You can send me via private message admin login for your Vesta, and write me domain of your site, I'll take a look in next 24 hours.
by myVesta
Mon Apr 05, 2021 7:28 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3122

Re: Strange cache problem unable to purge

Put just 'txt' in extensions list.

Second advice, put 'hosting-legacy' or 'force-https-legacy' nginx template.
by myVesta
Mon Apr 05, 2021 6:47 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3122

Re: Strange cache problem unable to purge

Proxy should be enabled.
If you don't want that nginx serve static files, just remove extensions list.
by myVesta
Mon Apr 05, 2021 12:58 pm
Forum: General discussion
Topic: PHP-FPM
Replies: 1
Views: 1133

Re: PHP-FPM

different vesta accounts? i have some script for open_basedir moldification, but doing some other things - it will add the same path but with /hdd/ prefix. http://dl.myvestacp.com/vesta/add_path_to_open_basedir.sh the key line is: openbasedir=$(grep 'open_basedir' $file | cut -c 33- | cut -d':' -f1)...
by myVesta
Sat Apr 03, 2021 2:41 pm
Forum: General discussion
Topic: Swtiching from proftpd to vsftpd
Replies: 4
Views: 2094

Re: Swtiching from proftpd to vsftpd

https://github.com/myvesta/vesta/blob/m ... d.conf#L17

set it to 500.

It's file /etc/proftpd/proftpd.conf

also add

Code: Select all

TimeoutIdle 60
then run in ssh as root:

Code: Select all

systemctl restart proftpd
by myVesta
Tue Mar 23, 2021 2:46 pm
Forum: General discussion
Topic: subdomain how to create
Replies: 1
Views: 1119

Re: subdomain how to create

possible reasons:
- domain is on CloudFlare, so you need to create A record for subdomain (and also A record for www.subdomain)
or
- you didn't checked "DNS" while you added subdomain
by myVesta
Tue Mar 23, 2021 12:34 am
Forum: General discussion
Topic: File manager not working.
Replies: 4
Views: 2059

Re: File manager not working.

I believe this code is causing your problem - https://github.com/myvesta/vesta/commit/3402071e950e76b79fa8672a1e09b70d3860f355 You can delete those lines, as temporary solution. This security fix is expecting that you access the panel via URL: https://hostname-of-your-server:8083/ Probably you are a...