Search results

  1. M

    lslb - ExtConn timed out while connecting.

    3% packet loss for a LAN environment is extremely high.
  2. M

    Wordpress Server. Can't access /wp-admin with Litespeed, can with Apache

    compare phpinfo() page from Apache and LSWS, configuration options and loaded modules should be similar.
  3. M

    lslb - ExtConn timed out while connecting.

    I think the problem is the source IP, should use a 192.168.0.x IP assigned to that server, or not use a source IP.
  4. M

    Wordpress Server. Can't access /wp-admin with Litespeed, can with Apache

    Try rebuild PHP from WHM plugin, "Build matching PHP".
  5. M

    lslb - ExtConn timed out while connecting.

    No problem. moved. Have you specify the source IP when your configure each node? Looks like lslb has problem connecting to all backend servers. could it be a problem with NIC port, switch port? If you use dedicate connection communicate with backend servers, you can check the packet loss of that...
  6. M

    Swap Folder Cleanup

    I see, looks like need to set I/O priority in server code before giving up super user privilege, then call the script without ionice.
  7. M

    Log buffering

    LiteSpeed already did that when server is busy. To minimize delay, the log buffer is flushed every second.
  8. M

    Prevent use of php_flag

    You can put it in httpd.conf global section, not in each vhost.
  9. M

    Litespeeed Load Balancer and mod_security

    Request filter (mod_security) function is available in LSLB. Maybe need a new release to refresh mod_security engine implementation to gain the latest development.
  10. M

    Fibers (rails, ruby 1.9) and SAPI

    This is a dramatic change in ruby/rails infrastructure, not sure it is can be mature enough and being adopted widely. After all, many code is not friendly with non-blocking mode. It is going to be disastrous if ruby blocked somewhere for some reason. It could save on memory, but I am not sure...
  11. M

    Stop Execution of Dynamic Files with less than X Perms

    as long as the file owned by root is readable by a user, that user can view the content of the file, it is standard Linux/Unix File System permission.
  12. M

    Prevent use of php_flag

    You need to explicitly set the php.ini configuration entries that you do not want to be overridden by users with "php_admin_flag ...". You should set it in httpd.conf for vhost configured though httpd.conf
  13. M

    Swap Folder Cleanup

    sudo -u nobody <path_to_cleancache.sh> <path_to_cache_dir>
  14. M

    lslb - ExtConn timed out while connecting.

    Please try command "telenet 192.168.0.4 80" from command line multiple times, see if you got long delay connecting to the target server sometimes.
  15. M

    Swap Folder Cleanup

    How about run the command with "-delete" from command line as nobody user? LSWS change UID to nobody or the user that lshttpd run as before execute the shell script. I wonder if it is a permission problem.
  16. M

    More SSI Problems: Very low failure rate of includes

    Is it random or can be reliably reproduced?
  17. M

    mod_mono and litespeed

    mod_mono support is not implemented as planed yet.
  18. M

    Swap Folder Cleanup

    looks like your find command does not support "-delete" action?
  19. M

    Swap Folder Cleanup

    It should find all files under all sub-directories.
  20. M

    Swap Folder Cleanup

    You can try running "lsws/admin/misc/cleancache.sh <cache_dir>" see if it does anything for you.
Top