Search results

  1. Cold-Egg

    Htaccess issue

    Hi, Works for me, maybe you can turn on the Rewrite Log Level to 9 and see what it shows.
  2. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    How about creating a "/uploads/ " context from web admin and set no to Accessible option.
  3. Cold-Egg

    Compiled php-redis, but Redis Extension: Disabled

    Could you create a phpinfo page and check if it is loaded?
  4. Cold-Egg

    Openlitespeed - Ubuntu - Cloudfront issue

    Any site URL and Origin URL that we can take a look? Or any screenshot with browser developer enabled? Any CMS? and how you config for the CloudFront?
  5. Cold-Egg

    OLS can't access WordPress database hostname

    Did you install the LSPHP mysql extension?
  6. Cold-Egg

    openlitespeed 1.6.21 cannot be installed on ubuntu 18.04

    HI, I launched a fresh Ubuntu 18 server and was not able to reproduce it. Could you raise a ticket to us support@litespeedtech.com with this forum link appended?
  7. Cold-Egg

    SSL Certifcate issue

    When you apply for the cert, did you apply for both with/without www domains?
  8. Cold-Egg

    SSL Web Socket proxy bug

    May I know if this is a OpenLiteSpeed or LiteSpeed Web Server? Were you trying to use a secure WebSocket backend?
  9. Cold-Egg

    HSTS - Strict-Transport-Security & Preload (& HTTPS / SSL HEADER ONLY)

    You will do the mapping after the Virtual host created. Go to Listener > your HTTPS listener, click Add button of the Virtual Host Mappings section.
  10. Cold-Egg

    Where is HSTS setting in OpenLiteSpeed web admin panel?

    Like this forum said https://forum.openlitespeed.org/threads/hsts-strict-transport-security-preload-https-ssl-header-only.4083/, create a separate HTTPS virtual host and set the header in the context of it. You will do the mapping after the Virtual host created. Go to Listener > your HTTPS...
  11. Cold-Egg

    index.html served through h2 while assets through h3 quic

    https://http3check.net/?host=cakeshop.gr shows HTTP/3 is supported
  12. Cold-Egg

    Cannot start after update

    Hi @remi , Thanks for the report, new build should have it fixed. openlitespeed_1.6.21-2
  13. Cold-Egg

    Cannot start after update

    Debian10 package should work, could you raise a support ticket to support@litespeedtech.com so we can check with you?
  14. Cold-Egg

    Cannot start after update

    Hi Please try fixing the broken package by following https://itsfoss.com/dpkg-returned-an-error-code-1/ Let us know if it works.
  15. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    Can use rewrite rule to prevent it. Go to the uploads folder and add .htaccess with following rules, RewriteEngine on RewriteRule (.*)php$ - [F]
  16. Cold-Egg

    http/3 h3-23 draft not been issued on OLS 1.6.2

    Hi, What's the output result from the https://http3check.net/?
  17. Cold-Egg

    Letsencrypt certificate is renewed but LSWS doesn't restart

    certbot renew --force-renew --deploy-hook "systemctl restart lsws" According to the log LSWS restarts fine when --force-renew is used. Looks good to me, let's see if it will work on the next renewal.
  18. Cold-Egg

    lsmcd FATAL ERROR alloc2 cross large page boundary

    Thanks for the report, the developer has been replied on the Github issue, https://github.com/litespeedtech/lsmcd/issues/15
  19. Cold-Egg

    Using a RewriteRule to change to 410

    There is a minor difference in the way LiteSpeed Web Server and Apache treat the [L] flag in rewrite rules. The [L] flag (“L” stands for “Last”) causes mod_rewrite to stop processing the ruleset. There are two ways to interpret this: In most contexts, including LiteSpeed Web Server, this means...
  20. Cold-Egg

    Using a RewriteRule to change to 410

    I changed the forums to another string, but yeah, it works. Maybe you can try to move this line to the top of the .htaccess file.
Top