Search results

  1. Cold-Egg

    Theme Folder should be 403 forbidden, but it shows me 404 not found?

    It means it's not OLS related questions, you might want to ask on serverfault.com or StackOverflow for more help.
  2. Cold-Egg

    OpenLiteSpeed WordPress Benchmark

    Someone asked recently how SlickStack WordPress compares to OpenLiteSpeed WordPress, so I ran this benchmark. The Result OpenLiteSpeed WordPress Stack performed 6X better than SlickStack when serving a cached WordPress site over HTTP/2. OLS WordPress Stack = 21669.93 Request per second...
  3. Cold-Egg

    Error log messages not showing anywhere

    To turn on more debug, please set Log Level to DEBUG and Debug Level to High. Let us know if it works.
  4. Cold-Egg

    access plus 1 year - does not work

    Visit web admin > Server Configuration > General > Expires Settings, and click the edit button, update the Expires By Type value to your need. 604800 = 1 week. by the way.
  5. Cold-Egg

    access plus 1 year - does not work

    OpenLiteSpeed supports Rewrite in .htaccess file only, please check OLS in order to change the TTL https://forum.openlitespeed.org/threads/browser-cache-settings-doesnt-work.5026/#post-11546
  6. Cold-Egg

    how to disable to certbot generator at login ?

    Oh yes, this is by design, if you don't need it, just complete the script and it will go away. You can also set no to the cert apply question.
  7. Cold-Egg

    Browser Cache Settings doesn't work

    Hi, Not sure where you saw that, browser cache should be enabled by default on OpenLiteSpeed Web Server. You can check it from web admin > Server Configuration > General > Expires Settings
  8. Cold-Egg

    how to disable to certbot generator at login ?

    I am not sure, there's a cronjob /etc/cron.d/certbot, but I don't think it will be triggered with your login, and you even removed the certbot service.
  9. Cold-Egg

    repeated warning emails since upgrade to 1.17.13

    It should be fixed, please try updating OLS again. Let us know if the issue is still.
  10. Cold-Egg

    Ghost 404 after fresh install on subfolder

    I will schedule some time next week to review it. That would be great if you guys can point out which part is incorrect so I will not miss it.
  11. Cold-Egg

    Alias /webmail

    Maybe you can set a context from the virtual host. Go to web admin at port 7080 > Virtual hosts > xxx > Context > Static type, and set following values. URI: /webmail/ Location: /usr/local/www/roundcube Accessible: Yes Click the Save button and do a graceful restart OLS. Let us know if it works.
  12. Cold-Egg

    Version V1.7.13 is out?

    Thanks, v1.7.13 is on both release log https://openlitespeed.org/release-log/version-1-7-x/ and repository now.
  13. Cold-Egg

    Redirect to HTTPS WWW - How Do I Achieve it?

    Hi @iamsushanth, may I know what is this about, did you post on the wrong thread?
  14. Cold-Egg

    ETA on Debian 11 (Bullseye) support?

    Thanks, will forward to the build master
  15. Cold-Egg

    enabling memcached extension after switching to suExec mode

    The first thing is to figure out why there's no Memcached on that domain. Can you also add phpinfo page to other domain and compare if both load the same "Loaded Configuration File"
  16. Cold-Egg

    enabling memcached extension after switching to suExec mode

    Can you try to set up a phpinfo page and check if Memcached is on it?
  17. Cold-Egg

    How to get Real Client IPs, but still only allow traffic from cloudflare?

    To see the IP from the access log, you will need to use "Trusted IP only". If this site is served by cloudflare, how did you get those hits directly to the original server?
  18. Cold-Egg

    error in wordpress after update.

    I am actually not familiar with the panel, if you have Apache and WordPress first, it may not work since OLS doesn't read the config files from the Apache. And the panel provides openlitespeed install option actually, so no need to install it from the console. To fix it, you need to know where...
Top