Search results

  1. H

    https becomes unresponsive

    what is the full netstat command to see if anything else is getting in the way?
  2. H

    https becomes unresponsive

    actually maybe not, traffic returned and admin is still up but when it goes down, usually the only way to bring it up is with a reboot, the issue remains, it just doesnt happen all the time
  3. H

    https becomes unresponsive

    i noticed something important, when i remove this server from the load balancer, it receives no more traffic to http and https, and when this happens, im able to access the litespeed admin panel, what could it be?
  4. H

    https becomes unresponsive

    ive tried to change the version of php that admin panel uses to php84 but no change, curl says its on php84 but website is still not accessible so changed it back
  5. H

    https becomes unresponsive

    cloudflare doesnt proxy the ip of the server. see response below, maybe you've seen this before, i changed the port to 7081 to see if it helps, even if i do "systemctl restart lsws" it still doesnt come back but i know if i reboot the server it will curl -IkL https://127.0.0.1:7081/ HTTP/2...
  6. H

    https becomes unresponsive

    hi guys, i have an unusual problem where i am able to access the admin panel, then for some reason, it drops off and can no longer access it, when i run netstat i can still see its there waiting for connections, sometimes i even get the CloudFlare 524 Error because the pages takes too long to...
  7. H

    Proper way to increase memory for litespeed/php for improved performance

    Hi, is there a best practice to increase memory for php/litespeed for improved performance?
  8. H

    503 Service Unavailable for Web Admin

    from the error log that you show, the errors you are getting relate to wordpress not the lsadmin portal
  9. H

    backup and restore server

    thanks for that, i did the same, stored the password in sshpass and called it as a variable sudo apt-get install sshpass echo "your_scp_password" > ~/.scp_pass chmod 600 ~/.scp_pass first script #!/bin/bash # MySQL credentials DB_USER="usr" DB_PASSWORD="pass" # Databases to backup...
  10. H

    backup and restore server

    are there any other free solutions? was thinking of running a few commands to zip the files, extract the database and upload every day to a ftp
  11. H

    backup and restore server

    is there any command i can run to compress - web files - databases - '/usr/local/lsws' and then export to ftp what are other people doing for this kind of scenario?
  12. H

    backup and restore server

    as this server has no main control panel to backups what is the best way to backup openlitespeed server? want to backup settings / files / databases for an easy restore, anyone done this?
  13. H

    Monitoring cache status

    i had this problem once, found private cache enabled in the modules area enablePrivateCache 1 if your using wordpress plugin, it needs to be 0, see below # 1 checkPrivateCache 1 checkPublicCache 1 maxCacheObjSize 10000000 maxStaleAge 200 qsCache 1...
  14. H

    openlitespeed dns

    what is service is hosting dns on a openlitespeed ubuntu server?
  15. H

    secure openlitespeed

    ok so im running monit to monitor services but only put it into alert mode, these are my configs, was thinking also adding csf firewall ? #openlitespeed file check process OpenLitespeed with pidfile /tmp/lshttpd/lshttpd.pid start program = "/usr/local/lsws/bin/lswsctrl start" stop program =...
  16. H

    Monit Configuration Example

    does this only monitor lsws admin web portal? how about lsws php ? what does 'alert' do ? does it send an email ? ssh message ?
  17. H

    secure openlitespeed

    running openlitespeed on standlone linux server, already changed ssh port, added modsecurity. im looking for something to add to server to secure and monitor it.. any ideas?
  18. H

    redirected you too many times

    im getting; url.com redirected you too many times, only when going to long url with like...
  19. H

    link clicks and landing page views

    im getting alot of facebook reported link clicks onto my website but ever since enabling litespeed cache wordpress plugin ive noticed a significant drop in landing page views reported by facebook, its normal that landing page views are less than link clicks. for instance, on 4th of july, there...
  20. H

    exclude from cache

    i want to exclude /?wc-ajax=wc_ppcp_frontend_request&path=/wc-ppcp/v1/cart/shipping&_locale=user do i just add the below to "Do Not Cache URIs" area; /?wc-ajax= or does it need to be ^/?wc-ajax=* ?
Top