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.
If anyone should wonder, I solved it by placing a file badbots.conf in: /etc/httpd/conf/modsecurity.d/rules/tortix
Containing for instance:
SecRule REQUEST_HEADERS:User-Agent "AhrefsBot" \
"id:'300002',phase:2,t:none,log,deny,msg:'Ahrefs bot'"
This works like a charm.
We've been using Mod_security for years but the integration into Plesk is a puzzle to us.
I tried to include a rule to block unwanted bots:
In the directory /etc/httpd/conf/modsecurity.d/rules/tortix I've created a file z-custom.conf with:
Include...
Thank you Igor,
I don't want to replace the whole ruleset but just add one rule:
SecRule REQUEST_HEADERS "JDatabaseDriverMysqli" "phase:1,id:'999000',deny,t:urlDecode,t:removeNulls,status:403,log,noauditlog,msg:'Joomla RCE CVE-2015-8562'"
Thanks,
Erwin
I have a hard time figuring out how Mod_security is exactly configured in Plesk 12.
Its so different then on the server where we manually installed mod_security...
I want to add a custom rule because of CVE-2015-8562.
How can I add this rule without breaking anything and without it being...
We installed a new VPS with Centos and Plesk 12.
Domains are simply not showing in the controlpanel.
We can see the subscritions but its empty under the button 'Domains'.
Newly created sites as well as migrated sites do not show.
Before we created or migrated a site to the server we...
Hi,
I migrated a older server to a new 8.6 install.
All went well untill a custmer asked why he could send email anymore.
I noticed I forgot to enable pop3 authentication so I enabled it.
Immidate Plesk said short logins where not possible because a login was the same as a password...