Search results

  1. M

    Tomcat 6/Spring/Struts with AJP

    You need to add a servlet context for url "/home.meta", regular expression can be used, so LSWS can have an idea which request should be forwarded to servlet engine.
  2. M

    After Uninstall, websites really really slow

    ls -l /usr/bin/gcc /usr/bin/ld chmod 0755 /usr/bin/gcc /usr/bin/ld
  3. M

    After Uninstall, websites really really slow

    You need to make the permission on "gcc" "ld" relax a little bit, at least during building PHP from web console.
  4. M

    After Uninstall, websites really really slow

    How much can 4-CPU license can comparing to 2-CPU is depends on your usage, basically, the more CPU time spend by lshttpd, the more improvement you will get. http://www.litespeedtech.com/support/forum/showthread.php?t=1660 Yes, whm plugin is independent.
  5. M

    After Uninstall, websites really really slow

    You have to try tuning Apache configuration then. Maybe MaxClients is too load or your site is under attack.
  6. M

    Apc

    If there is a section for APC in your phpinfo page, APC has been loaded. If not, you need to check your php.ini to make sure to load apc.so properly.
  7. M

    Newbie questions for Cpanel/WHM Litespeed setup

    try changing server "Priority" to "-19" http://www.litespeedtech.com/docs/webserver/config/general/#serverPriority
  8. M

    After Uninstall, websites really really slow

    Are you using control panel? If use cPanel try restoring /usr/local/apache/bin/httpd from httpd_ls_bak, if have not done yet. reinstall Apache is another option.
  9. M

    Complie Error

    You need to install mysql client library and specify the path to that library --with-mysql=<path_to_mysql_client_lib_dir> Use the configuration parameter in your apache PHP info page as a reference.
  10. M

    License validate time

    Are you using a control panel? to use it as 1-CPU license, you need to create all the listeners explicitly and bind all of them to process 1.
  11. M

    Slow page load times after enabling throttling

    your Outbound/Inbound bandwidth have been set too low. try Outbound Bandwidth (bytes/sec) 100K Inbound Bandwidth (bytes/sec) 50K
  12. M

    lscgid: execve(): Permission denied

    Have you chmod the script. Try sudo -u <user_lshttpd_run_as> path_to_script from command line.
  13. M

    rewrites are redirecting

    Get rid of "http://www.example.com" from the destination URL.
  14. M

    Newbie questions for Cpanel/WHM Litespeed setup

    PHP suEXEC is recommended for shared hosting, does not like Apache's solution like suphp, eaccelerator works well with LiteSpeed PHP suEXEc. "Building matching PHP binary" does it for PHP. You need to manually install ruby LSAPI if you plan to support RoR.
  15. M

    License validate time

    2-cpu license.
  16. M

    Connection Soft Limit

    error.log will log IPs being blocked. You can check that IP against access log what url has been accessed to determine it is an attacker or not. And usually, an attacking IP will be banned again immeditely after previous ban being lift.
  17. M

    Connection Soft Limit

    Soft limit should be 15-20, hard limit around 30. FireFox 3 is known to use up to 20 concurrent connections.
  18. M

    removing lightspeed and using apache again

    Are you let LSWS override Apache httpd binary? You may need to restore the original Apache httpd mv httpd_ls_bak httpd under httpd/bin directory where Apache was installed.to.
  19. M

    Installation error with serial number

    please remove /usr/src/lsws/lsws-3.3.19.tar.gz, then try again, it has been fixed.
  20. M

    Cache problem

    May you need to check if a expires header has been added or not. LSWS do not even open those PHP or rhtml files at all, how can those files be locked by LSWS? You can verify the file content have been changed or not by viewing it from command line. Your conclusion that LS prevent file being...
Top