Search results

  1. N

    how to 403 symlinks

    for lsws native configuration, can use http://www.litespeedtech.com/docs/webserver/config/vhostsecurity/#allowSymbolLink to disable symbol link.
  2. N

    Litespeed, Kloxo, CentoOS [Need help]

    yes, the link point to www.litespeedtech.com/?task=view and need to fix it. but the link at left side of the same page is working: http://www.litespeedtech.com/litespeed-sapi-release-log.html
  3. N

    PHP 5.3.2 and xCache 1.3.0.

    1.check if /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20090626/xcache.so exists 2.decrease xcache.size = 64M xcache.var_size = 32M to e.g., xcache.size = 4M xcache.var_size = 2M see if xcache appear in phpinfo() 3.php suExec in shared hosting, better to use...
  4. N

    [Resolved] Fatal error: Out of memory (allocated 35127296)

    may need increase lsphp5's memory soft/hard limit as well: http://www.litespeedtech.com/docs/webserver/config/extapps/#memSoftLimit
  5. N

    PHP 5.3.2 and xCache 1.3.0.

    these setting looks normal. list all lines starting with zend_extension = extension = in php.ini. note: in order of they appear in php.ini another question: php in suExec mode or not?
  6. N

    PHP 5.3.2 and xCache 1.3.0.

    what's the xcache related settings in php.ini ?
  7. N

    Litspeed+mysql+php slow loading websites + CPU spikes problem

    sorry, typo. should be --with-mysql=mysqlnd --with-mysqli=mysqlnd
  8. N

    Litspeed+mysql+php slow loading websites + CPU spikes problem

    a few suggestions: 1. if possible, build php 5.3.2 instead of 5.2.x. 5.3.2 using --with-mysql=mysqlnt --with-mysqli=mysqlnt 2.install eAccelerator 0.9.6.1 if not yet -- this will reduce CPU load 3.install wordpress super-cache if you mainly run wp, no other account on your VPS, then can...
  9. N

    How to set Expire Headers for images in Litespeed

    can you post the URL here(or PM me) ? I'd check to get more info.
  10. N

    zen photo problem

    the issue is permission of /wenphoto/cache. lsphp5 need write thumbnails etc to this folder. at present apache can write to this folder but lsphp5 can't. this explains the issue. set its permission and all sub folders' to 777, may resolve the issue. so the suggestion: 1.turn safe mode...
  11. N

    Coding .htaccess into webserver config?

    may be not necessary. litespeed is much more efficient than appche regarding .htaccess handling. you can run and watch litespeed for some time before considering to convert .htaccess rules.
  12. N

    can't set 'Forced Type', undefined MIME Type application/x-httpd-php-source

    try:add phps = application/x-httpd-php-source to /usr/local/lsws/conf/mime.properties or through web admin console.
  13. N

    Got hacked with SHELL c99 and r57

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=2735 there may be some useful info for you
  14. N

    [Resolved] Problems with large file uploads

    the lsphp itself has memory soft/hard limit, just re-read previous posts, not mention it yet. it's in Server-->External App-->lsphp5-->Memory Soft Limit (bytes)/Memory Hard Limit (bytes), default is 250M/300M.
  15. N

    Got hacked with SHELL c99 and r57

    how about enabling safe mode --- http://php.net/manual/en/features.safe-mode.php
  16. N

    [Resolved] Problems with large file uploads

    it should be safe -- the 4.0.15 still there. you can switch between 4.1RC3 and 4.0.15 in admin console safely and easily, just by clicking one button. and with 4.1RC3, the upload progress bar scripts like uber-upload is working as expected. (please refer...
  17. N

    [Resolved] Problems with large file uploads

    can you try lsws 4.1RC3 and see if any difference?
  18. N

    How to set Expire Headers for images in Litespeed

    if a image file is streamed by php, php should set the Expire header; if it's static image file and served by lsws, should have the expire header. you can check litespeedtech.com 's image header in pagespeed, can see expire header is there.
  19. N

    STOP a virtual host by PHP API

    how about: replace the .htaccess in docRoot with: RewriteEngine on RewriteRule .* - [F]
  20. N

    zen photo problem

    please try: in php.ini, set safe_mode = on see if can resolve the issue
Top