Search results

  1. N

    I.P link not working

    confirmed the issue -- when access through http://ip/~user/ litespeed return 404 page. while under apache the page can show up. please switch back to litespeed, I'll do some tests and update with you.
  2. N

    I.P link not working

    ok. that's the quickest way.
  3. N

    I.P link not working

    not clear about the question, best you can provide a screenshot. what's the behavior under apache ?
  4. N

    [Resolved] Trial

    >do i just click build lsphp using the same configuration as Apache's php. yes
  5. N

    Equivalent to Apache ListenBacklog

    no. litespeed can understand LoadModule php5_module modules/libphp5.so but don't use dso at all. always use lsapi -- an improved fast-cgi(or FCGI) to glue litespeed web server and php. same as MaxClients and ListenBacklog etc, although litespeed can read and understand(or ignore) these...
  6. N

    vB seo + litespeed cache

    I have updated the .htaccess original one save as .htaccess.000 the cache hit rate has raised from 0.02% to 9.79% please test at your end: 1)is the forum's response faster than before ? 2)can you easily test cache hit a page now ? 3)note: the cache is for guest(public cache), if you...
  7. N

    vB seo + litespeed cache

    should be "-delete" not ".delete" you've made a few typos in just a few posts, so I guess you're a careless person :) it may be other typos or small mistakes which make the cache rate low ... to save time, you can PM me the access to the server, check all related possible mistakes, and...
  8. N

    vB seo + litespeed cache

    Max Object Size: 1024 is too low, mean 1K, maybe you want 1024K Storage Path: /tmp/lshttpd better change to other path, for example /tmp/cache under /tmp/lshttpd, litespeed process store some internal data which required to run properly. your cache clean up script won't work if you try to...
  9. N

    Compile multiple PHP version with suhosin

    still need easyapache --- then build match php the built different version lsphp are all saved in /usr/local/lsws/fcgi-bin/ in your case, lsphp-5.3.26 lsphp-5.4.16 fcgi-bin/lsphp5 is just a symbol-link, you can change it after you've finished building matching php.
  10. N

    Caching vbulletin image attachments

    you can modify the cache rewrite rule, add RewriteCond http-refer should work, but with vbseo, the rewrite rule is different.
  11. N

    scripts are being killed of by litespeed after 60 seconds

    status update: 1st, not likely lsws upgrade caused the probem. nnpro has switched back to lsws 4.1.13 but issue still exist -- this has eliminated the possibility which the issue may due to new features from 4.2+ 2nd, it's been hard to capture reproduce the issue. finally, nnpro's...
  12. N

    XenForo bug with Litespeed

    update: from Foxy11: but I still can't reproduce the issue on his site, the issue is that: in chrome, sometimes, /css.php will show 304 http status but with content-type "text/html" the simplest test case is just copy css.php to test.php, then refresh /test.php many times, but always...
  13. N

    PHP 5.5.0 Zend OPcache

    please refer http://www.litespeedtech.com/support/forum/showthread.php?t=7158
  14. N

    Errors in STDERR logs, how can i solve?

    put an phpinfo page under a domain's document root, access it the-domain.com/phpinfo.php get value of Loaded Configuration File Scan this dir for additional .ini files Additional .ini files parsed the 2nd issue can be fixed by edit one of above php.ini files, comment out...
  15. N

    XenForo bug with Litespeed

    can you PM your site's URL ? and ideally can provide the steps to reproduce the issue.
  16. N

    XenForo bug with Litespeed

    I checked the site http://canyoncollective.com/ just now, it's running litespeed. the css is combined to serve through php, in example of homepage: /css.php?css=xenforo,form,public&style=7&dir=LTR&d=1371052185...
  17. N

    Opera blocked problem

    you can install an fresh opera on another PC, see of can reproduce the issue.
  18. N

    updated php to 5.4.16, mysql suddenly won't load even if running

    great! so got resolved. how about another one -- " updated php to 5.4.16, mysql suddenly won't load even if running"?
  19. N

    updated php to 5.4.16, mysql suddenly won't load even if running

    this is an important clue, trace it, should be able to find out the root cause. run "php -i" to find which php.ini is used. run "php -c /path/to/your-customized-php.ini /home/account/account.com/html/my/admin/cron.php" until no core dump. adjust /path/to/your-customized-php.ini , to...
  20. N

    updated php to 5.4.16, mysql suddenly won't load even if running

    check php's full path : #which php
Top