Search results

  1. 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...
  2. 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]
  3. Cold-Egg

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

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

    OLS Modsecurity Problem

    then try OWASP :)
  5. 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.
  6. 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.
  7. 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...
  8. 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?
  9. 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
  10. 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/*
  11. Cold-Egg

    Blank screen at PHPMyAdmin login.

    Not sure, I just launched one from GCP marketplace, no such issue.
  12. Cold-Egg

    Support HTTP/2 (and possibly HTTP/3 & QUIC) in proxy extension

    I guess this feature will not be implemented on OpenLiteSpeed in the near future, but thanks for the feedback.
  13. Cold-Egg

    Centos 7 update to OpenLiteSpeed 1.6.19 - lsws not starting

    No idea, if reproducible, could you send this issue to bug@litespeedtech.com?
  14. Cold-Egg

    Bubblewrap in OLS 1.6.19

    Hi, Do you mean GUI? May I know which version has bubblewrap settings on it? If you downgrade to the previous version, will it show again?
  15. Cold-Egg

    Unable to connect to webmin / cp on new server. Port 7080 is OPEN.

    What if you curl from the console? curl -Ik https://127.0.0.1:7080/login.php If return 200 status code, then it means you have a firewall issue on the network layer.
  16. Cold-Egg

    Site not loading on iOS / Apple devices

    I saw someone provided suggestions already on Slack, if the issue still, please raise a ticket with us at support@litespeedtech.com
  17. Cold-Egg

    I want to change my domain name for my server.

    Hello, 1. You might want to set up a HTTP listener 2. Just add the new domain and virtual host to the listener. On your Virtual Host mappings area, click the Add button, then input merakigifts.tk, www.merakigifts.tk in domain read and choose the virtual host you want to add. 3. It's depends...
  18. Cold-Egg

    Apache Rewrite Rules not working

    Rewrite rules should just work on OpenLiteSpeed, may I know if you have the webserver restarted?
  19. Cold-Egg

    I want to change my domain name for my server.

    Hi, First, you need to make sure bonheurgifts.in is accessible before applying new SSL cert. Please ad the domain to the listener if you haven't. May I know how you apply a certificate for merakigifts.tk before?
Top