Temporary solution for RVsitebuilder installation timeout on LiteSpeed Web Server
Updated at 2025-10-30 09:02:56
Posted in
(Primary)Install & Create Site Troubleshooting,
Issue
Installation processing on cPanel Plugin get stuck at the stage Download Vender.
Cause
LiteSpeed Web Server has a limit for timeout server processing with PHP script.
Solution
Add manual configuration in .htaccess file by the following rule
RewriteEngine On
RewriteRule .* - [E=noconntimeout:1]
RewriteRule .* - [E=noabort:1]
Ref : https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts
Posts in Category
-
Create site error "Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv', .......
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set max_execution_time more than 90"
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set memory_limit more than 64M."
Admin Updated on 2025-10-30 09:03:22
-
Edit website returns Admin Login instead of content editor
Admin Updated on 2025-10-30 09:03:17
-
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Admin Updated on 2025-10-30 09:03:17
Admin