Search results

  1. N

    .htaccess files not being used

    if only Require ip x.x.x.x will it work ?
  2. N

    disable redirect caching

    301 and 302 should have no difference. please provide steps so we can reproduce the issue.
  3. N

    What is this? to_avoid_overwrite_important_env

    should not use it. if you see it, please contact your host why it's there.
  4. N

    What is this? to_avoid_overwrite_important_env

    We already talked about it before: no need repeat the work. please take further action : it won't have progress to discuss here any more. since I have no such setup to reproduce the issue.
  5. N

    What is this? to_avoid_overwrite_important_env

    the normal one is like this # strings /proc/11679/environ LSAPI_PADDING=leave_some_room_to_avoid_overwrite_important_env LSAPI_CHILDREN=10 LSAPI_MAX_IDLE_CHILDREN=10 LSAPI_EXTRA_CHILDREN=20 LSAPI_PPID_NO_CHECK=1 LSAPI_PGRP_MAX_IDLE=60 LSAPI_MAX_IDLE=60 PATH=/usr/local/bin:/bin:/usr/bin in...
  6. N

    What is this? to_avoid_overwrite_important_env

    your command format is wrong. should be strings /proc/14117/environ not strings: '/proc/14117/environ'
  7. N

    What is this? to_avoid_overwrite_important_env

    yes, you have use it correctly. but the lsphp process may disappear after it's finished the request. hence the error : No such file. you have to run the command when the lsphp process is running.
  8. N

    What is this? to_avoid_overwrite_important_env

    replace "pid_of_a_lsphp_process" with a number. it's process id of a running lsphp process. in screenshots you posted early in this thread, it's under "PID" column.
  9. N

    What is this? to_avoid_overwrite_important_env

    no. I just tell where "leave_some_room_to_avoid_overwrite_important_env" is from I tried to reproduce it in a cPanel server, but failed. maybe this only occur on DA server. please try "strings /proc/pid_of_a_lsphp_process/environ" to show all the environment variables
  10. N

    web admin -

    I think this is the only way
  11. N

    What is this? to_avoid_overwrite_important_env

    the output is from "top". but I never see such output in "top" or "top -c". any special on your "top"? 'room_to_avoid_overwrite_important_env' should come from the process's env. just "cat /proc/pid_of_lsphp_process/environ", you'll see "leave_some_room_to_avoid_overwrite_important_env" there
  12. N

    What is this? to_avoid_overwrite_important_env

    so this is DA specific process manager. not general one -- ps have you asked DA ?
  13. N

    What is this? to_avoid_overwrite_important_env

    what is it ? in command line, run "ps -ef|grep lsphp", can see "to_avoid_overwrite_important_env" ?
  14. N

    What is this? to_avoid_overwrite_important_env

    is it easy to reproduce the issue ? you can log a ticket with us.
  15. N

    What is this? to_avoid_overwrite_important_env

    looks like bug somewhere. what's the lsws version and lsphp version ? os ?
  16. N

    Litespeed WHM plugin -Problem with update

    it's ok now. initial 4.1.5 has problem, it's been fixed by our dev. the package is ok now.
  17. N

    I'am unable to update LiteSpeed Web Server WHM plugin to v4.1.5

    this issue has been fixed. please try again
  18. N

    Real visits from Google to my site do not appear when the litespeed add-on is activated

    please refer https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  19. N

    White page in front office

    can you try https://docs.litespeedtech.com/lscache/lscps/settings/#user-defined-cache-rules add "ctry" to Context Vary Bypass, and see if it will help ?
  20. N

    Real visits from Google to my site do not appear when the litespeed add-on is activated

    do you mean activating LSCWP -- litespeed cache plugin for wordpress ?
Top