This test was aborted because it reached the error threshold

i am trying to test a wp site on cyberpanel with loader.io and in the log i have this :

No request delivery notification has been received from LSAPI application, possible dead lock.

Also in loader.io i get this:

This test was aborted because it reached the error threshold.

do you know why?

You are on Openlitespeed?
increase the value of LSAPI child from the OLS web admin and try then

thanks for your kind help , in which part my friend? thanks you

i have changed domain and my user details *
this is how looks the httpd_config.conf

serverName                server.mysite.xyz
httpdWorkers              4
user                      nobody
group                     nobody
priority                  0
cpuAffinity               1
enableLVE                 0
inMemBufSize              60M
swappingDir               /tmp/lshttpd/swap
autoFix503                1
gracefulRestartTimeout    300
mime                      conf/mime.properties
showVersionNumber         0
adminEmails               root@localhost

errorlog logs/error.log {
  logLevel                DEBUG
  debugLevel              0
  rollingSize             10M
  enableStderrLog         1
}

accesslog logs/access.log {
  rollingSize             10M
  keepDays                30
  compressArchive         0
}
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
}
autoLoadHtaccess          1

tuning  {
  maxConnections          10000
  maxSSLConnections       10000
  connTimeout             300
  maxKeepAliveReq         10000
  keepAliveTimeout        5
  sndBufSize              0
  rcvBufSize              0
  maxReqURLLen            32768
  maxReqHeaderSize        65536
  maxReqBodySize          2047M
  maxDynRespHeaderSize    32768
  maxDynRespSize          2047M
  maxCachedFileSize       4096
  totalInMemCacheSize     20M
  maxMMapFileSize         256K
  totalMMapCacheSize      40M
  useSendfile             1
  fileETag                28
  enableGzipCompress      1
  compressibleTypes       default
  enableDynGzipCompress   1
  gzipCompressLevel       6
  gzipAutoUpdateStatic    1
  gzipStaticCompressLevel 6
  brStaticCompressLevel   6
  gzipMaxFileSize         10M
  gzipMinFileSize         300

  quicEnable              1
  quicShmDir              /dev/shm
}

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                35
  env                     PHP_LSAPI_MAX_REQUESTS=5000
  env                     PHP_LSAPI_CHILDREN=35
  env                     LSAPI_AVOID_FORK=200M
  initTimeout             60
  retryTimeout            0
  persistConn             1
  respBuffer              0
  autoStart               2
  path                    $SERVER_ROOT/lsphp74/bin/lsphp
  backlog                 100
  instances               1
  priority                0
  memSoftLimit            2047M
  memHardLimit            2047M
  procSoftLimit           1400
  procHardLimit           1500
}

scripthandler  {
  add                     lsapi:lsphp php
}

railsDefaults  {
  appserverEnv            1
  maxConns                35
  env                     LSAPI_MAX_IDLE=60
  initTimeout             60
  retryTimeout            0
  pcKeepAliveTimeout      60
  respBuffer              0
  backlog                 50
  runOnStartUp            3
  extMaxIdleTime          300
  priority                3
  memSoftLimit            2047M
  memHardLimit            2047M
  procSoftLimit           500
  procHardLimit           600
}

wsgiDefaults  {
  maxConns                5
  env                     LSAPI_MAX_IDLE=60
  initTimeout             60
  retryTimeout            0
  pcKeepAliveTimeout      60
  respBuffer              0
  backlog                 50
  runOnStartUp            3
  extMaxIdleTime          300
  priority                3
  memSoftLimit            2047M
  memHardLimit            2047M
  procSoftLimit           500
  procHardLimit           600
}

nodeDefaults  {
  maxConns                5
  env                     LSAPI_MAX_IDLE=60
  initTimeout             60
  retryTimeout            0
  pcKeepAliveTimeout      60
  respBuffer              0
  backlog                 50
  runOnStartUp            3
  extMaxIdleTime          300
  priority                3
  memSoftLimit            2047M
  memHardLimit            2047M
  procSoftLimit           500
  procHardLimit           600
}

