Search results

  1. N

    What settings for maximum speed on a large configuration ?

    searched out a related thread: http://www.litespeedtech.com/support/forum/showthread.php?t=6186 looks the restart not from graceful restart, but from cPanel.
  2. N

    What settings for maximum speed on a large configuration ?

    graceful restart will cause 503 error --- this is a good point, and new to me. usually 503 error is random and not easy to reproduce. not sure if you can work out a simple test case which we can reproduce it in our lab so we can proceed.
  3. N

    LiteSpeed Webserver Reverse Proxy SSL

    Hi LinuxFreak, now your front end server(litespeed) is able to serve both http and https, and between the front end and backend server, has established http connections only and works. https ssl connection has extra overhead than http. usually backend server is not open to public, so http...
  4. N

    PHP crashing, How can we send you PHP Core dumps ?

    for 503 error, it usually means php crash. please check lsphp5 setting in Server->External App->lsphp5-> Memory Soft Limit (bytes) Memory Hard Limit (bytes) since 1G xcache will be calculated as part of lsphp5 process, so this soft/hard limit should > 1G. if memory assigned to lsphp5...
  5. N

    PHP crashing, How can we send you PHP Core dumps ?

    hi, please send to bug@...
  6. N

    LiteSpeed Webserver Reverse Proxy SSL

    ok. this should take short time only.
  7. N

    LiteSpeed Webserver Reverse Proxy SSL

    most steps are same as http, only in step 4, enable SSL. i.e., ssl connection is established between user and your virtual host; your virtual host just establish plain http(port 80) connection to backend web server.
  8. N

    XCache issues

    I think any file without extension .conf won't be imported. so if not want litespeed import abc.conf, just rename its extension name, to say conf_disable
  9. N

    XCache issues

    please try litespeed directly. there is free 2-CPU trial license working for 15 days, we can extend the trial period with another 15 days per your request, total 30 days should be enough to test. in shared hosting, for opcode cache, only eAccelerator(use disk instead of memory as opcode...
  10. N

    [not solved] Failed to obtain or reinitialize VMemBuf

    >Can you let me know the optimum value of Max I/oBuffer ? usually default value is fine, no need change except you have explicit reason. change /tmp/lshttps/swap to /home/lshttpd/swap, should not bring any security issue. correction: it's not change /tmp to /home/lshttp/swap, but change...
  11. N

    Request Filter Doesn't Work

    my tests show these rules works for native virtual host(created in lsws admin console); but not apply for virtual host from parsing apache's httpd.conf. for those virtual hosts from apache's httpd.conf, litespeed support mod_security rules(which is much more complicated). so either...
  12. N

    PHP LsPCI and APC ? ==> PHP LSAPI and APC ?

    hi, it took me much time to set up the test environment. initially, same result as before -- but figured out it's because of xcache 2.0.1. it just ignore xcache.var_namespace_mode = 2 xcache.var_namespace = "gid" finally build latest php 5.4.11 + xcache 3.0.1, yes, just what...
  13. N

    [Solved] Litespeed / CageFS - Internal Server Errors

    configure lsphp5 in suEXEC daemon mode, see if it works
  14. N

    PHP LsPCI and APC ? ==> PHP LSAPI and APC ?

    tested on our cPanel box, unfortunately, the issue exists. add following code to print out current user id: $gid = `id`; echo "<pre>gid=".$gid; echo "</pre>"; restart lsws, step 1: access http://www.lstest3.com/xcache.php step 2: access http://www.lstest.com/xcache.php step...
  15. N

    [solved] PHP won't install

    thanks fot the sharing. useful for others when encountering same issue.
  16. N

    [solved] PHP won't install

    how about remove following rpms? php-mysql-5.3.3-14.el6_3.x86_64 libmysqlclient15-5.0.95-1.w5.x86_64
  17. N

    [solved] PHP won't install

    what's current options (from phpinfo) ? maybe different mysql package conflict: #rpm -qa|grep -i mysql
  18. N

    Dead slow response from server

    can you post "top -c" result to know more detail? also if possible, screenshot of real-time stats. how about temporarily disable w3 cache for the problem site for comparison ?
  19. N

    [solved] PHP won't install

    how about remove "--with-pdo-mysql=shared,/usr/lib64/mysql/mysql_config" ?
  20. N

    [not solved] Failed to obtain or reinitialize VMemBuf

    thanks. gnu.smtp, can you follow above clue and see if the issue gone since then ? if it's confirmed, it'll help us much to identify the issue then can work out a correct fix. the difficulty of this issue is, it's not easily to reproduce.
Top