LiteSpeed configuration

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Tagged: 

This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by Szabi – CodeRevolution.

Viewing 1 reply thread
  • Author
    Posts
    • #8243


      lauvy
      Participant
      Post count: 6

      Hi,

      Im using Litespeed hosting and would like to understand what to put in SCRIPT_URL.

      This is according to instructions: https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/

      Example:

      <IfModule Litespeed>

      RewriteEngine On

      RewriteRule SCRIPT_URL – [E=noabort:1, E=noconntimeout:1]

      </IfModule>

    • #8248


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      Hello,

      First of all, thank you for your purchase.

      Please use:

      <IfModule Litespeed>
      RewriteEngine On
      RewriteRule .* – [E=noconntimeout:1]
      </IfModule>

       

      Or, alternative:

      <IfModule Litespeed> SetEnv noconntimeout 1 </IfModule>

      Regards, Szabi – CodeRevolution.

Viewing 1 reply thread

The topic ‘LiteSpeed configuration’ is closed to new replies.