Search results

  1. M

    C/C++ FastCGI

    Not sure why you get that message, if you overwrote the wrapper script with real binary, it should work. Have you tried executing echo from command line? If you run the wrapper under examples/ directory, a file called lt-echo will be created under .libs/ dir, maybe you should try that one...
  2. M

    php sapi ? ;)

    Ok. Thanks. We will change the SAPI module a little bit then.
  3. M

    lsapi

    Will do.
  4. M

    C/C++ FastCGI

    File "echo" under examples/ directory is a shell script wrapper, you should looking for real executable binary under examples/.libs/ .
  5. M

    lsapi-php hanging?

    Thank you for the update and the suggestion. It is not easy to change PHP's Makefile which is generated by automake based on Makefile.frag. I think it is safe to ignore the "generated_lists".
  6. M

    /dev/poll on Solaris 8

    It is a known problem, and actually, we about to start working on it. :-)
  7. M

    lsapi

    Please try 2.1RC1, lsapi support is only available in 2.1x releases.
  8. M

    Server Alias

    Just add all aliases to the "domains" configuration in the listener to virtual host mapping for that virtual host.
  9. M

    frontpage 2002 server extensions

    You should not run the owsadm.exe command by yourself. :-) It will be invoked by the LSWS when server restarts, a dedicated apache configuration file for that virtual host will be created under lsws/add-ons/frontpage/ directory, just make sure "domain names" is set properly from the web admin...
  10. M

    php sapi ? ;)

    I will check this issue, if it is like what you described, we will make some change to the SAPI module.
  11. M

    2.0.6 & PHP

    Dustin, lscgid is not used for FastCGI, unless FastCGI is started in suEXEC mode. I think what experiencing is that all available PHP processes block on MySQL connections or other socket connections, so all of them won't accept any new requests and requests will be timed out. On Linux...
  12. M

    frontpage 2002 server extensions

    You should not create those files manually, please remove them all. Turn on debug log and check error.log and stderr.log and restart the server.
  13. M

    php sapi ? ;)

    there is no equivalent in litepseed php sapi, should set "instances" to match "max connections".
  14. M

    PHP + cgi_buffer using LS API

    Thank you for the bug report. There is an updated release for PHP LiteSpeed SAPI. Please try it. http://www.litespeedtech.com/lsapi/
  15. M

    litespeed API for PHP

    Thank you for the information, the code had been fixed to work with gcc 2.95.x
  16. M

    .cgid.sock

    It will be in 2.1RC2 release.
  17. M

    lsapi

    Please try add a line #include <sys/types.h> before including tcp.h, if it does not work add #include <inttypes.h>.
  18. M

    Real-world tests

    Thank you for trying our product. I think it is a configuration problem. Need to know more about your test. OS? LiteSpeed Version? What load testing tool is used? what kind of content is served? static file, PHP, CGI? How many concurrent users are served? Output in the real time report...
  19. M

    .cgid.sock

    It is not possible to change it with current release, we can make it configurable in next release.
  20. M

    Disable Autoupdate?

    Autoupdate will fail on private network anyway. You can try removing the updateagent binary, but there will be an error logged into error log.
Top