Search results

  1. Krishna

    Rewrite rules for all sites in httpd_config.conf ?

    Hello, I want to block some bad user agent strings for all my websites. Instead of keeping the rewrite rules in each of my virtual host, can I keep this code in httpd_config.conf so that it applies to all my websites? # Global rewrite rules rewrite { enable 1...
  2. Krishna

    where to paste php code to apply for all sites?

    Hi, I want to sanitize user input for all my sites. So, I want to keep this code in openlitespeed lsphp82 somewhere so that it applies to all my websites : I want to run this php code at the beginning of all my php scripts. foreach ($_GET as $key => $value) { $_GET[$key] =...
  3. Krishna

    How to enable 0-RTT in http3 SSL ?

    Hello, I have checked my site in ssllabs.com and it shows 0-RTT is not enabled. Please suggest how to enable 0-RTT in http3 SSL ? I am using letsencrypt, latest version openlitespeed in linux centos 8 cloud server. Thanks
Top