Search results

  1. Cold-Egg

    Current version for RHEL 9 (etc) systems

    That is good, isn't it? Here’s the release log if you’d like to see what has changed.
  2. Cold-Egg

    Standard page

    Correct.
  3. Cold-Egg

    suddenly losing server to 404

    No, it's not normal, that's why you might want to search the error from the error log and see what causing the issue.
  4. Cold-Egg

    Compatibility of OpenLiteSpeed with Ezoic and Mediavine Cache Plugins

    OpenLiteSpeed is a web server and it should have no issue with the Ezoic and Mediavine, just make sure you don't use the LSCache on your site at the same time.
  5. Cold-Egg

    [Solved] OpenLiteSpeed completely crashed

    I think the above issue was due to the incorrect permission to log files, so removing those fixed the issue. What's the error log you got?
  6. Cold-Egg

    suddenly losing server to 404

    Did you restart the server or the web server? If the server is rebooted, the cache will be invalid. But I am not sure about the 404 issue, please submit the issue to support@litespeedtech.com if it is still happening.
  7. Cold-Egg

    Standard page

    The default page is built in the OLS, if you want to customize the error page, please try this https://docs.openlitespeed.org/config/advanced/errorpages/
  8. Cold-Egg

    500 Internal Server Error to Login by port 8090

    Hi, It looks more like you have a Cyberpanel-related question, in that case, please contact help@cyberpanel.net for any Cyberpanel-related technical support issues.
  9. Cold-Egg

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

    Consider using the rewrite method if only one or two PHP scripts need to be run with specific PHP versions. See https://docs.openlitespeed.org/config/php/file/#alternate-method
  10. 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.
  11. Cold-Egg

    Enable SSL on port 7080

    Happy to help.
  12. 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.
  13. 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...
  14. 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
  15. 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?
  16. 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.
  17. 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?
  18. 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?
Top