Search results

  1. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    Let me know what you get answered.
  2. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    I didn't say LiteSpeed cannot generally set headers in .htaccess. As I know this is limited to cache control, but if you think there is a bug why don't you open a support ticket to get qualified feedback?
  3. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    I don't know if it is a directive. To get LiteSpeed cache run you must not set PHP headers imperative. To get it work simple rewrite rules in .htaccess are enough. You should check LiteSpeed Wiki. In section no-plugin usage you should find a lot of information that will help you finding a solution.
  4. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    That will not work. Cache "headers" can only defined and set with PHP, not with .htaccess. If you want to overwrite existing headers you must find an entry at the application where you are the last one who has defined the header. It follows cascading prinziples, but only if a URL isn't already...
  5. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    I already understand where your need is, but again, if an URL is cached you cannot overwrite cache ttl with a new rule without to purge the cache or with a different vary cache tag. This is not a typical LiteSpeed behavior. That is a typical behavior of every fullpage cache. Maybe I...
  6. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    In my mind that hasn't something to with unsupported expressions. If an URL is cached you cannot define a new header on an already cached URL. Cache is cache and PHP cannot be executed. If you want to make it dynamically to set a new header depending on whatever you must use vary cache control...
  7. serpent_driver

    Litespeed ignores expr in .htaccess (mod_headers)

    This should help you to find the right syntax to define response header for cache control: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:developer_guide:response_headers
  8. serpent_driver

    Cyber Attack To My LSWS Server

    Try it out.
  9. serpent_driver

    Cyber Attack To My LSWS Server

    I am using cPanel since 10 years and I never will use anything else.
  10. serpent_driver

    Cyber Attack To My LSWS Server

    WHM/cPanel has a better protection for such attacks: https://trycpanel.net/cphulk.html
  11. serpent_driver

    Cyber Attack To My LSWS Server

    I'm not up2date with CyberPanel, but you should check if fail2ban is availabe for CyberPanel. There are some discussions about it in CyberPanel forum. To prevent brute force attacks against SSH LiteSpeed isn't responsible.
  12. serpent_driver

    Cyber Attack To My LSWS Server

    Which control panel do you use?
  13. serpent_driver

    Why you should use LiteSpeed to get faster (fastest) pagespeed

    This is for everyone who thinks about how to get faster pagespeed. In upcoming Chrome versions Google will place a hint in Chrome browser if a requested page is slow or fast based on Chrome User Experience Report. Webmasters should already know that if they check their Google Search Console...
  14. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 separate Mobile View and Google Search Console

    @Andrey Download attached test.txt, rename it from test.txt to test.php. Upload test.php to you domain_root, request it in browser and post what will be displayed.
  15. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 separate Mobile View and Google Search Console

    Andrey, if you don't do what I suggest I can't help you, sorry. I am out here....
  16. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 separate Mobile View and Google Search Console

    Either Journal 3 logic or LiteSpeed logic (code) must be changed, but disable Pagespeed, disable inline styles, disable mobile view and try mobile friendly test again. I can't believe that Journal 3 has a device detection. Journal 3 uses media queries for different screen sizes/resolutions, but...
  17. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 separate Mobile View and Google Search Console

    Possible reasons: - Journal 3 and LiteSpeed cache plugin may have differently working logic to detect devices - You have Pagespeed active. Pagespeed has no function to detect devices - You have still inline styles enabled - You missunderstand what a algorithm for device detection is. - wrong...
  18. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 separate Mobile View and Google Search Console

    You only have to uncomment it if your app has PHP function to detect kind of device. As I know Opencart has no such device detection. Mobile View in OpenCart will be handled by media queries and not by device detection. Btw. disable Pagespeed. Pagespeed doesn't work correctly and forces too...
  19. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 , more than 3500 products rebuild cache problem

    What you need is not PHP related. Again, you need to change "Connection Timeout " in LiteSpeed WebAdmin Console and nowhere else! Ask you provider what to do. Or try this: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts?s[]=connection&s[]=timeout
  20. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 , more than 3500 products rebuild cache problem

    You need to increase "Connection Timeout" that can be changed in LiteSpeed WebAdmin Console. If you cannot access to LiteSpeed WebAdmin Console and if you have "Shared Hosting Server" ask your provider.
Top