• Resolved monowebdesign

    (@monowebdesign)


    Hi
    I really want to give this plugin a go but I can’t get any backup to finish.

    Everything goes ok until the final merge zip and then just constantly times out and never completes.

    I’m on a litespeed server with plenty of resources, are there any issues with Litespeed? I’ve even added the NoAbort rule to .htaccess but still the same

    Any ideas please?
    Thanks
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support tonyrobins

    (@tonyrobins)

    Hi @monowebdesign,

    Thanks for the feedback!

    Can you please send us the debug info through the Debug tab to help troubleshoot the issue?

    Thanks and wish you a good Christmas!

    Plugin Support tonyrobins

    (@tonyrobins)

    I am posting the solution here as well so that other users who face the same issue can get a solution immediately:

    For the websites running on LiteSpeed, please add the following to .htaccess and try again:

    # BEGIN litespeed noabort
    
    <IfModule rewrite_module>
    
    RewriteEngine On
    
    RewriteRule .* - [E=noabort:1]
    
    </IfModule>
    
    # END litespeed noabort
    
    # BEGIN litespeed noabort
    
    <IfModule Litespeed>
    
    RewriteEngine On
    
    RewriteRule .* - [E=noabort:1]
    
    </IfModule>
    
    # END litespeed noabort
    
    # BEGIN litespeed noabort
    
    SetEnv noabort 1
    
    # END litespeed noabort
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues’ is closed to new replies.