Search results

  1. L

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    the 443 listner is not up did you set certificate for that listener ? any cert can work , self-sigh , expired, invalid ...etc listener won't start up without cert setting.
  2. L

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    first of all , disable CF for the time being during the test , so we can see what was response from OLS and also make sure , OLS is correctly set on port you can verify it by `netstat -lnp | grep litespeed`
  3. L

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    because cloudflare will connect to your OLS 443 , then OLS 443 passes it to your apache port
  4. L

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    Hi, have you checked this ? https://openlitespeed.org/kb/litespeed-cache-openlitespeed-reverse-proxy/
  5. L

    DigitalOcean image uses www-data:www-data instead of nobody:nogroup

    yes, that's exactly what I meant nobody is good for static files. Ideally, you make static files readable by nobody, but php script only on specific user like www-data When you have multiple sites, like a shared hosting, better to set up that way. But OLS image was designed as...
  6. L

    DigitalOcean image uses www-data:www-data instead of nobody:nogroup

    Hi, I am not sure if nobody is really recommended , it maybe for static files, but definitely not for PHP scripts imagine you have 10 sites on "nobody" , 1 site compromise will endanger other 9 , attacker will be able to read the files , that includes like wp-config.php that contains...
  7. L

    openlitespeed vhost

    Yes , there is no point for it to be on OLS as you can freely configure port on listener
  8. L

    openlitespeed vhost

    port offset is on LSWS enterprise, It's basically a feature that reads Apache conf file, but runs on different port, to be able to run lsws and Apache at same tome for test
  9. L

    openlitespeed vhost

    user <----> OLS , this port is on your listner OLS <----> backend , this port is controlled by your external app setting
  10. L

    Unable to load images

    Go to Webadmin console, server tuning, raise max connection time from 300 to higher if you have big sql file to import
  11. L

    Object cache Redis causing reset password link invalid

    Hi, Frankly I am also looking for this but unsuccessful , couldn't find anything regard on this :( Best regards,
  12. L

    Does not work .htaccess redirect from IP address to domain

    Hi, CyberPanel didn't map IP address you need to go webadmin console --> Listener , on both default and SSL listener , add "*" to the vhost mapping , like my screenshot
  13. L

    Centos 8/Cyberpanel how to fix OLS

    Hi, Unfortunately you will have to re-start it from scratch but yes, you have a good point , there should be some checks before start OLS -> LSWS convertion Best regards,
  14. L

    Set up PHP

    Hi, the difference between $SERVER_ROOT/fcgi-bin/lsphp5 and /usr/local/lsws/lsphpXX/bin/lsphp is that , first one comes with OLS installation , the others , you need to use apt or yum to install binary first. for extension , if it is not in repo , then please manually compile it...
  15. L

    Image optimization not working

    Hi, That's OK , image optimization will keep working. Best regards,
  16. L

    Image optimization not working

    Hi, Did you link to Quic Cloud dashboard ? if so , please go to QC dashboard , and see in image optimization page , it might show you some information. if not , please try clean up unfinished and try again. Best regards,
  17. L

    Image optimization not working

    Hi, Based on that error message, please wait for 4 minutes , 11 seconds later and try again. Best regards,
  18. L

    reg service status

    Hi, it's simple , just do like this echo "FINAL SERVICE RUNNING STATUS" echo " " echo "Openlitespeed status -"# /usr/local/lsws/bin/lswsctrl stop systemctl stop lsws systemctl start lsws systemctl show -p SubState proftpd | sed 's/SubState=//g'
  19. L

    reg service status

    Hi, Just implement what I replied early if it is failed , stop it via lswsctrl command and restart it by systemctl command ought do it.
  20. L

    reg service status

    If LSWS/OLS was started by /usr/local/lsws/bin/lswsctrl start which is outside of systemd service control, in this case it will report as failed. you need to make sure all your OLS command was done by `systemctl start/stop/restart lsws` and do not involve `/usr/local/lsws/bin/lswsctrl...
Top