• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to Mod_security on plesk servers

Hi

thx for your answer...i fixed it with reinstall according mod_security site

but i have a problem with german "umlaute" like ä,ö,ü....it looks like this
Code:
ModSecurity: Access denied with code 400 (phase 2). Pattern match "\\\\%(?!$|\\\\W|[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})" at ARGS:data. [id "950107"] [msg "URL Encoding Abuse Attack Attempt"] [severity "WARNING"] [hostname "www.XXX.de"] [uri "/cms/front_content.php?area=con_editcontent&idart=9&idcat=11&lang=1&action=20&contenido=a85ad70a809a5ac1dc08b455f70d7f72"] [unique_id "M@QWfdmrycYAAHi@DcAAAAAW"]

how can i allowed this?

THX and regards
ACID25
 
You either have to add the character to the regular expression or comment it out, or add an exlusion for the domain name for that one rule.

For example:

Create a file called vhost.conf in /var/www/vhosts/domain.com/conf containing the following

Code:
<Directory /var/www/vhosts/domain.com/httpdocs>
SecRuleRemoveByID 950107
</Directory>

Then run this in the SSH CLI
Code:
/usr/local/psa/admin/bin/websrvmng -u --vhost-name=domain.com
/sbin/service httpd restart


That should fix that for that one domain name, but it may be better to just add the umlatt to the allowed character list if you can.
 
Hi


so it runs since one week on one of our servers. But somethings are not really working correctly for example

file upload in joomla doesn´t work (ponygallery)

webmail produce a lot of error messages...

So this rules produces the most trouble

950801
950922
950107
960014

So can anyone tell how i have to modify those rules that joomla and some other CMS systems works without any error messages. Maybe anyone have a working ruleset that works perfect with PELSK and there applications?

THX for help in advance & best regards
ACID25
 
Back from the dead!

Has anyone run into problems with RHEL5 Plesk 8.x (8.6)?

I've tried everything I know to do. phpinfo(); shows the modules needed are loaded but it doesn't log or work at all. I'm running out of options here and may have to look at using ASL.
 
asl is cheap enough that its too expensive not to have it

The beauty of asl is that you dont have to mess with the rules either, you tell their support about the rule false positives and they fix it for you, then put out an update.

All you have to do is asl -u once an hour and then gracefully or fully restart apache.
 
I'm going to make my work buy it LOL. It looks awesome... it just takes a few days to get somthing purchased. Anything that works with plesk is a blessing ;)

I now have modsec working within 2 minutes of install. All I had to do was use version 1.9 instead of 2.5.x.

Cheers!
 
None of this seems to work using Plesk 9.3 on Virtuozzo 3 running an ez-container OS of Centos 5.4.
 
ModSecurity: Rule execution error - PCRE limits exceeded

Hello,

have anyone a ideea how to cange the PCRE limits?

ModSecurity: Rule execution error - PCRE limits exceeded


THX and regards

Theodor
 
Back
Top