Search results

  1. P

    Refused to connect

    Where did you get the SSL sertificate? Let's encrypt? also you did not show how you configure SSL. Try this if it is let's encrypt: https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/
  2. P

    Custom php.ini per Vhost

    Do you use DirectAdmin with OLS? OLS itself doesn't use include files since it can not be edit for the current version. You can either ask DirectAdmin how they do with include files? or log a ticket with us by providing tmp root ssh access so what we can check for you.
  3. P

    Permission Denied!

    by the way, are you a shared hosting user? or a system admin for your own dedicated VPS server? If you are a shared hosting user, you will need to ask your host do install LiteSpeed web server and LiteSpeed plugin for WHM/cpanel. If you are a system admin for that VPS, you should have "root"...
  4. P

    Permission Denied!

    I thought the wiki is more than clear for steps. If not clear, can you let us know which part is not clear to you? You will need to login to your server as "root" user through ssh first.
  5. P

    OLS and CORS headers when using Rewrite to proxy to a different website

    What I means is I think only your target server can set "Access-Control-Allow-Origin" header, not your OLS reserver proxy. on your OLS, /api/, if it is proxy to target server, it will do proxy only, nothing served from that virtual host /api/ hence header won't be set.
  6. P

    Permission Denied!

    You will need to run whm autoinstaller as "root" user https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:auto-installer
  7. P

    OLS and CORS headers when using Rewrite to proxy to a different website

    I think you should have the backend server configurated CORS(it should not be hard anyway). Since OLS will just proxy to the backend for /api/, nothing else.
  8. P

    OLS + CentOS 7.5 gives persistent 404 error on new virtual host

    As you have already found, "0700" won't work for sure. all files/folders under /home/$USER will be owned by user:user, then difference permissions to allow webserver(nobody) to read. glad you have figurated out. I would like recommend you to use some control panel, like cyberpanel with...
  9. P

    argon2 - how to meet that requirement?

    Do you mean this one https://pecl.php.net/package/libsodium/1.0.3 ? If you are on CentOS and configure OLS to use remi PHP, Argon2 should be in remi repo. If you are using lsphp, you can compile from source. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
  10. P

    OLS + CentOS 7.5 gives persistent 404 error on new virtual host

    For OLS virtual host level lsphp SuEXEC, please refer to this KB. : https://openlitespeed.org/kb/change-php-settings-by-vhost-and-user/
  11. P

    503 errors

    503 error is php crash error, it has nothing to do with webserver. OpenLiteSpeed has feature to restart OLS to temporarily fix the 503, but 503 not a issue with OLS. You can trun off that feature so that OLS won't restart server and send your notification anymore, but 503 still there. Follow...
  12. P

    DirectAdmin / FreeBSD : How to change configurations

    meanwhile, you can just get a box let's say Centox7 on aws or somewhere else , make your change through admin, and copy them over to your freeBSD. It could be really hard without Admin to configure it. I have show your two settings as an example, The rest of the settings you can find out yourself.
  13. P

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    the message itself just means php doesn't receive a response. Please try to see which URL trigger such error. Once you have the URL, log a ticket with us with tmp root accesss to your server for us to take a look.
  14. P

    DirectAdmin / FreeBSD : How to change configurations

    For OLS configuration file, vi /usr/local/lsws/conf/httpd_config.conf cpuAffinity 2 showVersionNumber 1 lscache setting should be in virtualhost configuration: maybe you set in another machine (such as centos box) as your want and copy over the settings...
  15. P

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    Where did you see this message? can you post some screenshot? what's the steps to reproduce the error?
  16. P

    rewrite for simplesaml

    Open LiteSpeed doesn't support such apache directives. You should remove it. check error log for your 404 errors.
  17. P

    CentOS vs Ubuntu 18.04 for Openlitespeed

    I believe it is really a OS you prefer and be comfortable with. LiteSpeed support all these OSs. If you have no specific preference, just pick up centos 7 then.
  18. P

    One Click WordPress installation not working on Vultr

    You can log a ticket with us by providing tmp root ssh, we can check for you.
  19. P

    Need help with removing fbclid query string from Facebook

    What did you do in .htaccess? something similar to this? https://stackoverflow.com/questions/3457022/mod-rewrite-remove-query-string-from-url
  20. P

    Hello Friends

    Welcome to OLS community.
Top