Search results

  1. N

    503 Service Unavailable

    can you disable zend_extension = /usr/local/lib/Zend/ZendGuardLoader.so , see if the 503 error gone or much less frequently.
  2. N

    503 Service Unavailable

    looks normal what php extensions loaded ? please grep php.ini for extension=... zend_extension=...
  3. N

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

    there is lots of update in recent months regarding this topic, please refer http://www.litespeedtech.com/products/litespeed-sapi/php/guide-to-suexec-setups for latest status.
  4. N

    503 Service Unavailable

    what's your setting of lsphp5 ? lsws webadmin->Server->Ext App->lsphp5
  5. N

    [Resolved] php compilation problem

    install gcc on the server. this wiki page https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi-troubleshooting should be quite useful for you to build lsphp. your current issue please refer "1. Pre-requisites Make sure all the build tools are installed and ready...
  6. N

    Cache breaks vBulletin's "Mark Forums Read" functionality?

    I just played with "Mark Forums Read"... lsws cache is for guest user only, all guest users share 1 cached page, so it'll have this issue. it looks vBulletin store the info in forum_view cookie. there may be no ideal cache solution for this case yet. I think varnish can't do it too. another...
  7. N

    Use MAX server resources

    for litespeed's native vhost, there is such limits lsws admin console->Virtual Hosts->Basic->Per Client Throttle for vhosts comes from apache's httpd.conf, is "CloudLinix LVE Manager" not enough for this requirement ? "Resource Limit" you mentioned on apache is from CloudLinux or another...
  8. N

    ssh2.so not loading.please help.

    rebuild ssh2.so for php 5.4 please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache same steps to build apc.so
  9. N

    [Resolved] Fix the litespeed forums charset bug

    à è ì ò ù à è ì ò ù à è ì ò ù updated vBulletin, looks OK now, see above :)
  10. N

    [Resolved] Fix the litespeed forums charset bug

    yes, reproduced just now. good news is, almost found the solution, tested on another vBulletin installation vBulletin: AdminCP > Languages & Phrases > Language Manager > Edit Settings HTML Character Set : ISO-8859-1 ==> UTF-8 I think may apply for this forum soon
  11. N

    [Resolved] Fix the litespeed forums charset bug

    it looks direct input is ok, see below: test: to input "& # 339" (delete space in it) aaa---œ---aaa … … “video/mp4 French Œ, œ, and the very rare Ÿ Czech Č, č, Ř, ř, Š, š, Ž, ž … œœœœœœ the issue occur when you try to quote other's words --- all words will be lost...
  12. N

    Troubleshooting 503 errors

    not sure if latest lsapi 6.5 can resolve it. is it random, can't reproduce it easily ?
  13. N

    APC restarted often again

    how about lsws 4.2.4 ?
  14. N

    [Resolved] Fix the litespeed forums charset bug

    thanks for push ... I think we'll try to resolve it now. In fact I have experienced similar case which is a double-byte character but have thought that's the rare case. apparently it's quite a common issue.
  15. N

    Which memory limit am I missing ?

    >It currenty does match Max Connections, both are set to 1000 too big the default value is 35. from the output of pstree, your license is 4-CPU license. you set lsphp5->Max Connections:1000 will mean each account(or user) can fork 4000 lsphp5 processes. should not be what you want. maybe the...
  16. N

    Which memory limit am I missing ?

    >It's 1000 should I increase it to a higher value ? should lower the value, for example, set to 10, 20, 30 more info about "PHP_LSAPI_CHILDREN": https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi-environment-variables --- set to match the value of "Max Connections"
  17. N

    Which memory limit am I missing ?

    > PHP_LSAPI_CHILDREN=1000 this value looks too big what's value of Ext App->lsphp5->Max Connections
  18. N

    Which memory limit am I missing ?

    >2013-11-16 18:53:47.793 [STDERR] fork() failed, please increase process limit: Cannot allocate memory please count current lsphp5 process number: #ps -ef|grep lsphp5|wc may need increase following limit: External App: Process Soft Limit Process Hard Limit
  19. N

    Is there any log for Anti-DDoS Blocked IP?

    if it's a WHM/cPanel, it is /usr/local/apache/logs/error_log if without any control panel, it's /usr/local/lsws/logs/error.log
  20. N

    Is there any log for Anti-DDoS Blocked IP?

    yes, can find them in error.log search " close connection!"
Top