Search results

  1. M

    Apparent Error in handling of symlinks in homedir paths.

    Please try 4.1.1 release.
  2. M

    LSWS 4.1 does not obey Plesk 10.2 PHP clause

    another option is to ignore mod_php5 sapi_apache2 configurations. http://www.litespeedtech.com/docs/webserver/config/general/#apacheIgnoredModules that matches apache behavior under Plesk.
  3. M

    Problem with new IP's

    If there are more than one hundred IP addresses assigned to that server, you should try a full stop, then start cd /usr/local/lsws/bin ./lswsctrl stop ./lswsctrl start LSWS will bind to *:80 instead of each individual IP:80 when there are more than 100 IP addresses, to reduce the number of...
  4. M

    Problem with new IP's

    How many IP do you have on that box? Have you checked "netstat -an | grep LISTEN" see if IP:80 are binded. Try a full stop, then start from command line. No need to manually add listener in admin console. Also you can manually download 4.1.1 package by changing version number in the download...
  5. M

    Apparent Error in handling of symlinks in homedir paths.

    Thank you for the bug report. It is as designed, for better performance, LiteSpeed follows symbolic links for document root directories while loading the configuration during LSWS startup, instead of doing it for each request. It can be easily addressed with a graceful restart.
  6. M

    CGI suExec bug in LSWS 4.1

    This issue will be addressed in 4.1.1 release. Thanks for the bug report.
  7. M

    Bug with .htaccess

    Can you try Apache with this. LiteSpeed need to follow Apache's behavior. An easy solution is to something in .htaccess for example2.com, it should stop inheriting rewrite rules from example.com.
  8. M

    [solved] Connectivity Issue?

    Also, please check output of "dmesg", it is likely because "ip_conntrack" limit being reached.
  9. M

    mod_security

    The <LocationMatch> issue should be addressed in our 4.1.1 release when you put security rule in native LSWS configuration. However, for vhost configured through httpd.conf, you should configure mod_security through httpd.conf as if Apache is used.
  10. M

    mod_security

    Those rules should work fine with 4.1 release. We need to either check it on your server, or copy your configuration to our lab environment to reproduce it.
  11. M

    [Solved] 4.1: SNI does not work

    Please download and update, should work now.
  12. M

    1-2 minute no response from server

    a new build is available, please do a "force reinstall" from web console.
  13. M

    [Solved] 4.1rc5 keeps crashing

    Please download and upgrade to the latest 4.1 std package. Just updated it.
  14. M

    1-2 minute no response from server

    It is likely a slow SQL query or something else blocked all PHP processed, increasing "max connections" wont work. You need to find out what happened from command line, check "top" output for CPU utilization, I/O wait, load, memory usage, etc. Check mysql slow query cache, check "mysqladmin...
  15. M

    Connections Issues in 4.1 Gold

    There have been a few bug fix updates of 4.1 based on user feedback. Please try a force reinstall of 4.1, the problem could have been fixed.
  16. M

    Suexec support for suffix php52

    There are many suffixes available, "php", "php5", "php53", you can use "php" suffix for the default one, either 5.3 or 5.2, then use php5 for the other.
  17. M

    [solved] Litespeed 4.1 Restarts Often

    please update again.
  18. M

    [solved] 4.1 Release - Logs show htaccess rewrite errors

    Please update again.
  19. M

    [solved] Litespeed 4.1 Restarts Often

    new build of 4.1 is available. A few more bug has been addressed.
  20. M

    RC5 Request Timeout Issues

    4.1 package has been updated to address a few bug based on feed backs.
Top