Search results

  1. W

    Running 2 website from single virtual host

    Please correct me if I am wrong. 1 - Both domain hosted and working perfectly 2 - Change in sub-domaian virtual host - Document Root to main domain ( so that both will take same files ) 3 - As both having SSL so need to have diff virtual host ( ?????????????? ) Map to same virtual host ...
  2. W

    Running 2 website from single virtual host

    Hi, Client having 2 websites like abc.com and en.abc.com ( subdomain ) Codes and all files are the same. It will auto-detect language or base on user preference it shows language. How to do it as an admin panel is one, the database is one. Please help.?
  3. W

    reg service status

    I made one script which install everything and at the end of script I would like to show final service status like running. Anyway .. I try to manage it. Thank you .
  4. W

    reg service status

    Actually I am doing some automation and need way to check service status at the end of script. I do like this - echo "FINAL SERVICE RUNNING STATUS" echo " " echo "Openlitespeed status -"# ### No cmd found echo "ProFTPD status -" systemctl show -p SubState proftpd | sed 's/SubState=//g' echo...
  5. W

    reg service status

    [root@rnd ~]# systemctl show -p SubState lsws SubState=failed [root@rnd ~]# lsws status litespeed is running with PID 6218. [root@rnd ~]#
  6. W

    reg service status

    Hi, I am making some shell script to check openlitespeed status after installation. I am using below cmd but somehow it's not working or helping. systemctl show -p SubState lsws | sed 's/SubState=//g'
  7. W

    Autoupdate

    Worked like champ. Thank you!!
  8. W

    reg version check

    Hi, Do any way like shell command to check the current version available? I am looking to automate auto-update OLS.
  9. W

    Install IonCube loader on OpenLiteSpeed

    What about for php7.4 ? Will this work?
  10. W

    cache issue on prod server

    Yes. I disabled cache for custom and my issue fixed.
  11. W

    reg OpenLiteSpeed Version Differance

    Hi, I am getting notifications related to version release. Like - [openlitespeed-development] OpenLiteSpeed v1.5.12 Now Available [openlitespeed-development] OpenLiteSpeed v1.6.10 Now Available [openlitespeed-development] Re: OpenLiteSpeed v1.7.0 RC1 Now Available I would like to...
  12. W

    Tracking real visitors IP address in access log

    I added CloudFront before this setup and now apache logs showing only CloudFront IP only not actual visitors IP. Any more changes to track real visitor if CDN is active?
  13. W

    cache issue on prod server

    I configured OLS and MySQL for one project and facing issues. Admin added records via backend and its store in DB but frontend data not showing ...data start displaying after 2-4 min. What will be issue? Any setting needs to be correct? I am surprised that cyber panel also using openlitespeed...
  14. W

    Disable opcode cache for that PHP version ( Impact )

    Disable opcode cache for that PHP version I read somewhere to troubleshoot, disable opcode cache for that PHP version. What is the user not enabled it after that? What issue /impact?
  15. W

    Query about OLSW as proxy

    Can anyone give honest suggestions if we get any benefit using OLS as a proxy before the webserver? I added to test on one project but the client not happy with speed/performance. I do consultancy and trying to solve website problems and suggest a good solution. Sometimes even free and best...
  16. W

    Bad Request - server could not understand.

    Just try to access below URLs you will observe the issue. Refresh the same URL 2-3 times.. it will start working the same URL again. But why 400 Error coming not able to find it. https://webrunnr.com/contact-us Click on random pages. I am sure you get the error as I am getting. Even...
  17. W

    Bad Request - server could not understand.

    Bad Request Your browser sent a request that this server could not understand. Many times, users getting this message whereas when they refresh the same page, page works. What will be possible reason?
  18. W

    proxy to a backend web server (reverse proxy)

    Got it !! Thank you for helping.
  19. W

    proxy to a backend web server (reverse proxy)

    Oh !! Point noted. Will this correct? RewriteRule ^/(.*)$ http://backend/$1 [E=Cache-Control:max-age=120]
Top