Search results

  1. M

    Problem with 3.313

    3.3.14 package has been uploaded, it should be the most one in term of cPanel compatibilities. Please give it a try.
  2. M

    directadmin server problem

    3.3.14 package has been uploaded, it should have fixed this problem, please give it a try.
  3. M

    VirtualDocroot

    LSWS does not support virtualdocumentroot directive yet. You can archive the same result with rewrite rule.
  4. M

    Problem with 3.313

    In order to make cPanel happy, LSWS 3.3.13 write its own pid to Apache pid file, it may have side effect with other control panels, other control panel may be able to get pid of lshttpd and kill it when it want to restart Apache. We will have it addressed in 3.3.14 release.
  5. M

    Another Internal Redirect issue

    If it is in RoR log, you should trouble shoot the internal redirect code, maybe need to terminate the request properly.
  6. M

    Internal Redirect problem

    If the browser receive the redirect response, a external redirect is used, not internal redirect. Maybe you should try def sendfile @name = session[:jobname] + ".zip" filename = ":public/download/" + @name headers["x-litespeed-Location"] = filename end
  7. M

    Errors in LOg

    Nothing to worry about, you can remove those vhost templates if you want.
  8. M

    Problem with 3.313

    Are you using "Override Restart HTTP script" option? cPanel may try to start Apache somehow and messed up the PID file. Looks like the "replace Apache httpd" option is more reliable for now.
  9. M

    LiteSpeed is not stopping ??

    lswatch.sh is a watchdog script, it has not be used by default. You start start it manually if you want to keep lshttpd running regardless.
  10. M

    LiteSpeed is not stopping ??

    switch to Apache just do service lsws stop service httpd start The /script/restartsrv_httpd should work with either LSWS or Apache, or both.
  11. M

    Version Weirdness

    3.3.13 has been officially released. it should be fine now.
  12. M

    Internal Redirect problem

    Install wireshark and sniff the traffic see if you can find out anything.
  13. M

    LiteSpeed is not stopping ??

    Latest official 3.3.13 package should have fixed the cPanel kill lshttpd problem.
  14. M

    LSWS 3.3.13 has been released

    LiteSpeed Web Server 3.3.13 has been released This release is mainly to address a few minor bugs and improved cPanel compatibilities. Attention cPanel users: LSWS should make cPanel happy now and won't be brutally killed during cPanel update or during adding/removing user account. All three...
  15. M

    Load balancing algorithm

    Yes, LiteSpeed uses persistent connection between web server and external app process, so LS keep tracking state of connection.
  16. M

    Virtual host settings won't save

    $VH_ROOT/conf/ should be owned by the user that lshttpd run as.
  17. M

    Load balancing algorithm

    LiteSpeed always try to use the minimum number of processes and assign request to the most recently used process.
  18. M

    Blocking Based On Country

    You can use a rewrite rule to test GEOIP_COUNTRY_CODE just like with mod_geoip http://www.maxmind.com/app/mod_geoip
  19. M

    LiteSpeed is not stopping ??

    kill lswatch.sh
  20. M

    Server is slow

    Looks like cPanel still able to kill lshttpd somehow, so the replace httpd binary is till the best choice. We need to do more test.
Top