Search found 6 matches

by lgreen
Sun Mar 03, 2024 7:38 pm
Forum: General discussion
Topic: Facing strange issue with login and auto logout in admin panel
Replies: 9
Views: 1555

Re: Facing strange issue with login and auto logout in admin panel

I have a similar problem, when I put admin panel behind Cloudflare, it will always auto logout, but I think this is because of different IP address by Cloudflare. You can tail auth.log file, when IP address changed, it will log out, I don't know where the config that I can bypass Cloudflare IP. tail...
by lgreen
Thu Mar 17, 2022 7:42 am
Forum: General discussion
Topic: Need help for modsecurity
Replies: 1
Views: 1237

Re: Need help for modsecurity

Last time I tried using Elementor on Wordpress, it said that I have to disabled modsecurity, so I disabled it via htaccess file.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
by lgreen
Thu Mar 17, 2022 7:33 am
Forum: General discussion
Topic: Nextcloud installation
Replies: 11
Views: 3926

Re: Nextcloud installation

After some further experimentation, I have managed to get it up and running with php 8.0 and nginx as caching, every other option than caching I get everything corrupted or not running at all. But also with caching things are bad as well, notifications even though I dismiss them, they are always th...
by lgreen
Fri Mar 04, 2022 12:27 am
Forum: General discussion
Topic: Nextcloud installation
Replies: 11
Views: 3926

Re: Nextcloud installation

Guys it is really simple. I've tried all possible combinations and failed. Debian 10, myvestacp full updated, apache2 + nginx with php 8 and 7.4 and 7.3 and 7.2. Whoever managed to run nextcloud please post what settings you've used! if not, lock the topic and thank you for your time :) I'm not an ...
by lgreen
Tue Mar 01, 2022 9:52 pm
Forum: General discussion
Topic: No databases
Replies: 0
Views: 695

No databases

Image

As the screenshot, there is no database, how to fix this?
I can login to phpmyadmin, change password from panel, but I need to edit a url manually.

Code: Select all

OS: Debian 10
Kernel: 4.19.0-18-cloud-amd64

myVesta 0.9.8-26-54
Build date: 09-Jan-2022 

Thank you.
by lgreen
Thu Jan 13, 2022 6:09 am
Forum: General discussion
Topic: Domain not detected after restore
Replies: 0
Views: 855

Domain not detected after restore

Hi, I just migrate my vps to another, all VPS using Debian 10, here is my step: # Old VPS v-backup-user admin File stored in /backup/admin.2022_xxx.tar, rsync to the new VPS to /backup directory. # New VPS And I restore it using this command: v-restore-user admin /backup/admin.2022_xxx.tar I checked...