Search results

  1. M

    Banning Countries - how to?.

    Just follow the guide for mod_geoip, go to maxmind.com to look it up, you need Enterprise license in order to use GeoIP feature.
  2. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    We have to make cPanel believe our lscgid is Apache httpd, in most case, only lscgid got killed, it is a small sacrifice to give, otherwise, cPanel will start killing any process owning port 80! :eek: that's the reason why sometimes cPanel send signal 9 and 15 to lshttpd, we have to find a way...
  3. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    Let us try to make it work better first. We got complains from cPanel manager that their support department got too much support requests related to LiteSpeed, that's why we have to add a disclaimer every where stating that we are responsible for LiteSpeed related support issues. :p
  4. M

    vbulletin mods not working

    Maybe the script requires a higher version of PHP, does not the "private" key word.
  5. M

    Suhosin Problem: 0.9.9 should be 0.9.9.1

    The latest build of 4.0.14 should use patch version 0.9.9.1 for PHP 5.3.2 . You should upgrade to the latest 4.0.14 build.
  6. M

    [REQUEST] litespeed loadbalancer trial license

    The trial key was sent via email automatically. Maybe it was filtered by your email server. Please contact sales for help if need.
  7. M

    Litespeed stats [.rtreport]

    BPS_IN is "KBytes per seconds Incoming", BPS_OUT is "KBytes per seconds Outgoing". So 3224KB/s is in the range of 25-30Mbps.
  8. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    Signal 9 will cause much bigger problem than signal 15, and it is the biggest headache for us. We will try to figure something out from cPanel's Apache restart script/binary. Hopefully, we can figure out a satisfactory solution soon.
  9. M

    [Resolved] SSI commands - flastmod not working

    Please download 4.0.14 package and do a manual update, it should be fixed. Thanks for the bug report.
  10. M

    vbulletin mods not working

    It might be a missing PHP module or something, you should contact your hosting company to look into the problem.
  11. M

    Rails 3.0 lsapi runner

    Thanks much! We will looking into integrating it into our rails runner script.
  12. M

    how to improve the busy litespeed server

    Does the server serve a lot of static content? Maybe you should try the 4.1RC release with AIO option enabled.
  13. M

    Java/Flash Upload file

    Similar to the way using multiple PHP version in LiteSpeed. Please read http://www.litespeedtech.com/support/forum/showthread.php?t=3995
  14. M

    How to convert custom Apache module?

    The code will be pretty similar to FCGI code, the source code of LSAPI LIB is open, distributed with our PHP and Ruby API code. We can provide a sample code similar to the sample code in FastCGI SDK, please contact info@litespeed...
  15. M

    ruby lsapi removes RAILS_ROOT value from ENV

    Both are done for efficiency, it requires to copy the environment variables for each request, so we want to keep number of environment variables as small as possible. For the default stdout, maybe it is not necessary, we receive some requests to redirect it. If we can do it once during...
  16. M

    4.1rc2

    SNI support has been added to 4.1 branch.
  17. M

    First steps with LSWS on isp manager

    You need to build your own lsphp5 binary. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  18. M

    408 Errors

    What is the "Connection Timeout" http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout It only happen when request takes longer than "Connection Timeout" to process. Check access see what request have 408 result if you can, see if you can reproduce it by accessing it. Maybe...
  19. M

    [RESOLVED] Core dumps not generated in PHP 5.3

    If it crashes in middle of a request, the core file will be in the directory that the script located, if it crash after a request complete, the core file will be under fcgi-bin/ directory.
  20. M

    [Resolved] 4.0.14 Breaks cPanel HTTP bandwidth tracking

    It should be fixed in the updated 4.0.14 package, please try a "Force upgrade" from web console or manually from command line.
Top