Search found 13 matches
- Tue Jan 28, 2025 8:51 am
- Forum: General discussion
- Topic: Add new domain / subdomain took so long
- Replies: 0
- Views: 5652
Add new domain / subdomain took so long
Hi, I have a server with 3900+ domains and high traffic, and now this server took so long if I want to add a new domain or subdomain, and everytime I check nginx configuration using "nginx -t" it will take so long, or an error "too many open files", I checked a server usage is no...
- Wed Nov 27, 2024 3:25 pm
- Forum: myVesta
- Topic: Increasing system limits
- Replies: 4
- Views: 8730
- Sat Nov 09, 2024 8:49 pm
- Forum: Firewall
- Topic: How to allow HTTP and HTTPS traffic coming ONLY from CloudFlare
- Replies: 3
- Views: 26160
Re: How to allow HTTP and HTTPS traffic coming ONLY from CloudFlare
The hardest part is handling DDoS L7, that's sucks, I need to check a ton of logs, some DDoS L7 using query pattern like ?news=Random-Query and it's easy to block via Cloudflare. Rate limit doesn't help too much since they are using a thousand of IPs, my CPU usage growing like hell, I still don't kn...
- Sat Nov 09, 2024 7:51 pm
- Forum: myVesta
- Topic: Increasing system limits
- Replies: 4
- Views: 8730
Re: Increasing system limits
I have an error too many open files on NGINX, and this script help me to resolve the problem but I edited for my needs. My website using proxy_pass to another domain since I need to get some value of currency, and proxy_pass to docker for some app. I amaze with MyVestaCP, I don't need any software t...
- Tue Oct 08, 2024 9:40 pm
- Forum: General discussion
- Topic: Number of Domain additions Limitation
- Replies: 1
- Views: 11648
Re: Number of Domain additions Limitation
I'm curious about your MyVestaCP setup, apache, apache + nginx, or nginx only.
Because I have this problem too, but with error Too many open file, and it a little bit easy to fix.
Because I have this problem too, but with error Too many open file, and it a little bit easy to fix.
- Fri Oct 04, 2024 4:26 pm
- Forum: General discussion
- Topic: SSL cert is not automatically renewed
- Replies: 5
- Views: 12041
Re: SSL cert is not automatically renewed
Just in case if some one looking for help for this similar problem, maybe my post will help. It's happened to me too, one of my panel can't auto renew. But, I just uncheck for SSL Suppport and save, and then check again SSL Support and Let's Encrypt Support, then save, it works for me. myVesta 0.9.9...
- Sat Jun 01, 2024 11:07 pm
- Forum: nginx templates
- Topic: Explaination of nginx (proxy) templates
- Replies: 4
- Views: 31411
Re: Explaination of nginx (proxy) templates
I tried to make a custom nginx templates, and it's great, I love that.
But, how to make just some user can access my custom proxy templates?
I think it will be good feature if I can make a custom template just for some user / package.
But, how to make just some user can access my custom proxy templates?
I think it will be good feature if I can make a custom template just for some user / package.
- 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: 10484
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...
- Thu Mar 17, 2022 7:42 am
- Forum: General discussion
- Topic: Need help for modsecurity
- Replies: 1
- Views: 2734
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>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
- Thu Mar 17, 2022 7:33 am
- Forum: General discussion
- Topic: Nextcloud installation
- Replies: 12
- Views: 21959
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...