Search results

  1. N

    license install issue.

    please email your request to sales@
  2. N

    X-LiteSpeed-Location can be url in othere servers ?!

    No, should not work you have to write your own php code to do this work.
  3. N

    Can't upload certain JPG

    try to increase them, e.g., Memory Soft Limit (bytes) 750M Memory Hard Limit (bytes) 800M
  4. N

    503 Service Unavailable

    should be "when i disabled mod security in Apache, then mod security is disabled on litespeed also" no need build match PHP binary, it's not related to PHP.
  5. N

    vbulletin + litespeed

    All looks fine. for best php performance, I'd suggest minimal "Configure Command" of php. and choose better performance one. for example, --with-mysql=/usr ==>--with-mysql=mysqlnd --with-mysqli=/usr/bin/mysql_config ==>--with-mysqli=mysqlnd you can start with --disable-all then add...
  6. N

    vbulletin + litespeed

    I think in eva's term, Litespeed web server and mod_php (DSO) non php suExec = litespeed + lsphp(run in non suExec mode) but lsphp itself belongs to fast-cgi class, not mod_php(DSO), mod_php(DSO) is only one of apache's php implementations. for best performance, we recommend litespeed +...
  7. N

    Can't upload certain JPG

    for WHM/cPanel, we always suggest to use easyapache to build php(for apache), then build matching php in WHM litespeed plugin(for litespeed) I'm not quite sure if imagick.so build by pecl install imagick directly will be 100% compatible with lsphp
  8. N

    Lots of Abort requests

    if it's easy to reproduce the issue, you can provide us access to your server, we collect all necessary info on the server. or you can do many trouble-shooting at your side and provide us important info so we can suggest you base our experience.
  9. N

    Can't upload certain JPG

    how did you build Imagick with lsapi ? may need check the step.
  10. N

    vbulletin + litespeed

    there are a lot of discussion on the net regarding dso(or mod_php) vs fastcgi, and we also did benchmark before: http://blog.litespeedtech.com/2010/01/06/benchmark-comparison-on-serving-simple-php-litespeed-vs-apache-vs-nginx/
  11. N

    Can't upload certain JPG

    is it random issue or can easily re-produce it?
  12. N

    vbulletin + litespeed

    DSO or Fastcgi? -- lsphp5 is fast cgi classs, APC or xCache -- either is ok. but ensure to run php in non-suExec mode, since APC or XCache not efficient or just waste in php suExec mode (shared hosting usually in suExec mode) Litespeed Built in Cache over that? VbOptimise? -- litespeed...
  13. N

    Lots of Abort requests

    please notice [INFO] in above message. it's not error or warning, just information, usually you can safely ignore it. for random blank page issue, need more information to identify the possible cause.
  14. N

    license install issue.

    I think during yearly upgrade, you can always upgrade; if expired, can't upgrade any more. so recommend to upgrade to latest version during last day of yearly upgrade. you can still switch back to all previous versions at the same time.
  15. N

    can not build new php 54

    it looks just recent a few days, php.net has changed default download link or made mistakes or hacked ? us.php.net domain no longer exist, at least at present! following link won't work any more: us.php.net/get/php-5.4.19.tar.gz/from/us.php.net/mirror will return 404 Not Found instead...
  16. N

    503 Service Unavailable

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=5765 "3.if have to load ZendGuardLoader, then above is a workaround to modify the source code of Gallery 3!" i.e., you have to modify the php source code. note: this is not a litespeed or lsapi specific issue, it also...
  17. N

    license install issue.

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:yearly_upgrade_for_owned_license see if it's because you have owned license.
  18. N

    503 Service Unavailable

    suspected extensions in your php.ini: extension="suhosin.so" zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.3.so" zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so" extension="ixed.5.3.lin" please disable ZendGuardLoader first. see if 503 gone. is...
  19. N

    503 service unavailable

    please increase lsws admin console ->Server->External App->lsphp5-> Memory Soft Limit (bytes) Memory Hard Limit (bytes) and restart litespeed. these errors should disappear
  20. N

    503 service unavailable

    the apparent conflict is that both eaccelerator and apc are enabled. extension="eaccelerator.so" extension="apc.so" please disable 1 of them or disable both, see if 503 error wil be gone
Top