Search results

  1. M

    Load Balancer IP in remote_addr.

    Use this option in your LSWS http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader
  2. M

    Request rejected by server

    Checked the tcpdump output, the client sent a HTTP GET request with request body, which does not follow HTTP specs. Should use "POST" request method.
  3. M

    Auto Anti-DOS on/off

    That's possible. move to 4.0 release section.
  4. M

    4.0 road map

    Banned IP will be listed at the minimum. We won't do traffic log analyzer in side the server core. use those external packages.
  5. M

    Somer Error?

    Signal 9 is SIGKILL, it won't be trigger by anything other than sending by anther process to kill the process off.
  6. M

    4.0 road map

    1. the request URL should has been logged in error.log, but not in audit log. 2. No, we won't do that, leave it for developer using rewrite rule or something. 3. Our web console have option to compile PHP now. 4. Yes, I want that too. 5. No, just show the last few lines by default. 6. Maybe, may...
  7. M

    messages in our stderr

    What is your timeout value with the update release?
  8. M

    few questions

    do the following: lsws/bin/lshttpd -m lsws/bin/lshttpd -r mv lsws/license.key conf
  9. M

    New benchmarks?

    Forget about Zeus, that web server is dying. they have abandoned the web server product.
  10. M

    Testing 4.0b1

    We are internally testing the cache function of the 4.0b1 release. From time to time, we will switch between 3.3.9 and 4.0b1 releases. If you experience any problem with our site, please report to this thread.
  11. M

    messages in our stderr

    Do you get this error frequently? The keep-alive timeout definitely play a role here. 35 seconds should help. I have change the timeout calculation in 3.3.10, you can give it a try by changing the version number in the download link.
  12. M

    awstats always redirected to SSL

    OK, fixed in 3.3.10 build. You can download and give it try by changing the version number in the download link.
  13. M

    4.0 road map

    Yeah, we can do that.
  14. M

    lsphp4 using high CPU

    I don't think the process priority can affect the performance much, as long as the server load is not high and PHP is not in a dead loop, the CPU spikes are normal due to the fact that LiteSpeed only use a handful persistent PHP process to handle all PHP requests.
  15. M

    Server-status

    Showing bytes completed is a good looking but useless feature to me. Instead, number of connections from each IP established now and in the past minute, blocked IP that attacking your server, IP that consume most of your bandwidth etc are more useful information than those micro details.
  16. M

    Somer Error?

    cPanel was killing lshttpd with "-9", the wrapper script should fix it.
  17. M

    Request rejected by server

    Looks like your handheld sends a request containing invalid characters or some thing. Please use tcpdump to dump the request packet and send the output to bug@ ... , we will check if we can address it.
  18. M

    New benchmarks?

    Probably after our performance tuning is done to the 4.0 release.
  19. M

    Options for I/O event dispatcher

    "epoll" is the "best" on 2.6 kernel.
  20. M

    Server-status

    Improving status page is on our 4.0 to-do list. I might be wrong, but I don't think showing hundreds of connection detail status really help. The detail status will change 100 times/second. It has to be some statistical data that makes sense.
Top