Search results

  1. N

    php and exec

    my local test not empty, show " /usr/bin/convert" correctly:
  2. N

    litespeed serving index.html.gz incorrectly (re-compressed?)

    is it easy or difficult to reproduce the issue?
  3. N

    [solved] A few litespeed instances running at the same time after graceful

    yes, it may be normal. the reason: 1.the process will complete the request before it shut down itself. the request may take long time. for example: downloading a big video file. 2.the server is under high load, so the request may take longer time to complete than usual time.
  4. N

    [solved] A few litespeed instances running at the same time after graceful

    lsws admin console->Server->General->Graceful Restart Timeout (secs): "Graceful Restart Timeout During graceful restart, the new server instance is up, while the old instance will continue to handle existing requests. This timeout defines how long the previous instance shall wait before exit...
  5. N

    Memcache + xCache

    sorry, no actual experience on how to configure vBulletin regarding using memcache or xcache. you may have to decide yourself --- try one by one, and compare the performance.
  6. N

    [solved] Lsphp5 + mcrypt

    check if it works under apache ?
  7. N

    Memcache + xCache

    Memcache and xCache are different, xcache is opcode cache and used by php engine. memcache is a kind of variable cache -- it's used and configurable by web app like vBulletin. so for quick answer: xcache will speed up php code execution, memcache can be used by vBulletin to store some variables...
  8. N

    When Proxy LiteSpeed, backend server only know it LiteSpeed Server IP

    don't think it's a bug. this is how proxy works --- not only litespeed, but all web server. the REMOTE_ADDR will show proxy's IP. X_REAL_IP is not a standard header, it's defined and used by certain web server and web application, its purpose is to let the backend know the REMOTE_ADDR which...
  9. N

    vps.net vs litespeed enterprise concurrent limit

    no, vps.net is a company and not related to litespeed vps license at all. we updated http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:what_license_to_choose recently, it's more clear about difference about various license types.
  10. N

    [solve] best setup for a site that gets 500k+ monthly uniques?

    >litespeed support perl/cgi out of the box yes >i just use what's given by default default setting usually fine when lsws running, watch the Real-Time Stats and adjust those default settings accordingly.
  11. N

    LSWS 4.2 + suEXEC = 50% performance decrease

    with opcode cache enabled ? in daemon mode, can install xcache or apc or eAccelerator. if non-daemon mode, only eAccelerator disk-cache is available(opcode cache not in shared memory)
  12. N

    Litespeed 4.2 & PHP opcode cache

    all of current 3 popular opcode caches are recommended: apc, xcache, eAccelerator
  13. N

    [Ask] PHP Litespeed SAPI

    you can set eAccelerator cache directory other than /tmp, so won't cause disk full yes, if not built properly, www.webhostnix.com/phpinfo.php won't be accessible. now it shows: Server API LiteSpeed V6.0
  14. N

    LSWS 4.2 support PHP suEXEC daemon mode

    but this phpinfo() is ok, without 503 error ?
  15. N

    GeoIP don't display in phpinfo

    please set it at server level, not in .htaccess lsws admin console->Server->General ->Enable IP GeoLocation:Yes lsws admin console->Server->General ->IP to GeoLocation DB: Add DB File Path: /usr/local/share/GeoIP/GeoIPCity.dat DB Cache Type: MemoryCache
  16. N

    Improving the responsiveness of the server

    the load time 2.991s is fast enough. so you think disk i/o may be the cause. you can do more tests to confirm this : put all the static files in the page in /dev/shm, and add rewrite rule to fetch these files directly from /dev/shm. so this will eliminate disk i/o slowness issue.
  17. N

    LiteSpeed + cPanel doesn't caculate bandwidth

    this is for lsws native vhost, not for vhosts from apache's httpd.conf. have you followed http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel to install lsws ? please check, in lsws admin console, Server->General->Load Apache Configuration: Yes or No ?
  18. N

    LiteSpeed + cPanel doesn't caculate bandwidth

    this is wrong. lsws will write logs to same file as apache does. also bytes log should work too. it looks something wrong when you install lsws plugin in cPanel.
  19. N

    [BUG] eAccelerator not compiling - CentOS 6.3, PHP 5.4.6, fresh install

    from http://eaccelerator.net/ so this suggests you have to go github to get the latest eaccelerator source code and compile with php-5.4.6
  20. N

    [clear] Litespeed & phpMyAdmin Issue

    it's a cPanel issue, not litespeed issue. how to produce? "If you login to WHM, scroll to the MySQL section and choose phpmyadmin, select any database and click the import button, you will see next to the file selection (max 105mb)." so this phpmyadmin is running under cPanel's web...
Top