Search results

  1. N

    [solved] Usually showing "cannot display the web page"

    while everything drop, CPU usage of litespeed process up to 100% -- so the reason is the bandwidth limit. this result will benefit other uesrs. Thanks for the feedback. I'd mark this thread "solved".
  2. N

    [solved] Usually showing "cannot display the web page"

    received. it's a OpenVZ container. ~>date;cat /proc/user_beancounters;date Tue Sep 6 13:06:46 ICT 2011 Version: 2.5 uid resource held maxheld barrier limit failcnt 244074: kmemsize...
  3. N

    [solved] Usually showing "cannot display the web page"

    please PM the access info. otherwise, don't know exactly what this issue is
  4. N

    [solved] Usually showing "cannot display the web page"

    the 2 URLs not accessible or empty page
  5. N

    [Solved] Failed to create temp file with mkstemp()

    ~>man mkstemp MKSTEMP(3) Linux Programmer's Manual MKSTEMP(3) NAME mkstemp - create a unique temporary file SYNOPSIS #include <stdlib.h> int mkstemp(char *template); DESCRIPTION The mkstemp() function generates a unique...
  6. N

    [solved] Usually showing "cannot display the web page"

    if so, you can enable AIO instead of sendfile to see if any improvement. Server->Tuning->Use Asynchronized disk I/O (AIO)
  7. N

    [solved] Usually showing "cannot display the web page"

    but iowait showed in "top -c" is 0 -- 0.0%wa
  8. N

    [solved] Usually showing "cannot display the web page"

    the picture not clear
  9. N

    [solved] Usually showing "cannot display the web page"

    please take a screenshot of real-time stats.
  10. N

    [Solved] 4.1.4 406 errors

    have you tested lsapi php instead of php-fpm? it's recommended.
  11. N

    Thinking about purchasing, question.

    when web server get busier, more connections(between web sever and client) will be established. if your sever is not busy, it's no performance difference between different max connections limit. if fail to create new connection when max connection limit reach, the new requests are queuing there...
  12. N

    Nginx + Apache but LiteSpeed + what?

    if have to choose 1 from the list, then HAProxy. litespeed load balancer is another choice.
  13. N

    How to enable mod_setenvif

    it's already there, from 4.1 refer wiki: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:mp4_streaming
  14. N

    [solved] LiteSpeed And Wordpress

    thanks. so php suExec + eAccelerator is still a good combination in shared hosting environment.
  15. N

    Please Help My Friends.

    please try to figure out your system's bottleneck.run "top -c", see if any info.
  16. N

    [Solved] pipelog problem

    please refer this thread: http://www.litespeedtech.com/support/forum/showthread.php?t=2311
  17. N

    [solved] LiteSpeed And Wordpress

    no. you don't have to disable it, but it's no much help for performance.
  18. N

    [solved] LiteSpeed And Wordpress

    with php suExec, APC or xcache almost useless, so slow down. since all of the blogs are yours .... are these blogs under same user account or different user accounts?
  19. N

    [solved] LiteSpeed And Wordpress

    so are you providing wordpress hosting? I thought it's a standalone wp setup. then enable php suExec lsws admin console(:7080)==> Configuration=>Server=>General=>PHP suEXEC:Yes lsphp5 will run as each account's user. ALL WP upgrade should be ok.
  20. N

    [solved] LiteSpeed And Wordpress

    odd. it should work. then how about: chown -R nobody:nobody wordpress-root-directory you can change back when you've done upgrade: chown -R user1 wordpress-root-directory
Top