Search results

  1. N

    Enable access log

    select 1 virtual host, then Log->Access Log
  2. N

    Enable access log

    it looks like you're not aware of the GUI web admin console of lsws ? its default port is 7080. please access http://your_site_ip:7080 you can try on our demo box first: http://www.litespeedtech.com/litespeed-live-demos.html http://demo.litespeedtech.com:7080/
  3. N

    [Solved]Rewrite not working as expected for static external redirects

    I tried by looks like it's working :)
  4. N

    How to use eJabberD with Litespeed?

    please refer this post: http://www.litespeedtech.com/support/forum/showthread.php?p=19683 is not working. need define a external app "web server" first. for example "jabber_5280_ext_app", then
  5. N

    LSPHP5 cpu issue

    please note those lines with "Timeout", I think this may be an important clue. Many lsphp5 process are waiting something and get timeout, this will cause high load. I guess maybe waiting for responses from MySQL. most likely code bug somewhere, cause high load under some conditions.
  6. N

    [Resolved] ERROR: please wait....

    how about in vhost->General, "Use Server Index Files":No "Index Files": index.php
  7. N

    LSPHP5 cpu issue

    can you strace one of lsphp5 process which has run longest time, in your post, this one: 22172 nobody 16 0 272m 69m 40m R 6.7 0.9 1:24.27 lsphp5:/home/xxx/public_html/forum/vbseo.php and see what it's doing.
  8. N

    PHP memory_limit

    the output shows max memory can be 460M > 64M can the customer's issue be reproduced ? is the test script under the customer's document root ?
  9. N

    PHP memory_limit

    access a php script with following content: <pre> <?php system("ulimit -a"); ?> </pre>
  10. N

    Any benchmarks yet?

    please go into WebHostingTalk link within http://blog.litespeedtech.com/2010/02/03/litespeed-nginx-lighttpd-apache-show-down/ LiteSpeed, Nginx, Lighttpd, Apache Show Down there is lsws multiple core test results in it.
  11. N

    mod_autoindex

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=3880 customer can 100% customize his auto index page
  12. N

    Random 503

    fasterfox -- http://fasterfox.mozdev.org/installation.html ? it's pretty old, last release is 10/30/06, 4 years ago.
  13. N

    408 error

    As a quick solution, increase Server->Tuning->Connection Timeout (secs) php in suExec mode or not? are you on a shared hosting or your own VPS?
  14. N

    Random 503

    please ensure you clear all the cookies. your firefox always get 503 now?
  15. N

    Random 503

    are you using firefox? when you see 503 error frequently, clear your browser's cookies, and see if 503 disappear. Just to confirm if it's similar issue we're tracing for it for some time. The difficulty is that it's random, can't reproduce it reliably. Your report will help us to know more...
  16. N

    Variable containing document root

    where did you set them ? It looks there is a ideal solution for your request. But I'd ask you the above question first.
  17. N

    Litespeed Server Config Variables

    Now I'm clear about the request. although $HOSTNAME will be resolved, you may have other reasonable requirements in this case. for example, each backend server has different IPs, should the listeners' IP address change automatically? or you've to use 0.0.0.0 for any available IPs on that...
  18. N

    [Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory

    is mbstring 32-bit or 64-bit? #file /usr/local/lsws/lsphp5/lib/php/20090626/mbstring.so
Top