Search results

  1. M

    admin login proboem after upgrade to 4.0.12

    Is /opt/lsws/conf has permission like ? admin_php should run as the owner of conf/ directory.
  2. M

    admin login proboem after upgrade to 4.0.12

    You need to check if user "lsadm" has been added to /etc/passwd or not. you can run the installer from lsws-4.0.12 package and do a manual update. Then restart LSWS.
  3. M

    admin login proboem after upgrade to 4.0.12

    admin_php should run as user "lsadm", if not, you need to restart lsws from command line.
  4. M

    Php lsapi 5.0

    Yes. that's correct.
  5. M

    admin login proboem after upgrade to 4.0.12

    Please close the browser window and try again, the permission mask of /opt/lsws/admin/tmp should not be changed. try /opt/lsws/admin/misc/create_admin_keypair.sh if it still does not work.
  6. M

    Lsapi api

    LSAPI is pretty much like FCGI API, below is a simple example, which is like FCGI echo example, it shows you how to access request header, request body, create its own listener socket, etc. Just link it with lsapilib.c . All the API functions are in lsapilib.h, it is easy to figure out what a...
  7. M

    Help with request filter

    You need to use a "chain" rule http://www.modsecurity.org/documentation/modsecurity-apache/2.5.12/modsecurity2-apache-reference.html#N11798 or use rewrite.
  8. M

    [RESOLVED] PHP5 - Linklok IPN 503 error

    It is a LiteSpeed internal feature. Only need the "X-LiteSpeed-location" header. Maybe you can try a simple test script, see if it works. the $link should be a URL different from the request URL, otherwise, it will become a loop redirect.
  9. M

    mod_security support

    Can you post the whitelist.conf
  10. M

    suphp ?

    If Apache suPHP works properly, Litespeed PHP suEXEC should work equally well. You also need to take care of the permission of parent directory as well.
  11. M

    received unexpected signal=9

    please check http://www.litespeedtech.com/support/forum/showthread.php?t=3792
  12. M

    [RESOLVED] signal=9 errors on mutiple litespeed servers

    We have changed the "lswsctrl" script a little bit to deal with issue related to cPanel 11.25, it may contribute some of signal=9 error, we updated it again with more conservative method. Please either manually download and upgrade 4.0.12 again, or just replace the /pth/to/lsws/bin/lswsctrl...
  13. M

    Ttf

    LiteSpeed PHP does not match Apache's, rebuild will fix it.
  14. M

    Ttf

    Does phpinfo() page from LiteSpeed PHP and Apache PHP look different?
  15. M

    litespeed PHP memory_limit not being recognised ??

    eaccelerator always allocate SHM/MMAP memory all at once at beginning.
  16. M

    php dies during build

    Yes, you can copy over the binary. LSWS has option to build xcache together with PHP. If you build xcache from command line manually, just copy over xcache.so.
  17. M

    503 Service Unavailable

    PHP crashed for some reason.
  18. M

    litespeed PHP memory_limit not being recognised ??

    There is a memory limit configuration for lsphp5 external application, login to LSWS web console and check. eaccelerator memory is counted towards that limit.
  19. M

    Ruby 1.9

    come up with a new fix for empty ENV problem. updated the 4.0 release package. Please test it with ruby 1.8.x as well, it should work with both.
Top