Search results

  1. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    Hi, This works for me, no extra .htaccess needed.
  2. Cold-Egg

    How to download large files?

    Hi, Do you know how long it takes to show the 503 error when downloading the 800mb file? Maybe you can try to increase wsgiDefaults values, e.g. env, initTimeout, and extMaxIdleTime, from the httpd_config.conf.
  3. Cold-Egg

    BLOCK ACCESS WITHOUT DOMAIN

    It should work if you put the domain only on the listener.
  4. Cold-Egg

    Htaccess issue

    Hi, Works for me, maybe you can turn on the Rewrite Log Level to 9 and see what it shows.
  5. 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.
  6. Cold-Egg

    Compiled php-redis, but Redis Extension: Disabled

    Could you create a phpinfo page and check if it is loaded?
  7. 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?
  8. Cold-Egg

    OLS can't access WordPress database hostname

    Did you install the LSPHP mysql extension?
  9. 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?
  10. Cold-Egg

    SSL Certifcate issue

    When you apply for the cert, did you apply for both with/without www domains?
  11. 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?
  12. 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.
  13. 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...
  14. Cold-Egg

    index.html served through h2 while assets through h3 quic

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

    Cannot start after update

    Hi @remi , Thanks for the report, new build should have it fixed. openlitespeed_1.6.21-2
  16. 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?
  17. 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.
  18. 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]
  19. 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/?
  20. 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.
Top