• Resolved Lap

    (@lapzor)


    I’ve read https://www.wordfence.com/help/advanced/system-requirements/litespeed/
    but i would prefer to set noabort just for the specific script(s) that Wordfence needs, instead of globally.

    <IfModule Litespeed>
    RewriteEngine On
    RewriteRule SCRIPT_URL - [E=noabort:1, E=noconntimeout:1]
    </IfModule>

    What files / script_url(s) do I need to set to noabort to make Wordfence work without setting noabort globally?

    Thanks for letting me know.

Viewing 1 replies (of 1 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @lapzor, thanks for bringing this up.

    We do have plans for testing more targeted configuration for this so that we can document the precise files/scripts, but if you want to try it out you can.

    If you want to prevent timeouts during the scan, check for “action=wordfence_doScan” in the query string. We’d also recommend using noabort on wp-cron.php, where WordPress and Wordfence auto-updates occur. Aborted connections could affect any plugin, especially if your site has high traffic at the time of an update, so targeting the specifics might require some trial and error.

    Thanks,

    Peter.

Viewing 1 replies (of 1 total)
  • The topic ‘Litespeed noabort script name’ is closed to new replies.