Search results

  1. M

    lsphp process problem

    The latest php-lsapi should not block at one system call, if it happen again, please let us know.
  2. M

    LSWS stops rotating logs for no apparent reason

    Will a restart fix this? Have you done any software update on that day?
  3. M

    Directory Listing

    Where did you put it?
  4. M

    lshttpd using constant CPU even when not in use

    No, it has not been changed yet.
  5. M

    Complie Error

    try then "Build matching PHP binary".
  6. M

    Initial page load slow compared to Apache+mod_php?

    I think it may be the browser. Some browser can only render certain web page all at once after all embedded elements has been received, image, css, js, etc. Other browser maybe do better, try different browser, like IE, FF, Opera, etc. For subsequent requests, the images, css, js have been...
  7. M

    Initial page load slow compared to Apache+mod_php?

    Is this for shared hosting, or dedicate for one or a few large web sites? How slow is the first request? It may be a network problem.
  8. M

    ssl in lslb

    the problem is your DNS record. both domains point to .200.
  9. M

    Directory Listing

    You can put it in httpd.conf, or .htaccess
  10. M

    Expat errors reported in stderr.log

    If phpinfo() shows similar configuration options, then PHP should be fine. I think the same error will happen with Apache, the error message may be discard or logged in error_log or somewhere else. If the error does make the web site behave differently than when Apache being used, you can...
  11. M

    Initial page load slow compared to Apache+mod_php?

    Try the "Building Matching PHP" function in our WHM plugin. 1-core license only affect static content.
  12. M

    ssl in lslb

    make the login working, I can take a look.
  13. M

    eAccelerator only loads as zend extension (not as php extension)

    PHP prepends "extensions_dir" for all PHP extension, does not for "zend_extension".
  14. M

    ssl in lslb

    make sure site-1.crt and site-2.crt are not identical.
  15. M

    ssl in lslb

    I think you need to stop it from command line, the start it again. no to use "restart" from command line or web console. Make sure the second IP does exist.
  16. M

    ssl in lslb

    Please PM me the login to the web console, I can take a look.
  17. M

    eAccelerator only loads as zend extension (not as php extension)

    or zend_extension="/usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so"
  18. M

    eAccelerator only loads as zend extension (not as php extension)

    Try changing it to extension="eaccelerator.so"
  19. M

    ssl in lslb

    For first listener, you have to change it from "*:443" to "1.2.3.200:443"
Top