Search results

  1. Cold-Egg

    using virtual host context , but css is served as text/html

    How about creating a new context, e.g. with exp:^.*(css|js)$, so al the CSS and js files will not hit the specified PHP context? You might want to adjust the URI and location for your needs.
  2. Cold-Egg

    Enable SSL on port 7080

    Happy to help.
  3. Cold-Egg

    Enable SSL on port 7080

    You can set up a virtual host for your hostname, domain map the virtual host, and apply SSL certificate like other virtual hosts. Then go to LiteSpeed web admin > WebAdmin Settings > Listeners > SSL to use the valid key & cert.
  4. Cold-Egg

    Openlitespeed lost 80% virtualhost website

    It seems like a critical issue, but there hasn't been a new OLS package update for a while. Could you let us know if anything was done before the issue occurred? Maybe you can contact support@litespeedtech.com with this forum post link appended as well. Note: just in case, please try to...
  5. Cold-Egg

    Custom error pages outside the root directory of website

    To work around this, you could use a soft link to the folder. e.g. ln -s /home/domain.com/error.html/public_html /home/domain.com/public_html/error.html
  6. Cold-Egg

    Why is not my openlitespeed configuration using my all cpu ram resources?

    May I know if the site has cache enabled? Or are you testing pure PHP performance? Maybe the network is the bottleneck, what's the test result so far?
  7. Cold-Egg

    How to change wordpress domain name?

    For the web server, not specifically for OpenLiteSpeed, you need to update the domain name from old-website.com to new-website.com, that's it. See https://docs.openlitespeed.org/config/#map-virtual-hosts for more details.
  8. Cold-Egg

    503 Error on LiteSpeed Admin Panel (port 7080), using DirectAdmin

    If you create a phpinfo page, does it return a 200 status code or 503?
  9. Cold-Egg

    CPU Load Spikes over 100% All the Time on Ubuntu Server

    It looks like the load is originating from the same site. Are there any unusual traffic patterns in the access log?
  10. Cold-Egg

    Is there active moderation on this forum?

    Thanks for the report. The user account was likely hacked, which caused it to start posting spam messages. I've removed all the content and banned the account.
  11. Cold-Egg

    Page cache is not detected and the server response time is slow

    It seems there's no LiteSpeed cache rule or plugins enabled on the site, may I know which CMS you are using? Feel free to check https://docs.litespeedtech.com/lscache/ for more details.
  12. Cold-Egg

    403 after install on Ubuntu with aaPanel

    Glad to know you have fixed the PHP version issue.
  13. Cold-Egg

    403 after install on Ubuntu with aaPanel

    It might be a good idea to reach out to aaPanel support, as they handle the integration and are familiar with the server settings and file/folder permissions.
  14. Cold-Egg

    Can't install : files missing

    So, the issue you mentioned occurred during the second build? I'm not sure of the cause, it could be an issue during the build somewhere. If it's still not working, you might want to share all the build logs, or just go with the docker image, at least you don't have to build it again.
  15. Cold-Egg

    Limiting SSL/TLS Cipher Suite doesn't work?

    Some similar posts here, maybe you can give it a try.
  16. Cold-Egg

    Can't install : files missing

    What are the steps you have OLS installed on the arm server? Is there any error during the installation?
  17. Cold-Egg

    Unexpected replacement of Let’s Encrypt Certificates with self-signed Litespeed Certificates after upgrade

    May I know if you use a valid cert on the listener or virtual host SSL level? OLS won't touch the certificate files, it seems the site is using OLS default self-signed certificate for some reason. I can't reproduce the issue locally. If you can, please submit the issue to...
Top