Search results

  1. 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/
  2. 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?
  3. 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.
  4. 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...
  5. 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
  6. 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>
  7. 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"
  8. serpent_driver

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

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

    Compress Archive

    Documentation is your friend.... https://www.litespeedtech.com/docs/webserver/config/slog
  10. 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/ .....
  11. serpent_driver

    Compress Archive

    https://forums.cyberpanel.net/
  12. 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...
  13. serpent_driver

    Compress Archive

    Which control panel to you use?
  14. 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.
  15. serpent_driver

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

    This is no warning! Have you enabled WAF?
  16. serpent_driver

    Errors after clean installation

    It's up to you, but if you don't have PHP versions < 7.2 installed, you can remove all LSAPI API versions < 7.2 from "External App" tab. Errors should dissapear after LSWS restart. Or wait for LS support...
  17. serpent_driver

    Errors after clean installation

    Have you installed PHP version < 7.2?
  18. serpent_driver

    Errors after clean installation

    I don't have CyberPanel, but check /opt/ directory, if there is /cyberpanel subdirectory. If yes, this subdir should contain lsphp dir's.
  19. serpent_driver

    Errors after clean installation

    Command -> $SERVER_ROOT/lsphp71/bin/lsphp seems to be wrong, but LS support should know what to do if CyberPanel is installed.
Top