Search results

  1. M

    CSF Firewall

    We recommend using fail2ban in this regard.
  2. M

    how to retrieve environment variables in servlet

    It is up to tomcat how to access those "attributes" in the AJPv13 request. http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html
  3. M

    Tomcat 6/Spring/Struts with AJP

    I think you did not configure it properly for the regular expression. can you post a screen shot of that page? Another solution is to use proxy context, instead of servlet context. But, you still need to get the regular expression right.
  4. M

    find: /proc/irq/: No such file or directory

    Which version did you upgrade from? Are you using a VPS? "find: /proc/irq/ ..." is normal, it does not hurt. the error regarding "read()" is abnormal, Is there anything in error log? Can do "strace /usr/local/bin/lsws/lshttpd -d" and send us the output?
  5. M

    CSF Firewall

    Yes, CSF need to be configured to parse error log file for detected IP attacking the server. We will leave it for CSF developer or someone familiar with their regex setup.
  6. M

    LSWS optimization request

    Please download and do a manual upgrade to 4.0.12 again. the latest build is more aggressive in closing files, it may solve your problem. Since the web server load is pretty high, I think it is better to have a dedicate DB server. If DB server is not that busy, you can use it as secondary web...
  7. M

    proxy to web server - initial load slow.

    You can try our latest 4.0.12 if you have not, it might be fixed.
  8. M

    CSF Firewall

    What do you mean "compatibility to CSF Firewall"? Exclude from LFD?
  9. M

    Tomcat 6/Spring/Struts with AJP

    The problem is the URI configuration, it does not work like that, you need to use regular expression like
  10. M

    4.0.12 Admin Web Console Login Error

    Maybe something wrong with the encryption key, Run /path/to/lsws/admin/misc/create_admin_keypair.sh fixed it.
  11. M

    Error in compiling php

    chown -R lsadm:lsadm /usr/local/lsws/phpbuild
  12. M

    4.0.12 Admin Web Console Login Error

    Where LSWS has been installed to? Possible for our staff to login and take a look?
  13. M

    Huge lsphp5 problem

    It is likely a PHP/APC internal problem. Try turning off APC, or try eAccelerator, or upgrade APC. Also, if it does not solve the problem, do "strace -tt -T -p <pid_of_lsphp5>" and "strace -tt -T -p <pid_of_lshttpd>" and send us the output.
  14. M

    Litespeed must restart for domains to work.

    Upgrade to the latest 4.0.12 see how it goes.
  15. M

    4.0.12 Admin Web Console Login Error

    download 4.0.12 and perform a upgrade again see if the problem fixed.
  16. M

    Php 5.2.10

    You have some mismatched PHP modules I think. those modules need to be build manually, it cannot be taken care of by cpeasyapache. try run /usr/local/lsws/fcgi-bin/lsphp-5.2.12 -i from command line, see if you got any error.
  17. M

    php configure with sapi cannot find --with-litespeed

    For PHP 5.3, LiteSpeed SAPI is included, so, you do not need to run "buildconf" again. Sometimes, at the end of configure output, it will say certain configuration is not known, like "--with-litespeed", but actually,it is successful if scroll back to check the SAPI used. If buildconf failed for...
  18. M

    Litespeed shutsdown and doesnt restart

    Please submit a ticket to our billing system, we will investigate.
  19. M

    Website Lockup Durring Peak

    If you use PHP suEXEC, you need to increase the "PHP suEXEC Max Conn" from 10 to 20. That site may have performance issue as well.
  20. M

    503 error :(

    Please follow our trouble shooting guide in our wiki http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting If cannot solve it by following those steps, please post more detail information about the issue.
Top