Request Timeout




Wordpress LScache Plugin: Request Timeout

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hi, I love litespeed but Im really having issues when importing bulk products in woocommerce ? it keep timing out. I get the following error after 30secs: Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase Connection Timeout. All of my PHP timings are well over 30secs ? check here itjustgotpersonal.co.uk/phpinfo.php and all of the timings in my openlitespeed server are well over 30secs too. In my .htacess I have the following, in the litespeed module section: RewriteRule . ? [E=Cache-Control:no-autoflush, E=noabort:1, E=noconntimeout:1] Ive created a very simple script that sets that prints the time, waits 320secs then prints the end time ? here: itjustgotpersonal.co.uk/test.php Ive tried everything I can possible think off, please can you help? Heres my litespeed config file: # # PLAIN TEXT CONFIGURATION FILE # #It not set, will use host name as serverName serverName user www-data group www-data priority 0 inMemBufSize 60M swappingDir /tmp/lshttpd/swap autoFix503 1 gracefulRestartTimeout 300 mime conf/mime.properties showVersionNumber 0 useIpInProxyHeader 0 /usr/local/lsws/conf/ adminEmails hidden@hidden.com errorlog logs/error.log logLevel DEBUG debugLevel 0 rollingSize 10M enableStderrLog 1 accesslog logs/access.log rollingSize 10M keepDays 30 compressArchive 0 #adminEmails root@localhost indexFiles index.html, index.php expires enableExpires 1 expiresByType image/ =A604800,text/css=A604800,application/x-javascript=A604800,application/javascript=A604800,font/ =A604800,application/x-font-ttf=A604800 tuning eventDispatcher best maxConnections 10000 maxSSLConnections 5000 connTimeout 300 maxKeepAliveReq 10000 smartKeepAlive 0 keepAliveTimeout 60 sndBufSize 0 rcvBufSize 0 maxReqURLLen 8192 maxReqHeaderSize 16380 maxReqBodySize 2047M maxDynRespHeaderSize 8192 maxDynRespSize 2047M maxCachedFileSize 4096 totalInMemCacheSize 20M maxMMapFileSize 256K totalMMapCacheSize 40M useSendfile 1 fileETag 28 enableGzipCompress 1 enableDynGzipCompress 1 gzipCompressLevel 6 compressibleTypes text/ , application/x-javascript, application/xml, application/javascript, image/svg+xml,application/rss+xml gzipAutoUpdateStatic 1 gzipStaticCompressLevel 6 gzipMaxFileSize 10M gzipMinFileSize 300 enableBrCompress 1 SSLCryptoDevice null fileAccessControl followSymbolLink 1 checkSymbolLink 0 requiredPermissionMask 000 restrictedPermissionMask 000 perClientConnLimit staticReqPerSec 0 dynReqPerSec 0 outBandwidth 0 inBandwidth 0 softLimit 10000 hardLimit 10000 gracePeriod 15 banPeriod 300 CGIRLimit maxCGIInstances 20 minUID 11 minGID 10 priority 0 CPUSoftLimit 10 CPUHardLimit 50 memSoftLimit 1460M memHardLimit 1470M procSoftLimit 400 procHardLimit 450 accessDenyDir dir / dir /etc/ dir /dev/ dir conf/ dir admin/conf/ accessControl allow ALL extprocessor lsphp type lsapi address uds://tmp/lshttpd/lsphp.sock maxConns 100 env LSAPI_MAX_PROCESS_TIME=3600 initTimeout 3600 retryTimeout 3600 persistConn 1 pcKeepAliveTimeout 3600 respBuffer 0 autoStart 1 path fcgi-bin/lsphpnew backlog 100 instances 1 extMaxIdleTime 3600 priority 0 memSoftLimit 2047M memHardLimit 2047M procSoftLimit 400 procHardLimit 1400 scripthandler add lsapi:lsphp php railsDefaults maxConns 50 env LSAPI_MAX_IDLE=35 initTimeout 360 retryTimeout 360 pcKeepAliveTimeout 360 respBuffer 0 backlog 50 runOnStartUp 1 extMaxIdleTime 300 priority 3 memSoftLimit 2047M memHardLimit 2047M procSoftLimit 500 procHardLimit 1400 wsgiDefaults maxConns 5 env LSAPI_MAX_IDLE=60 initTimeout 60 retryTimeout 0 pcKeepAliveTimeout 60 respBuffer 0 backlog 50 runOnStartUp 1 extMaxIdleTime 300 priority 3 memSoftLimit 2047M memHardLimit 2047M procSoftLimit 500 procHardLimit 600 nodeDefaults maxConns 5 env LSAPI_MAX_IDLE=60 initTimeout 360 retryTimeout 360 pcKeepAliveTimeout 360 respBuffer 0 backlog 50 runOnStartUp 1 extMaxIdleTime 300 priority 3 memSoftLimit 2047M memHardLimit 2047M procSoftLimit 500 procHardLimit 600 module cache # 1 checkPrivateCache 1 checkPublicCache 1 maxCacheObjSize 10000000 maxStaleAge 200 qsCache 1 reqCookieCache 1 respCookieCache 1 ignoreReqCacheCtrl 1 ignoreRespCacheCtrl 0 enableCache 0 expireInSeconds 3600 enablePrivateCache 0 privateExpireInSeconds 3600 ls_enabled 1 virtualhost Example vhRoot Example/ configFile conf/vhosts/Example/vhconf.conf allowSymbolLink 1 enableScript 1 restrained 1 setUIDMode 0 virtualhost wordpress vhRoot /var/www/html configFile /usr/local/lsws/conf/vhosts/wordpress/vhconf.conf allowSymbolLink 1 enableScript 1 restrained 0 setUIDMode 2 listener Default address :8088 secure 0 map wordpress 178.62.97.43, itjustgotpersonal.co.uk listener wordpress address :80 secure 0 map wordpress 178.62.97.43, itjustgotpersonal.co.uk listener wordpressssl address :443 secure 1 keyFile /usr/local/lsws/conf/example.key certFile /usr/local/lsws/conf/example.crt map wordpress 178.62.97.43, itjustgotpersonal.co.uk vhTemplate centralConfigLog templateFile conf/templates/ccl.conf listeners Default vhTemplate EasyRailsWithSuEXEC templateFile conf/templates/rails.conf listeners Default Expand Thanks Chris The page I need help with: http://itjustgotpersonal.co.uk/test.php Heres the litespeed cach report number LTHIQIAA Hi, That test.php also times out , this is more like an OLS issue instead of LSCWP issue , please use OLS forum , or submit a ticket here. By the way , I also noticed this is the main conf file , please check the related PHP configuration in vhost conf file. Best regards, Thanks, Can you let me know where the vhost conf file is usually found? Thanks again Chris Found it I think, in the /usr/local/lsws/conf/vhosts/ folder Thanks Chris ]



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference