Search results

  1. N

    [solved] LiteSpeed And Wordpress

    refer #2 reply: check which user lsphp5 is running ?
  2. N

    [solved]request filter rule - only allow specific IP to login for usernames

    please force-reinstall 4.1.3, it tried to fix this issue. please update if fix or not.
  3. N

    503 Errors with 4.1.3

    please do force-reinstall on 4.1.3, there are a few bug fixes yesterday, see if 503 happen again.
  4. N

    New Install on cPanel, Sites Timeout

    there's no litespeed related process in the screenshot of "top". however, looking at the screenshot only, the high load -- 141.39 is because of high iowait - 96.3%. the bottleneck is disk i/o. maybe disk hardware problem.
  5. N

    What does the multi-cpu license really get us?

    please refer this wiki page: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:what_license_to_choose dynamic requests served by external application like lsphp5 process, can run on all CPU/cores. e.g., all CPUs/cores are utilized by lsphp5 processes, regardless...
  6. N

    [Solved] cPanel Admin console = blank screen

    I can take a look at your server if you give the access.
  7. N

    [Solved] cPanel Admin console = blank screen

    is it an empty file? the size of the file and content of it?
  8. N

    [Solved] cPanel Admin console = blank screen

    when ssh on the server, what's the result of wget 127.0.0.1:7080
  9. N

    [Solved] cPanel Admin console = blank screen

    check if a firewall issue, admin console running on port 7080 ssh to your server as root, "netstat -ntlp|grep 7080"
  10. N

    Web Console

    replace $SERVER_ROOT with actual installation folder, for example, /usr/local/lsws, then run it: /usr/local/lsws/admin/misc/admpass.sh
  11. N

    Anti-DDOS Block feature cannot detect this kind of request

    what's your anti-ddos settings?
  12. N

    getting tons of 503 errors

    looks ok. maybe use original --with-mysqli=/usr/bin/mysql_config than --with-mysqli is better or either is ok.
  13. N

    getting tons of 503 errors

    those are default options, change them to match php option, and check XCache option. so you can build matching php at lsws admin console.
  14. N

    New Install on cPanel, Sites Timeout

    yes, agree. or set eAccelerator cache to other folder, not under /tmp partition.
  15. N

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

    tested and confirmed: after converting this .flv by flvtool++, it's seekable. you can install another tool flvtool2 as well: yum install flvtool2.noarch
  16. N

    PHP.ini

    php can run without php.ini, since all settings has its default value. if php.ini exists, php will follow the settings in it.
  17. N

    Error 503 on CMS Joomla 1.5

    compare the output of phpinfo() under apache and litespeed, are they matching?
  18. N

    Error 503 on CMS Joomla 1.5

    is phpinfo ok(without 503)? then check if you've done "build matching php" to apache.
  19. N

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

    I used a tool flvtool++ from facebook: http://mirror.facebook.net/facebook/flvtool++/ and working well. rename the flv file with suffix .flv. it looks video file downloaded from youtube without .mp4, .flv suffix random seek to mp4 has more overhead of CPU, memory at the server side than flv...
  20. N

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

    not sure if the video is ok when upload to youtube ? litespeed has supported Pseudo-Streaming FLV earlier than mp4. it's simpler than mp4.
Top