Search results

  1. Cold-Egg

    Fixed ECDH Key Exchange does not work

    ECDH public server param reuse = No is a good thing. If reused, it can be a security problem. It does not reuse, which does not mean ECDH does not work.
  2. Cold-Egg

    Can I add graceful restart to cron?

    Hi, This one should have better performance, https://openlitespeed.org/kb/reload-openlitespeed-automatically-with-directadmin/, please remember to replace the "/home/*/domains/*/*_html/ " with your document directory.
  3. Cold-Egg

    Security and expire headers

    Correct, by the context method. https://openlitespeed.org/kb/how-to-set-up-custom-headers/ :)
  4. Cold-Egg

    cURL error 7: Failed to connect to domain.com port 443: Connection refused

    Do you mean that you now have a connection issue on both 443 and 80 ports? what if you curl from the server locally?
  5. Cold-Egg

    phpmyadmin not working

    ok, I'm not sure about your status now, but let us know if you need any help. For the PHPMyAdmin part, it somehow loads fine now!?
  6. Cold-Egg

    Is it mod_evasive install Possible on OLS ?

    I don't think OLS support this module, but you can use Server Configuration > Security > Per Client Throttling feature, Mod_security module https://openlitespeed.org/kb/openlitespeed-modsecurity-module/ and Recaptcha https://openlitespeed.org/kb/recaptcha-with-openlitespeed/ to prevent DDOS attack.
  7. Cold-Egg

    phpmyadmin not working

    Does it happen from a fresh lunch? or have you modified any config settings?
  8. Cold-Egg

    PHP Compile Succesfull But i can's see Handler Name

    Not sure about your settings now, maybe share some screenshots or the config file may help. In general, you can follow https://openlitespeed.org/kb/default-php-settings-for-openlitespeed/ to setup lsphp.
  9. Cold-Egg

    PHP Compile Succesfull But i can's see Handler Name

    Hi, Have you set up an External App for lsphp74 yet? The socket address can also be set there.
  10. Cold-Egg

    upload_max_filesize ?

    Oops, should be RewriteRule .* - [E=noabort:1] instead of RewriteRule .* - [E=noabort:1, E=noconntimeout:1]. Default Connection Timeout (secs) is 300 under Web Admin>Server Configuration > Tuning, could you confirm it? Do you know the size of the file that you want to upload? Maybe increasing...
  11. Cold-Egg

    upload_max_filesize ?

    You're welcome. About time out issue, maybe you can try to insert the following line to the .htaccess file to avoid PHP abort, restart the webserver, then try it again. RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
  12. Cold-Egg

    How to restrict wp-login.php only with ip address

    Hi, This https://openlitespeed.org/kb/access-control/ should help.
  13. Cold-Egg

    OLS Modsecurity Problem

    then try OWASP :)
  14. Cold-Egg

    OLS Modsecurity Problem

    mhm, seems I can reproduce it, probably the package needs to be updated. Could you try to use Comodo rule set? It should work.
  15. Cold-Egg

    Memcache connection failed

    That's normal because you can not connect to Unix socket with IP/Port. Try nc -U /var/www/memcached.sock stats If output without any error, then this Memcached service is good, then you might want to restart the cache plugin to see if it helps.
  16. Cold-Egg

    upload_max_filesize ?

    You might want to log into the litespeed container and edit the php.ini file here /usr/local/lsws/lsphp74/etc/php/7.4/litespeed/php.ini. Increase both upload_max_filesize and post_max_size values. Then rum the following command to restart PHP process from the host server. docker-compose exec...
  17. Cold-Egg

    Blank screen at PHPMyAdmin login.

    Then I'm not sure, need to look into the server. Can you raise a ticket to support@litespeedtech.com with this post link appended?
  18. Cold-Egg

    www is "inaccessible" during initial setup? What am I doing wrong?

    I think it should be a cname. In general, DNS changes are processed and propagated within 48 hours, but sometimes it can take up to 72 hours. https://support.google.com/a/answer/7514107
  19. Cold-Egg

    Webadmin Openlitespeed SSL tab in Host not opening

    mhm, it happens probably due to the wrong config file. Do you see any errors from the error log? tail -f /usr/local/lsws/logs/*
  20. Cold-Egg

    Blank screen at PHPMyAdmin login.

    Not sure, I just launched one from GCP marketplace, no such issue.
Top