Search results

  1. Cold-Egg

    Hide server IP

    Sure, please go to web admin > Listener, and allow domain only. This means, do not use wildcard or IP in the domain field. Let us know if it works.
  2. Cold-Egg

    Invalid credentials error in webadmin login page

    No other ideas, could you raise an issue to support@litespeedtech.com, we will help you further from there.
  3. Cold-Egg

    Invalid credentials error in webadmin login page

    The most common case is an incorrect permission to htpasswd file. May I know how you change the password, by admpass.sh script or update the hashed password to the file directly?
  4. Cold-Egg

    Is there any repo which work for all linux distros

    Basically, we have two kinds of package build, debian, and centos, and the centos should work for CentOS, AlmaLinux, and RockyLinux. https://rpms.litespeedtech.com/ And the script https://repo.litespeed.sh on the doc, should auto-install the repo depending on your system automatically. So...
  5. Cold-Egg

    Error establishing a database connection

    Out of memory: Killed process 917 (mariadbd) means memory is not enough and the process got killed. Your setup should be fine, by adding the log_error to the conf file.
  6. Cold-Egg

    Is there any repo which work for all linux distros

    Yes the CentOS9 method https://docs.openlitespeed.org/installation/repo#install-openlitespeed should also work for AlmaLinux. Please report if there's any issue.
  7. Cold-Egg

    OpenLiteSPeed does't get changes in htaccess from the file htaccess are ignored

    HI, I think OpenLiteSpeed only takes rewrite rules, so "Redirect" may not work with it.
  8. Cold-Egg

    IONOS and SSL certificate issue

    Just a general method, no special settings or plugin required with OLS, please see https://docs.litespeedtech.com/cloud/images/wordpress/#enable-https
  9. Cold-Egg

    Default WordPress 404 page is replaced by OLS 404 page

    By default, you should hit WordPress 404 since you have triggered the PHP. Is it possible to share the test URL and content of the .htaccess?
  10. Cold-Egg

    ionCube24 question

    Since you are using OpenLiteSpeed, the first method should work. Could you show us how you verify if it works?
  11. Cold-Egg

    Use OpenLiteSpeed for Shopware 5 or Shopware 6

    503 usually has something to do with the PHP setup or code. If you can't load the info page, then you might want to check the PHP config setup on OLS side. Possible to share the config setup? You can also join golitespeed community on Slack] , and DM me @Eric from there. Just so you know, if...
  12. Cold-Egg

    OLS Compile Php Error

    Hi @Denmike, Could you share the installed openlitespeed package with following command? rpm -qa | grep -i litespeed
  13. Cold-Egg

    Locked out of Webadmin

    Default web admin cert could be under the /usr/local/lsws/admin/conf folder.
  14. Cold-Egg

    Locked out of Webadmin

    Do you want to change the web admin's SSL with Cloudflare's? Note: you can not use the domain on Cloudflare to visit the web admin at port 7080, since they do not allow that port number.
  15. Cold-Egg

    "Configure PHP by Directory or File" documentation suggested change

    Please try the following example, RewriteCond %{REQUEST_URI} !\.(css|js|html|json|mustache)$ RewriteRule .* - [H=application/x-httpd-lsphp74] Please substitute the PHP version for your need.
  16. Cold-Egg

    MIME type [application/x-httpd-php] for suffix '.php'

    Good to know that. So the issue has been fixed after adding the Script Handler
  17. Cold-Egg

    owasp crs 3.3.4 is not wokring in openlitespeed

    do you mean it was working before? and the test failed after updating the coreruleset? I tested it before, it should work. Better to create a support@litespeedtech.com ticket with all your mod_security config information appended.
  18. Cold-Egg

    OLS not responding when long execution time process

    Does the email run with the PHP process? Is there any error shown in the error log?
  19. Cold-Egg

    mod_speling module

    No, I don't it's supported.
  20. Cold-Egg

    Error establishing a database connection

    You can try to use the monit tool to monitor and auto-restart the SQL service.
Top