module cache {
  internal                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 server.mysite.xyz {
  vhRoot                  /home/$VH_NAME
  configFile              $SERVER_ROOT/conf/vhosts/$VH_NAME/vhost.conf
  allowSymbolLink         1
  enableScript            1
  restrained              1
}

virtualhost mysite.xyz {
  vhRoot                  /home/$VH_NAME
  configFile              $SERVER_ROOT/conf/vhosts/$VH_NAME/vhost.conf
  allowSymbolLink         1
  enableScript            1
  restrained              1
}

listener Default {
  address                 *:80
  secure                  0
  map                     mysite.xyz mysite.xyz
  map                     server.mysite.xyz server.mysite.xyz
}

listener SSL {
  address                 *:443
  secure                  1
  keyFile                 /etc/letsencrypt/live/server.mysite.xyz/privkey.pem
  certFile                /etc/letsencrypt/live/server.mysite.xyz/fullchain.pem
  certChain               1
  sslProtocol             24
  enableECDHE             1
  renegProtection         1
  sslSessionCache         1
  enableSpdy              15
  enableStapling          1
  ocspRespMaxAge          86400
  map                     mysite.xyz mysite.xyz
  map                     server.mysite.xyz server.mysite.xyz
}

vhTemplate centralConfigLog {
  templateFile            conf/templates/ccl.conf
  listeners               Default
}

vhTemplate EasyRailsWithSuEXEC {
  templateFile            conf/templates/rails.conf
  listeners               Default
}


vhost.conf

docRoot                   $VH_ROOT/public_html
vhDomain                  $VH_NAME
vhAliases                 www.$VH_NAME
adminEmails               [email protected]
enableGzip                1
enableIpGeo               1

errorlog $VH_ROOT/logs/$VH_NAME.error_log {
  useServer               0
  logLevel                WARN
  rollingSize             10M
}

accesslog $VH_ROOT/logs/$VH_NAME.access_log {
  useServer               0
  logFormat               "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i""
  logHeaders              5
  rollingSize             10M
  keepDays                10
  compressArchive         1
}

index  {
  useServer               0
  indexFiles              index.php, index.html
}

scripthandler  {
  add                     lsapi:user4105 php
}

phpIniOverride  {
php_admin_value open_basedir "/tmp:$VH_ROOT"
}

extprocessor user4105 {
  type                    lsapi
  address                 UDS://tmp/lshttpd/user4105.sock
  maxConns                35
  env                     LSAPI_MAX_REQUESTS=5000
  env                     LSAPI_CHILDREN=35
  initTimeout             60
  retryTimeout            0
  persistConn             1
  pcKeepAliveTimeout      1
  respBuffer              0
  autoStart               2
  path                    /usr/local/lsws/lsphp74/bin/lsphp
  backlog                 100
  instances               1
  extUser                 user4105
  extGroup                user4105
  priority                0
  memSoftLimit            2047M
  memHardLimit            2047M
  procSoftLimit           400
  procHardLimit           500
}

context /.well-known/acme-challenge {
  location                /usr/local/lsws/Example/html/.well-known/acme-challenge
  allowBrowse             1

  rewrite  {

  }
  addDefaultCharset       off

  phpIniOverride  {

  }
}

rewrite  {
  enable                  1
  autoLoadHtaccess        1
}

vhssl  {
  keyFile                 /etc/letsencrypt/live/mysite.xyz/privkey.pem
  certFile                /etc/letsencrypt/live/mysite.xyz/fullchain.pem
  certChain               1
  enableECDHE             1
  renegProtection         1
  sslSessionCache         1
  enableSpdy              15
  enableStapling          1
  ocspRespMaxAge          86400
}

module cache {
storagePath /usr/local/lsws/cachedata/$VH_NAME
}


/usr/local/lsws/lsphp74/etc/php.ini

[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini   ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (usually C:\windows)
; See the PHP docs for more specific information.
; http://php.net/configuration.file

; The syntax of the file is extremely simple.  Whitespace and lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though

errors of /usr/local/lsws/logs
https://paste.ofcode.org/Ksp3gY9YUHiTYJnbs7QiCD

it’s kind of obvious that any server isn’t going to survive any serious stress testing with badly configured caching, and since you have a wrongly configured wp-rocket, that’s all we need to know

Invalid rewrite directive: Header set X-Powered-By "WP Rocket/3.11.0.3"

i have same problems with litespeed cache plugin

I’m pretty sure that lscache setting invalid rewrite rules is a lie lol

can you help me ?

I just did, that’s all you need to know, it’s all in the log, not a single rewrite rule for the cache are valid, none, and process limit too low. I don’t expect any server under any circumstance to survive any stress test under this. If you want to lie telling us lscache write invalid rewrite rules, it’s your choice.

[13103] [config:server:vhosts:vhost:mysite.xyz:epsr:user4105.655340] 'Process Limit' probably is too low, adjust the limit to: 620.
2022-08-03 09:07:08.319486 [INFO] [13103] [config:server:vhosts:vhost:mysite.xyz] config context /.well-known/acme-challenge.
2022-08-03 09:07:08.319516 [INFO] [13103] Invalid rewrite directive: AddDefaultCharset UTF-8
2022-08-03 09:07:08.319519 [INFO] [13103] Rewrite directive: <IfModule mod_mime.c> bypassed.
2022-08-03 09:07:08.319521 [INFO] [13103] Invalid rewrite directive: AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
2022-08-03 09:07:08.319523 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319525 [INFO] [13103] Rewrite directive: <IfModule mod_headers.c> bypassed.
2022-08-03 09:07:08.319527 [INFO] [13103] Invalid rewrite directive: Header unset ETag
2022-08-03 09:07:08.319530 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319532 [INFO] [13103] Invalid rewrite directive: FileETag None
2022-08-03 09:07:08.319534 [INFO] [13103] Rewrite directive: <IfModule mod_alias.c> bypassed.
2022-08-03 09:07:08.319536 [INFO] [13103] Invalid rewrite directive: <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$">
2022-08-03 09:07:08.319538 [INFO] [13103] Rewrite directive: <IfModule mod_headers.c> bypassed.
2022-08-03 09:07:08.319540 [INFO] [13103] Invalid rewrite directive: Header set X-Powered-By "WP Rocket/3.11.0.3"
2022-08-03 09:07:08.319542 [INFO] [13103] Invalid rewrite directive: Header unset Pragma
2022-08-03 09:07:08.319544 [INFO] [13103] Invalid rewrite directive: Header append Cache-Control "public"
2022-08-03 09:07:08.319546 [INFO] [13103] Invalid rewrite directive: Header unset Last-Modified
2022-08-03 09:07:08.319548 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319550 [INFO] [13103] Invalid rewrite directive: </FilesMatch>
2022-08-03 09:07:08.319552 [INFO] [13103] Invalid rewrite directive: <FilesMatch "\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$">
2022-08-03 09:07:08.319558 [INFO] [13103] Rewrite directive: <IfModule mod_headers.c> bypassed.
2022-08-03 09:07:08.319560 [INFO] [13103] Invalid rewrite directive: Header unset Pragma
2022-08-03 09:07:08.319562 [INFO] [13103] Invalid rewrite directive: Header append Cache-Control "public"
2022-08-03 09:07:08.319564 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319566 [INFO] [13103] Invalid rewrite directive: </FilesMatch>
2022-08-03 09:07:08.319568 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319570 [INFO] [13103] Rewrite directive: <IfModule mod_mime.c> bypassed.
2022-08-03 09:07:08.319572 [INFO] [13103] Invalid rewrite directive: AddType image/avif                                  avif
2022-08-03 09:07:08.319574 [INFO] [13103] Invalid rewrite directive: AddType image/avif-sequence                         avifs
2022-08-03 09:07:08.319575 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319577 [INFO] [13103] Rewrite directive: <IfModule mod_expires.c> bypassed.
2022-08-03 09:07:08.319579 [INFO] [13103] Invalid rewrite directive: ExpiresActive on
2022-08-03 09:07:08.319581 [INFO] [13103] Invalid rewrite directive: ExpiresDefault                              "access plus 1 month"
2022-08-03 09:07:08.319583 [INFO] [13103] Invalid rewrite directive: ExpiresByType text/cache-manifest           "access plus 0 seconds"
2022-08-03 09:07:08.319586 [INFO] [13103] Invalid rewrite directive: ExpiresByType text/html                     "access plus 0 seconds"
2022-08-03 09:07:08.319588 [INFO] [13103] Invalid rewrite directive: ExpiresByType text/xml                      "access plus 0 seconds"
2022-08-03 09:07:08.319590 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/xml               "access plus 0 seconds"
2022-08-03 09:07:08.319592 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/json              "access plus 0 seconds"
2022-08-03 09:07:08.319594 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/rss+xml           "access plus 1 hour"
2022-08-03 09:07:08.319595 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/atom+xml          "access plus 1 hour"
2022-08-03 09:07:08.319598 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/x-icon                  "access plus 1 week"
2022-08-03 09:07:08.319600 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/gif                     "access plus 4 months"
2022-08-03 09:07:08.319602 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/png                     "access plus 4 months"
2022-08-03 09:07:08.319603 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/jpeg                    "access plus 4 months"
2022-08-03 09:07:08.319605 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/webp                    "access plus 4 months"
2022-08-03 09:07:08.319607 [INFO] [13103] Invalid rewrite directive: ExpiresByType video/ogg                     "access plus 4 months"
2022-08-03 09:07:08.319609 [INFO] [13103] Invalid rewrite directive: ExpiresByType audio/ogg                     "access plus 4 months"
2022-08-03 09:07:08.319611 [INFO] [13103] Invalid rewrite directive: ExpiresByType video/mp4                     "access plus 4 months"
2022-08-03 09:07:08.319613 [INFO] [13103] Invalid rewrite directive: ExpiresByType video/webm                    "access plus 4 months"
2022-08-03 09:07:08.319615 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/avif                    "access plus 4 months"
2022-08-03 09:07:08.319617 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/avif-sequence           "access plus 4 months"
2022-08-03 09:07:08.319619 [INFO] [13103] Invalid rewrite directive: ExpiresByType text/x-component              "access plus 1 month"
2022-08-03 09:07:08.319623 [INFO] [13103] Invalid rewrite directive: ExpiresByType font/ttf                      "access plus 4 months"
2022-08-03 09:07:08.319625 [INFO] [13103] Invalid rewrite directive: ExpiresByType font/otf                      "access plus 4 months"
2022-08-03 09:07:08.319627 [INFO] [13103] Invalid rewrite directive: ExpiresByType font/woff                     "access plus 4 months"
2022-08-03 09:07:08.319629 [INFO] [13103] Invalid rewrite directive: ExpiresByType font/woff2                    "access plus 4 months"
2022-08-03 09:07:08.319631 [INFO] [13103] Invalid rewrite directive: ExpiresByType image/svg+xml                 "access plus 4 months"
2022-08-03 09:07:08.319633 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
2022-08-03 09:07:08.319635 [INFO] [13103] Invalid rewrite directive: ExpiresByType text/css                      "access plus 1 year"
2022-08-03 09:07:08.319637 [INFO] [13103] Invalid rewrite directive: ExpiresByType application/javascript        "access plus 1 year"
2022-08-03 09:07:08.319639 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319641 [INFO] [13103] Rewrite directive: <IfModule mod_deflate.c> bypassed.
2022-08-03 09:07:08.319643 [INFO] [13103] Invalid rewrite directive: SetOutputFilter DEFLATE
2022-08-03 09:07:08.319645 [INFO] [13103] Rewrite directive: <IfModule mod_setenvif.c> bypassed.
2022-08-03 09:07:08.319647 [INFO] [13103] Rewrite directive: <IfModule mod_headers.c> bypassed.
2022-08-03 09:07:08.319649 [INFO] [13103] Invalid rewrite directive: SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
2022-08-03 09:07:08.319651 [INFO] [13103] Invalid rewrite directive: RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
2022-08-03 09:07:08.319653 [INFO] [13103] Invalid rewrite directive: SetEnvIfNoCase Request_URI \
2022-08-03 09:07:08.319655 [INFO] [13103] Invalid rewrite directive: \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
2022-08-03 09:07:08.319657 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319659 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319661 [INFO] [13103] Rewrite directive: <IfModule mod_filter.c> bypassed.
2022-08-03 09:07:08.319663 [INFO] [13103] Invalid rewrite directive: AddOutputFilterByType DEFLATE application/atom+xml \
2022-08-03 09:07:08.319665 [INFO] [13103] Invalid rewrite directive: application/javascript \
2022-08-03 09:07:08.319667 [INFO] [13103] Invalid rewrite directive: application/json \
2022-08-03 09:07:08.319669 [INFO] [13103] Invalid rewrite directive: application/rss+xml \
2022-08-03 09:07:08.319671 [INFO] [13103] Invalid rewrite directive: application/vnd.ms-fontobject \
2022-08-03 09:07:08.319673 [INFO] [13103] Invalid rewrite directive: application/x-font-ttf \
2022-08-03 09:07:08.319675 [INFO] [13103] Invalid rewrite directive: application/xhtml+xml \
2022-08-03 09:07:08.319677 [INFO] [13103] Invalid rewrite directive: application/xml \
2022-08-03 09:07:08.319679 [INFO] [13103] Invalid rewrite directive: font/opentype \
2022-08-03 09:07:08.319681 [INFO] [13103] Invalid rewrite directive: image/svg+xml \
2022-08-03 09:07:08.319683 [INFO] [13103] Invalid rewrite directive: image/x-icon \
2022-08-03 09:07:08.319684 [INFO] [13103] Invalid rewrite directive: text/css \
2022-08-03 09:07:08.319686 [INFO] [13103] Invalid rewrite directive: text/html \
2022-08-03 09:07:08.319688 [INFO] [13103] Invalid rewrite directive: text/plain \
2022-08-03 09:07:08.319690 [INFO] [13103] Invalid rewrite directive: text/x-component \
2022-08-03 09:07:08.319692 [INFO] [13103] Invalid rewrite directive: text/xml
2022-08-03 09:07:08.319694 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319696 [INFO] [13103] Rewrite directive: <IfModule mod_headers.c> bypassed.
2022-08-03 09:07:08.319698 [INFO] [13103] Invalid rewrite directive: Header append Vary: Accept-Encoding
2022-08-03 09:07:08.319702 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319704 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319705 [INFO] [13103] Rewrite directive: <IfModule mod_mime.c> bypassed.
2022-08-03 09:07:08.319707 [INFO] [13103] Invalid rewrite directive: AddType text/html .html_gzip
2022-08-03 09:07:08.319709 [INFO] [13103] Invalid rewrite directive: AddEncoding gzip .html_gzip
2022-08-03 09:07:08.319711 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319713 [INFO] [13103] Rewrite directive: <IfModule mod_setenvif.c> bypassed.
2022-08-03 09:07:08.319715 [INFO] [13103] Invalid rewrite directive: SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
2022-08-03 09:07:08.319717 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319719 [INFO] [13103] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2022-08-03 09:07:08.319722 [INFO] [13103] RewriteBase [/] parsed, set to HttpContext 0x2bc4bd0.
2022-08-03 09:07:08.319782 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319786 [INFO] [13103] Rewrite directive: <IfModule mod_rewrite.c> bypassed.
2022-08-03 09:07:08.319791 [INFO] [13103] RewriteBase [/] parsed, set to HttpContext 0x2bc4bd0.
2022-08-03 09:07:08.319797 [INFO] [13103] Rewrite directive: </IfModule> bypassed.
2022-08-03 09:07:08.319800 [INFO] [13103] RewriteFile [/home/mysite.xyz/public_html/.htaccess] parsed, return 0.

i dont know why you say me i am trying to lie ?
I have been polite to you, I invite you to try it too, it is a more intelligent way of relating, otherwise I am new to the forum and using cyberpanel, I don’t know how to fix those rules because I am not an expert on the subject, if you could help me being more specific would be great.

the lol is mine now. hahaha

Being polite is when someone that spent the time reading your log telling you that obviously wp-rocket is misconfigured, there’s no cache and thus it’s never going to work, you don’t just dismiss it, you remove it, or configure it correctly ( you can’t under free OLS ). It’s just something that we know, wp-rocket, out of the box, unless you pay for litespeed, never gonna happen, gonna fail all stress test. And then you tell us that lscache generate the exact same invalid configuration…

Anyway, I did run loader.io test, I’m even gonna give actual details : linode fremont datacenter 1g 1cpu, cyberpanel 2.3.1, 10000 clients in 1 minutes ( limit of free account ), OLS, wordpress 6, lscache 5.1, succeed, no error. That server can do that load all day actually.

its weird be cause i have same setup with a deploy on runcloud which is a company for manage server wp specific, i choosed openlite and i tested over 5k clients per seconds and no issue using wp-rocket and litespeed cache, not sure why this installation using cyberpanel cant works with same results, sorry my english is not so good. and thanks for your help

your openlitespeed have custom config ? i have cleared the htacess then installed plugin official and same results not sure how or maybe my wordpress site have some misconfig i am using cloudflare free tier too.
thanks for your help