Search results

  1. serpent_driver

    Activate cache for a specific page

    If this page is excluded, you can't overwrite this exclude setting. Cache plugin for PrestaShop has no settings to force caching for specific URLs. Check black list in configuration tab or/and customize tab if this plugin is listed.
  2. serpent_driver

    Activate cache for a specific page

    Check your settings in LScache plugin. From outer view there is no reason why this page can't be cached, but btw. 17 MB for a single page is toooo much.
  3. serpent_driver

    Activate cache for a specific page

    Would you please explain again what you need? To cache a specific page or to exclude a specific page from beeing cached?
  4. serpent_driver

    Problem with LiteSpeed in Wordpress

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    Version 3.5.2 Update: Crashed Our Header/Footer

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  6. serpent_driver

    What has to be done to get LSWS WAF work?

    I have LiteSpeed WAF enabled, but there is no log file with log level 9?! As I know from ModSecurity in WHM (currently disabled) there are frequently attacks, so why is there no log file with LS WAF? What else has to be done to get it work? Do I have to add rules?
  7. serpent_driver

    ERR_TOO_MANY_REDIRECTS

    This is all you need RewriteCond %{SERVER_PORT}:%{HTTP_HOST} !^443:www\. RewriteRule ^(.*)$ https://www.upfotos.com/$1 [R=301,L] Don't forget to restart OLS. OLS must be restarted after .htaccess has been changed.
  8. serpent_driver

    TTL Cache for Webp Images

    Cache-Control header is the one and only method to control browser cache. If issue still exists check if new settings are really active. Disable CDN or purge CDN cache if you use a CDN. You use a plugin for optimizing .htaccess, disable it or purge settings. Check .htaccess or PHP settings for...
  9. serpent_driver

    TTL Cache for Webp Images

    Remove #<IfModule mod_headers.c> # Header append Cache-Control "public" # <FilesMatch ".(js|css|xml|gz|html)$"> # Header append Vary: Accept-Encoding # </FilesMatch> #</IfModule> and add
  10. serpent_driver

    TTL Cache for Webp Images

    Add or remove file types as you need it. <FilesMatch "\.(jpg|JPG|jpeg|jpe?g|webp|woff|woff2|png|css|js|gif|ico|ttf|eot|ico|svg)$"> Header set Cache-Control "max-age=31536000, public" </FilesMatch>
  11. serpent_driver

    Invalid link at https://www.litespeedtech.com/

    Check link at LiteSpeed homepage to LiteSpeed blog on the bottom of homepage "The ForceSecureCookie Directive"
  12. serpent_driver

    Invalid SSL Certificate at https://http3check.net/

    Check invalid certificate at https://http3check.net/
  13. serpent_driver

    Compress Archive

    Documentation is your friend.... https://www.litespeedtech.com/docs/webserver/config/slog
  14. serpent_driver

    Compress Archive

    https://www.loggly.com/ultimate-guide/apache-logging-basics/ http://httpd.apache.org/docs/current/mod/mod_log_config.html https://linuxize.com/post/apache-log-files/ .....
  15. serpent_driver

    Compress Archive

    https://forums.cyberpanel.net/
  16. serpent_driver

    Compress Archive

    1.) archive == archive && 2.) compress == compress but archive is not compress Setting in WebAdmin to compress access log is for native installations if there is no control panel. If you want to compress and to archive access log you must do it with control panel functions. Many, not all...
  17. serpent_driver

    Compress Archive

    Which control panel to you use?
  18. serpent_driver

    Warning after installation: [config:server:security:accessControl]

    Ignore it. IP addresses seem to be predefined entries from CyberPanel. If WAF isn't enabled they are not in use.
Top