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.
If you've got 1-2 site, cpu x 2 might be fine, but keep in mind it's a per site configuration, so 4 for both sites actually gives you 8. Not to mention buffers should be reserved other processes.
Why are those ports even open then? Just close them up with a firewall
F2b uses regexs for matching so you can always write your own filter (which is generally recommended over modifying Plesk default filters)
F2b docs and the preexisting f2b templates are good starting points.
You could just start the migration job a d let it run through the day, and then re-sync everything once more after it finishes - resyncing only affects changed and added files, so it will be much faster.
Consider hiring a system administrator. "Correctly" varies from use case beyond basic security and performance recommendations commonly found on the internet
+1 for what @learning_curve said. Proper security practices should dictate discretionary ACLs for accessing any service. Things like SFTP/FTP are hard in a "shared hosting" environment. Everything else should be perfectly possible, and ideally you have more authentication than just a priv...
Not sure why there are spam links all over this place. @IgorG may want to edit those out.
If you truly need 100% uptime, you would need some sort of "HA" set up. But, do you really need that?
And, this is a Plesk forum
Unlike say, NGINX, MySQL/MDB don't error out with duplicate configurations - the closest one takes precedence iirc - so for the most part, that's not an issue. It is worth taking a look at the other files though to see if there's a configuration causing issues that wasn't posted here.
Reloads are normal. As long as there isn't any downtime, Apache reloads are to be expected. The spikes are interesting - anything in logs around that time? I would also look into exactly what is causing those spiked - PHP or Apache?
You're not running mod_php/cgi are you?
Edit: Ignore my reply. I re-read your initial thread
Edit2: Have you checked your system logs? There's lots of things that can prevent forking - ie, kernel/security limits . I'd also take a look at some monitoring to see just how many processes are being...
I do want to point out - innodb_flush_log_at_trx_commit = 2 is generally safe unless you need ACID compliance - only an OS-level crash will cause the latest 1 sec or so of data to potentially not be flushed - something like OOM won't impact i (it will if it's 0)
Also:
> Today at noon it was...