Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
It helps to know how your application functions/where the bottlenecks are. But again, would really really recommend hiring a consultant/sysadmin.
That's great, and it could make things easier. Or it might not.
Because, again, it's far from a one-size fit all solution.
This article might be a...
It's a good goal, but not one I can provide an answer to here and now. Again, there are many many many variables. For one, how much load exactly? What kind of budget? Are you solely trying to meet a concurrency goal? Or HA for uptime/failover? Do you currently have this traffic? Is it bursts or...
Not really a Plesk question.
Tuning NGINX or anything really requires knowledge of what you're hosting. Streaming videos? Building a CDN? A forum? I'd recommend either doing some research yourself on what-does-what when it comes to NGINX, or hiring a system admin. Any advice I or anyone else...
Here's a "hacky" solution we ran by Plesk support:
Note, this is not supported by Plesk, and could break in the coming updates - a cron job via CLI is a better idea, though that lacks auto-pruning.
Their response:
So - use at your own risk. You'll have to manage the rules via MySQL, not GUI.
It looks like it is doing a graceful restart. If the website works while apache "down" you should be fine, though you'll want to figure out what is trying to restart apache every hour.
A graceful restart has, in theory, zero downtime as requests are gracefully finished, and new requests are queued.
> Thanks John for the advice. But doesn't the modem's IP address change once in a while on behalf of the ISP? Wouldn't I need a permanent IP address?
It may, it may not. Totally depends on your ISP. We firewall off everything so only internal networks (ie, VPN) can access the server, so we just...
Quick note @Coltrane70 for future reference - you can just whitelist your IP by adding it to f2b via "Trusted IPs" in Plesk and it won't ban you.
Not redundant - you can post the ID.
It doesn't - both are used. One is applied per-site, another globally.
Generally, it's expected that you maintain at least some basic knowledge of system administration. Plesk is not a replacement for a system's administrator, nor does it do everything you should be doing.
Otherwise, submit a feature request in user voice
Yeah, it's just not allowed in the A + N settings. You can edit the nginx configuration files directly. It'll be overwritten, but this should only be a temporary change anyways. It should be in /var/www/vhosts/system/<domain>/conf
Yeah - I think the user was on Centmindmod (which has some really great tweaks) so his 5.5 was tuned well, but on upgrade, they reverted to default. So, it wasn't default to default per-se....
As for the answer to your latter question:
The database itself could pose a bottleneck if you have sufficiently tested it. You always want to benchmark your server an see how it performs when pushed to the limits. You could check out loader.io, k6s.io, work, h2load, ab, siege, etc
You'll also...