• Resolved wotnow

    (@wotnow)


    Hi I found this warning on my website through the plugin and know how to fix it but cant find the warning in the admin to fix it now.

    I have been through all the options.

    Would you mind letting me know under what tab it is? Thanks

    Warning: You are running the LiteSpeed web server and Wordfence can’t determine whether “noabort” is set. Please verify that the environmental variable “noabort” is set for the local site, or the server’s global External Application Abort is set to “No Abort”.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Not sure this is the reason but probably it might be caused by described below somehow.

    “The LiteSpeed web server has been known to kill or stop processes that take more than a few seconds to run. It does not stop these processes gracefully but simply kills them silently.
    When using software like Wordfence or backup software that needs a little more time to complete certain tasks, this can lead to problems.”

    Details here – https://www.wordfence.com/help/advanced/system-requirements/litespeed/

    I think it worth to try suggested .htaccess modification.

    Hi @wotnow,

    Have you followed the suggestions outlined in the article mentioned by @kalashnikovevg? Are you still seeing the warning?

    ******************************************

    @kalashnikovevg,

    Thanks for helping out!

    Thread Starter wotnow

    (@wotnow)

    Hi .. thanks for your responses .. I cant find where the warning was .. I know how to fix it and have been in touch with my systems engineers who have done what was needed … I am just trying to find under what option the warning was in the admin .. was it under dashboard? firewall? scan? etc

    Thanks

    Hi @wotnow,

    This warning should appear in the activity/scan log –which you can view on the “Wordfence –> Scan” page.

    Hello (again) @wotnow,

    Please accept my apologies; my previous suggestion was incorrect.

    Upon further investigation I found out that the warning in question appears in the “General Wordfence Options” section (on the “Wordfence –> Global Options” page) under certain conditions which are:

    1. You’re running a LiteSpeed server

    stristr($_SERVER['SERVER_SOFTWARE'], 'litespeed')

    AND

    2. The environment variable “noabort” is not 1

    getenv('noabort') != '1'

    AND

    3. The Wordfence option to bypass Litespeed Noabort is not set

    Sorry again about the confusion.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cant find the warning message’ is closed to new replies.