Search results

  1. N

    [Resolved] Problem Installing Litespeed

    does this file exist? /etc/selinux/config if exist, paste the content here.
  2. N

    [Resolved] Problem Installing Litespeed

    what's output of sestatus ?
  3. N

    [Resolved] Problem Installing Litespeed

    sorry, typo in previous post. what's the output of ls -al /usr/local/lsws/bin/
  4. N

    [Resolved] Problem Installing Litespeed

    "nobody" should be fine. what's output of: ls -al
  5. N

    [Resolved] Problem Installing Litespeed

    try CentOS 5.2 - LAMP first
  6. N

    Litespeed and DirectAdmin

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da
  7. N

    Problem installing LiteSpeed webserver 4.0.16

    do you run it as root?
  8. N

    [Resolved] Problem Installing Litespeed

    you need re-install the OS. your OS should be 1 of above 3. can't be all 3.
  9. N

    litespeed problem in joomla with jomsocial

    no experience with jomsocial maybe you can try 4.1RC3 to see if any difference.
  10. N

    too many connections

    revisit this thread. should prevent: "EAPro Req/Sec: 20000" this means: 20K requests to external process, like php. this may kill one server and make it no response. assume the 20K requests to long_run.php to deny access within long_run.php is not a good idea, since still need launch...
  11. N

    [Resolved] Problem Installing Litespeed

    no "more" utility on your linux. install it by yum install util-linux.i386 (if 32-bit linux) or yum install util-linux.x86_64 (if 64-bit linux)
  12. N

    [Resolved]HTAccess rewrite errors in LSAPI logs

    there is a extra space in the string: remove it and works. it can be simplified as RewriteCond %{QUERY_STRING} globals|encode|request|union|select|insert|cast|set|declare|drop|update|md5|benchmark|loopback [NC,OR]
  13. N

    too many connections

    "around 20,000 connections at once and even more" really a challenge for any web server, it may reach or exceed some system resource limit. but something must be wrong if taking about 5-10 minutes or longer to live. what happen when restarting web server in this situation? does the web server...
  14. N

    too many connections

    it last just a while or very long time?
  15. N

    too many connections

    no. as long as watching, the connection should be still there. are video streaming through php script? since I see if streaming via lsws, may improve the situation.
  16. N

    too many connections

    "req/second" is "requests/second", it tells about how many people are accessing your website, server side can't control it. are your server a download server? it's possible 1 IP setup 100 or more connections to your server, while this client feels fast enough, other clients don't. By limit...
  17. N

    too many connections

    you can tune "Per Client Throttling" in Server->Security
  18. N

    bandwidth stats issue

    try chmod o+x /tmp/lshttpd then check if Real time Stats works.
  19. N

    Instructions to use lslb

    not necessary. "lslb will protect the www.mainsite.com" is ok no need set DDOS on lsws.
  20. N

    bandwidth stats issue

    please check: ls -ald /tmp/lshttpd
Top