Search results

  1. N

    Error 503 on CMS Joomla 1.5

    any messages in error log?
  2. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    Thanks for your update. can you specify what's the root cause? so others can learn from your experience.
  3. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    you mean "slow motion" ? i.e., original video is 30 frames/second, but playing with 20 frames/s, or 10 frames/s. so looks like slower than normal. if it's the case, I haven't experienced it yet. do the video play normally without seek? it's normal in my random seek tests. to prevent a...
  4. N

    Apache re-writes are not working

    check in admin console: Server -> General -> Allow Override:check all except "None"
  5. N

    [solved] Switch to Apache config and complex php won't run?

    check if phpinfo() match. can get phpinfo at command line: /usr/local/lsws/fcgi-bin/lsphp5 -i
  6. N

    [solved] LVE not working with LSWS 4.1.3

    thanks for the update!
  7. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    Hi, it's quite fast to me at the moment. it's a network speed issue --- the download speed between the server and browser. if download speed slow, the video have to keep buffering to be able to play.
  8. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    got it ... I think it's bit rate / bandwidth issue. when your bandwidth is wide enough, you can host high bit rate videos; otherwise only low bit rate video can play smoothly. the video itself has no problem.
  9. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    it's in a LAN. I just created a test.html: <embed flashvars="file=video.mp4&provider=http&http.startparam=start" width="876" height="480" src="player.swf" allowfullscreen="true" allowscriptaccess="always" wmode="transparent" /> the video.mp4 is the...
  10. N

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    have you tried this video on other web server like apache? this will give us more info. update: I tried this video on LAN with 256K Outbound Bandwidth (bytes/sec) limit, and JWPlayer 5.7(http://developer.longtailvideo.com/trac/export/1942/trunk/fl5/player.swf), seek working fine. not sure if...
  11. N

    [solved] High CPU load since 4.12 and 4.13

    thanks for the feedback. let's keep the post so that benefit other users --- it's not rare which upgrade cause problems, and it's good not for this time and you've figured out the root cause of the issue.
  12. N

    [solved] High CPU load since 4.12 and 4.13

    can you give the output of "top -c"?
  13. N

    4.0.20 -> 4.1.2 Problem with tmp directory growing up

    anyway, here's the latest: #curl -I http://www.litespeedtech.com/packages/4.0/lsws-4.1.2-ent-x86_64-linux.tar.gz HTTP/1.1 200 OK Date: Mon, 01 Aug 2011 12:49:46 GMT Server: LiteSpeed Accept-Ranges: bytes Keep-Alive: timeout=5, max=100 ETag: "30dd26-4e331221-1bc8de9" Last-Modified: Fri...
  14. N

    4.0.20 -> 4.1.2 Problem with tmp directory growing up

    have you enabled cache and cache folder under /tmp ?
  15. N

    [solved] litespeed access log not working

    Thanks. it's parent directory's permission issue, fixed by: /var/log>ls -l |grep httpd drwx------ 2 root root 4096 Jul 30 12:41 httpd /var/log>chmod a+x httpd /var/log>ls -l |grep httpd drwx--x--x 2 root root 4096 Jul 30 12:41 httpd
  16. N

    [solved] litespeed access log not working

    so, can you PM the access, let's see what's the magic here.
  17. N

    [solved] litespeed access log not working

    is xxx.com-bytes_log working well?
  18. N

    [solved] litespeed access log not working

    maybe disk full? #df -h #df -hi
  19. N

    [solved] litespeed access log not working

    then, is litespeed running ? #netstat -ntlp
  20. N

    [solved] litespeed access log not working

    BTW, i was using apache before migrating to litespeed, and the access log was working when using apache. what user apache run as ? and what litespeed run as? they should match. if not, re-install litespeed again, to specify same user as apache.
Top