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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
I've bought Atomic Advanced on my Plesk Server yesterday. Also, since I want to harden my security, I bought Imunify360 today.
But Imunify360 uses its own ModSecurity rule set. So, my Atomic Advanced rule set has gone.
Is there a way to use these two extensions at the same time?
Or what...
Hello,
I've been using "mod_evasive" and "mod_qos" modules for Apache2. But recently, they're not able to handle all the traffic for no reason: I saw attackers can open a page 100 times in a seconds. Some gets banned, some gets nothing.
So, I want to build a simple Layer 7 DDos protection...
Thanks for answer.
I've read them before opening a post. But they're actually not forcing to use HTTP2.0 as it can easily seen on access log: They're all HTTP1.1
I didn't actually understand how to configure Plesk to manage my @mydomain.com on mymailhosting.com with Plesk since Plesk is only able to create mail server and mails for existing domains such as [email protected].
Hello,
I'd like to close all my ports where my web server is alive (exc. 80 and 443).
So that I'd have to change my mail server's host.
But I don't know whether it's possible to do.
Example:
mydomain.com (on IP XX.XX.XX.XX) (opened ports 80, 443)
mail.mydomain.com (on IP YY.YY.YY.YY) (opened...
Edit: Someone with 100+ request hasn't been banned via Fail2Ban, I think, I should make some arrangements. Where can I find these kind of instructions about ModSecurity.
Hello,
I'm using "ModeSecurity" extension with "Comodo (Free)".
I'm bored to check logs and manually ban suspicious IPs that violate ModeSecurity rules hundreds of times.
Is there a way to Ban IP's automatically, if the IP violates ModeSecurity rules (for example XSS or SQLMap Attack) more than...
I'm editing this PHP.ini and every change effects my website but session timeout. (There's only 1 available, that's why I'm saying one PHP.ini file)
Also, I use sessions as following
@session_start();
Means, every request creates a session, if they don't have one.
Hello,
I've been using Plesk for at least 3-4 years. But still haven't understood anything about the mechanism behind sessions.
I've edit php.ini as following
session.cookie_lifetime = 28800
session.gc_maxlifetime = 28800
session.gc_probability = 0
session.gc_divisor = 1000
But users log out in...