LiteSpeed, noabort and security implications
-
Hi,
On recently changing my hosting to a new host with a LiteSpeed server (and installing LiteSpeed Cache), I received the standard WordFence alert advising me to edit my .htaccess file with the Litespeed noabort section.Before making the change I ran it past the host support team who said:
I’ve taken a closer look at WordFence’s advice. It seems a bit extreme, as it would completely disable a feature of LiteSpeed which prevents certain types of DoS attack (and other wasting of system resources).
There is probably a middle-ground that would achieve what they want, without completely disabling the feature, but I am unsure of how Wordfence works, so I can’t be sure what that would be.
[# BEGIN…]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^wp-cron.php$ – [E=noabort:1]
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin
RewriteCond %{HTTP_COOKIE} ^.*wordpress_logged_in_.*$
RewriteRule .* – [E=noabort:1]
</IfModule>
[# END…]You could either add the above to the website’s .htaccess file, and hope that it works,
or you could try contacting Wordfence themselves to see if they think the above would work.It seems odd to me that nobody here (as far as I can tell) has raised the question of security issues. Any thoughts on the above comment and proposed solution?
The topic ‘LiteSpeed, noabort and security implications’ is closed to new replies.