Search results

  1. Cold-Egg

    MSSQL PDO for LSPHP

    Are you looking for this pdo_sqlsrv? Details are here, https://stackoverflow.com/questions/69200089/mssql-pdo-on-openlitespeed/69201582#69201582
  2. Cold-Egg

    Making hidden files 403 unaccessable

    With ".*", if you have .htaccess file there, it will break the site. So you might want to exclude the file with rewritecond
  3. Cold-Egg

    Where can I find the logs?

    Just want to clarify that "now it started again" means everything is working now, is that correct?
  4. Cold-Egg

    Google Cloud Platform server restart now error 500

    Do you see any other error log under the document root folder? Maybe you can raise a ticket to support@litespeedtech.com with this link appended for further check.
  5. Cold-Egg

    PHP error Undefined array key "usage.page_optm"

    No error on my server, maybe you can submit a ticket to bug@litespeedtech.com for further assistant.
  6. Cold-Egg

    Making hidden files 403 unaccessable

    You can use rewrite to block files as well, e.g. RewriteRule .123.php - [F,L]
  7. Cold-Egg

    Where can I find the logs?

    oh, that's why, please do not set secure On to the HTTP listener
  8. Cold-Egg

    Request Id?

    I guess no if the ID is randomly generated and pass to the server.
  9. Cold-Egg

    Where can I find the logs?

    So the issue should also happen on Chrome right? I did not see 404. Do you have any screenshots about 404? Which listener did you edit? HTTP or HTTPS?
  10. Cold-Egg

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    Oh, I guess you are using DirectAdmin. You can create a .htaccess file under the virtual host document root, and put the rule there. This way should work too.
  11. Cold-Egg

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    Check https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/ in virtual host level, do you see Rewrite and Rewrite Rules section? Add the following rule there, and them graceful restart the web server RewriteRule ^/(xmlrpc|wp-trackback)\.php - [F,L,NC]
  12. Cold-Egg

    Where can I find the logs?

    May I ask what pi browser is? I saw you have LSCache, CloudFlare + super cache enabled at the same time. Not pretty sure which caused the issue. If it happens every day, could you help to narrow down the issue and share the result with us?
  13. Cold-Egg

    Unable to make any changes in my WebAdmin Virtual hosts

    Hi I saw @bhanusingh is using 1.7.12 actually, please submit a ticket to bug@litespeedtech.com with this forum post link appended, so we can take a further look.
  14. Cold-Egg

    Litespeed extension in Plesk - Help!

    I see. You can buy the license from https://www.litespeedtech.com/products/litespeed-web-server/lsws-pricing, and apply the serial via the LiteSpeed extension > Change License. Should be no other action required. You can also get support from https://store.litespeedtech.com/store/submitticket.php
  15. Cold-Egg

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    For the rewrite rule, you can do it on either .htaccess file or the Rewrite tab on web admin.
  16. Cold-Egg

    Can't login csf admin page when config it to virtual host in openlitespeed

    How about trying different settings in Server > General > General Settings > Use Client IP in Header, let us know if any of it works.
  17. Cold-Egg

    Where can I find the logs?

    Logs are under /usr/local/lsws/logs/ Do you mind to show the URL?
  18. Cold-Egg

    My website is very slow after updating product and takes a lot of time to load ?

    Please open your SSH console and run `top` command, then update any product and you will see which process takes resource the most.
  19. Cold-Egg

    Can't access / slow access to my website, need to restart lsws process

    Hi, sorry, I have a typo on it. it should be support@litespeedtech.com instead of support@litespeedtech.club
Top