Search results

  1. M

    Need to run lshttpd with UID less than 60

    blocked by firewall?
  2. M

    404 if file too big?

    Yeah, we are considering this for the 4.0 release. However, it may make slow down the server a little bit as most 32 bit servers do not need serve large files, and 64bit OS is getting popular.
  3. M

    streaming flv video help

    It should be the default after we add this feature. Only earlier installation need to add that.
  4. M

    License Bug ?

    go with 1-CPU license if you are on a budget.
  5. M

    GeoIP issue with Apache VHosts

    Please wait for our 4.0b3, will be available soon.
  6. M

    License Bug ?

    if you think that you need more time to evaluate, you can purchase a license, we offer 30 day money back.
  7. M

    License Bug ?

    You can trial key for maximum 30 days, the clock clicks once you start using a trial key.
  8. M

    Need to run lshttpd with UID less than 60

    port is 8088 and 7080 by default.
  9. M

    Need to run lshttpd with UID less than 60

    It is 11, not 50.
  10. M

    Need to run lshttpd with UID less than 60

    The minimum UID required is 11, 60 should be fine.
  11. M

    404 if file too big?

    It is called large file support for 32 bit linux.
  12. M

    async io writeav setting

    Yes, when the total size of static files being actively served are too large to be cached by the kernel.
  13. M

    Performance Tuning

    change "Max connections" to "50", it must not be higher than "PHP_LSAPI_CHILDREN" Your DDoS setting does not protect you from request flood at all, start from Per Client Static Reqs/sec: 20 Per Client Dyn Reqs/sec: 1 or 2
  14. M

    Inconsistent log rolling between vhosts

    How many vhosts do you have? Have you change the awstats update offset for each vhost to spread it evenly, if all vhosts start to update awstats at the same time, the server may be overloaded and update will fail.
  15. M

    h264 streaming support

    Thanks, we will take a closer look when we get a chance. Move this thread to 4.0 release forum.
  16. M

    "503 Service Unavailable" Error!

    I have switched back to apache to test it, that URL will result in a blank page. The problem is not litespeed specific, but a PHP internal problem, for some reason PHP engine crash when serving that specific request no matter LSWS or Apache is used. If you can fix the problem with Apache, it...
  17. M

    "503 Service Unavailable" Error!

    If you switch back to Apache, it works right? Please PM me your server root and lsws web console login, I can take a look.
  18. M

    My server stopped.

    Just login to the web console and click update link. Or just run install.sh select upgrade.
  19. M

    PHP4 show in phpinfo ( not PHP5 )

    try "yum install bison flex lemon".
  20. M

    PHP4 show in phpinfo ( not PHP5 )

    You need build PHP5 binary either from web console, cPanel plugin, or manually. The executable should be named lsws/fcgi-bin/lsphp5, right now it is a symbolic link to lsws/fcgi-bin/lsphp4.
Top