Search results

  1. Cold-Egg

    Password protected directories with Realm and Context

    Could you also compare both permission of this file `conf/vhosts/wordpress/adm` on servers? Any entry inside of the file on ls12?
  2. Cold-Egg

    Force https ( redirection ) - web proxy

    If you just leave one line in rewrite tab, will it work? RewriteRule ^(.*)$ http://apachehttps/$1 [P,L] Please share all rules in rewrite tab and .htaccess file, thanks. Best, Eric
  3. Cold-Egg

    Overriding expire headers

    Hi, OpenLiteSpeed only support rewrite rules in .htaccess. To turn off the cache control, please access to OpenLiteSpeed web admin ->Server configuration -> General -> Expires Settings and change from there Best, Eric
  4. Cold-Egg

    Force https ( redirection ) - web proxy

    HI, Just ask, did you setup OLWS as a proxy success yet? You can put rewrite rules in .htaccess file if that is what you are asking? Best, Eric
  5. Cold-Egg

    Cache module issue causing wordpress too slow

    Hi, I can not visit your sites at this moment. From the screenshot you provided that means cache is not hit. You may want to check if there's any cachelookup in your .htaccess file. May I also know how did you setup your openlitespeed? e.g. from litespeed repo, or from cloud image. Best, Eric
  6. Cold-Egg

    Recommended configs for WordPress?

    Nice, thanks for sharing
  7. Cold-Egg

    Updating DigitalOcean cloud image install

    @CE_Mark , I can reproduce it locally, will inform the developer. Best, Eric
  8. Cold-Egg

    Recommended configs for WordPress?

    Hi, You should be able to find some information in more details here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:mitigating-ddos-attacks https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:recaptcha Best, Eric
  9. Cold-Egg

    A redirect to https?

    Hi, Generally you may want to map this virtual host on both HTTP/HTTPS listener, then add a force HTTPS rewrite rules on the virtual host or .htaccess file. example rules: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Best, Eric
  10. Cold-Egg

    htpasswd problem

    Hi @nfn , Try updating your htpasswd file with 644 permission then update password and test login again. Submit issue to support@litespeedtech.com if issue still. Best, Eric
  11. Cold-Egg

    Error establishing a database connection

    Hi @mello555 , Also check syslog maybe helps if it happens again. Best
  12. Cold-Egg

    OpenLiteSpeed as Reverse Proxy [ https ]

    HIHI, You can set OpenLiteSpeed to use port 80/443 and Apache use other ports of course. What I mean in my test is that I failed to change Apache's default port number for some reason, so I changed OpenLitespeed port instead. And test result indicated that there's no 500 or other error when...
  13. Cold-Egg

    OpenLiteSpeed as Reverse Proxy [ https ]

    Hi, It seems works from my testing on my testing server. I failed to switch apache default port 80/443 so I will just keep it and change OpenLiteSpeed listener port to 81/444 instead. 1. Apache with port 80 curl -Ik http://www.ols-example.tk:80/ HTTP/1.1 301 Moved Permanently Date: Wed, 11 Dec...
  14. Cold-Egg

    Question about SSL

    If all domains are sharing the same cert/key location, then no need.
  15. Cold-Egg

    Question about SSL

    Hi @tathspts , You may want to replace subdomain's cert with the new one.
  16. Cold-Egg

    Configuration Help

    To answer upgrade to 1.6 (edge version) question. You can try /usr/local/lsws/admin/misc/testbeta.sh 1.6.4 More info please check, https://openlitespeed.org/kb/upgrade-ols-to-edge-tier/
  17. Cold-Egg

    PHP stops working when changing the HTTP port from 8088 to 80

    Hi, Could you share some of your listener and script handler settings or screenshot? best
  18. Cold-Egg

    htpasswd problem

    Hi @nfn , Can you check if there's any entry inside of your DBfile? If it shows empty from console, please try this method to generate the password manually. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:authenticate#step1_create_account_through_htpasswd Let us...
  19. Cold-Egg

    OLS will not run a simple hello world wsgi python script

    Hi @k2-18b , Please use context with type = App Server , and any script handler is not needed. Let us know if it helps. Best, Eric
Top