Search results

  1. N

    [solved] Connectivity Issue?

    when you saw the error again, check cat /proc/sys/net/ipv4/ip_conntrack_max to see if your setting has been changed. if it changed, then some other scripts are trying to set it back to default value. in this case, change this value to 131072 in this script. to change this value after...
  2. N

    rewrite rule problem

    the simplest way is to use jwplayer, and test with following code: <embed flashvars="file=yourvideo.mp4&provider=http&http.startparam=start" id="player2" name="player2" width="320" height="240" src="player.swf" allowfullscreen="true"...
  3. N

    rewrite rule problem

    No. Litespeed support flv streaming. and lsws 4.1 suport mp4 streaming as well. refer wiki for detail: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:flv_streaming http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:mp4_streaming
  4. N

    htaccess parsing

    cache need 2-CPU or above license. what's your test URL, and the reason you're sure not working?
  5. N

    htaccess parsing

    if you're using apache http.conf, that's ok too.
  6. N

    htaccess parsing

    please refer http://blog.litespeedtech.com/2011/01/28/speed-up-vbulletin-sites-through-litespeed-built-in-cache/ for an example to enable cache also there is a "LiteSpeed Cache" subforum: http://www.litespeedtech.com/support/forum/forumdisplay.php?f=30
  7. N

    is there any way to limit litespeed use by domain

    there is no easy way to do so. however, following is possible and easy to go, FYI: have both apache and litespeed running, apache listen to port 80, litespeed listen to 2080(or 8080 whatever). then all websites can be accessed through domain.com (apache) and domain.com:2080 (litespeed)
  8. N

    mod_security

    please confirm if it's the latest 4.1? Last-Modified: Tue, 03 May 2011
  9. N

    Upgrade to 4.1 GOLD

    how about the latest 4.1? :)
  10. N

    [solved] LiteSpeed Caching Error

    can you switch to the latest 4.1 build(if not yet), see if can reproduce?
  11. N

    [solved] LiteSpeed Caching Error

    can you install the debug version http://www.litespeedtech.com/packages/4.0/lsws-4.1-ent-x86_64-linux-dbg.tar.gz and reproduce the issue
  12. N

    litespeed crash

    check iif /tmp full?
  13. N

    Need advice installing on live server

    refer: http://store.litespeedtech.com/store/cart.php VPS license is a limited edition with the restriction of 2G memory and 500 concurrent connections. For vps with higher spec, 1-cpu license is required. however, cache function need 2-cpu(or above) license. see...
  14. N

    Need advice installing on live server

    for vBulletin+vbseo, 1. disable php suExec. i.e., let lsphp5 running in non-suExec mode 2. install XCache instead of APC 3. to enable litespeed cache for vB+vbseo, refer http://www.litespeedtech.com/support/forum/showthread.php?t=4829 this is the ultimate guide and worked out on a busy...
  15. N

    error 500 connection time out

    one method is analyze error.log and access.log, first get the time stamp in error.log when 500 error happened, then lookup access.log around that time stamp, try to find out which script caused the error.
  16. N

    [Solved] 4.1rc5 keeps crashing

    please do a Force Reinstall for 4.1 if not yet. latest build: ~>curl -I http://www.litespeedtech.com/packages/4.0/lsws-4.1-ent-x86_64-linux.tar.gz Last-Modified: Mon, 25 Apr 2011 04:43:37 GMT Content-Length: 3185619
  17. N

    error 500 connection time out

    then that may not be the case ... can you identify which php script cause 500 error ?
  18. N

    error 500 connection time out

    is there a php script which take long time to complete? over 30 seconds?
  19. N

    [Solved] libssh2

    yes, that's opcode cache. but the build way is same.
  20. N

    How to update to 4.1?

    need ssh to your server, run those at command line. if you're not familiar, best to have your admin to do that.
Top