Search results

  1. Cold-Egg

    max connection tuning

    HI, I just want to clarify the issue that you mean the dashboard display both MAX Con and MAX SSL Conn total number are incorrect, am I right?
  2. Cold-Egg

    Google Snapshot Restore Error

    What does the professional cache plugin mean? and what does the Snapshot generate from? from openlitespeed related images? If you got a 404 from your snapshot's server, then you may want to check the web admin > listener if the domain and virtual host mapping are set up there.
  3. Cold-Egg

    404 Errors when installing OLS on Centos 8

    Not sure what was happened, glad to know it works now. Feel free to send an issue report to support@litespeedtech.com if such an issue happens again. :)
  4. Cold-Egg

    How to glue 2 domains on one host?

    It's two different domains and cert, you may want to set up two virtual hosts and set the cert for each virtual host > SSL Then you can put a redirect in the example1.com virtual host.
  5. Cold-Egg

    max connection tuning

    Not so sure, I don't have such an issue on my Ubuntu server. Can you please try upgrading it by command /usr/local/lsws/admin/misc/lsup.sh -e 1.7.14 -b and see how it goes there?
  6. Cold-Egg

    Reverse Proxy Help

    HI, please refer to this document https://openlitespeed.org/kb/reverse-proxy-basics/ May I know why you want to set an OLS server as a reverse proxy to a control panel server? It may complicated things due to many services on the control panel.
  7. Cold-Egg

    Unable to export whole database

    No idea why it stopped at 30mb, will it works if export it by command mysqldump from the SSH console?
  8. Cold-Egg

    Problem with changing static context location

    It works on my test server. Do you see PID change right after the restart command? ps uax | grep http
  9. Cold-Egg

    One Click Instalation - SSL Missing

    HI, --wordpressplus a.com means to create and configure a WordPress, not including let's encrypt. If you want, please run the command to install certbot 1. Install Certbot apt-get -y install certbot 2. Apply cert with example command certbot certonly --webroot -w /usr/local/lsws/wordpress/ -d...
  10. Cold-Egg

    No able to add subdomains

    No problem :)
  11. Cold-Egg

    No able to add subdomains

    May I know if you have a wildcard or the subdomain added to the listener? is it possible to provide the whole content of the .htaccess?
  12. Cold-Egg

    Stalled Chrome DevTools

    1. It's not something that you need to fix, check https://stackoverflow.com/questions/29206067/understanding-chrome-network-log-stalled-state 2. Please make sure the cache is working, tool: https://check.lscache.io/ so it will load fast. 3. Not as I know, unless the site is not working correctly.
  13. Cold-Egg

    Why did I choose php8 when I installed but actually use php7.4

    Hi, Those are not PHP handlers. May I know how you install the OLS? by ols1clk? by cloud image? by rpm? and is there any control panel?
  14. Cold-Egg

    open litespeed disk 100%

    Please check which folder caused the disk full, /tmp ? /usr/local/lsws/logs/ ? or wp-content/ ?
  15. Cold-Egg

    Cant access Openlitespeed Webadmin using any ports.

    the GCP support said that!? Then try this, and replace 1.2.3.4 with your domain sudo ufw allow from 1.2.3.4 to any port 7080
  16. Cold-Egg

    Using include directive in configuration with wildcard or rejex includes

    I tested on my OLS + DirectAdmin server and it works. You can also check https://forum.openlitespeed.org/threads/ols-is-preventing-wordpress-from-properly-communicating-with-apache-tika.5008/ runcloud also use a wildcard in the config and it seems to work fine.
  17. Cold-Egg

    How to make static context still execute document-level rewrites?

    Hi, With LSCache for WordPress, there's a feature called Image WebP Replacement. It will add the following rewrite to the .htaccess once enabled. ### marker WEBP start ### RewriteCond %{HTTP_ACCEPT} "image/webp" [or] RewriteCond %{HTTP_USER_AGENT} "Page Speed" RewriteRule .* -...
Top