Search results

  1. M

    launching fcgi processes

    You need to have all something.fcgi processes started by "lshttpd" by defining a external app with type "FCGI". If a something.fcgi script was started as plain CGI by "lscgid", then it will only serve one request then die.
  2. M

    launching fcgi processes

    FastCGI applications are started by lsthttpd, CGI scripts are started by lscgid.
  3. M

    ls 3.3 -- error compile php

    Looks like something wrong with your gcc. Will you get the same result if you go to lsws/phpbuild/php-4.4.7, then run ./configure? You may have to check config.log for the detail of the error.
  4. M

    launching fcgi processes

    It is a configuration issue. You need to add a fast CGI application for each of your Fast CGI script, then define corresponding FCGI context for reach fcgi application. Should not let CGI to handler 'fcgi' suffix.
  5. M

    full path disclosure on autoindex

    just published http://www.litespeedtech.com/support/forum/showthread.php?t=1530
  6. M

    Official 3.3 release?

    http://www.litespeedtech.com/support/forum/showthread.php?t=1530
  7. M

    Which PHP cache is the best?

    Can you please post a link to the benchmark. I think there is not big difference among all three caches. Some one may have better compatibility with the latest PHP release. And all three cache should works will with lsphp, just like with Apache mod_php.
  8. M

    LiteSpeed 3.3 has been released

    LiteSpeed Web Server 3.3 has been released Download LSWS: http://www.litespeedtech.com/product...rver/download/ Changelog for LiteSpeed Web Server 3.3: SSL client authentication has been added GUI interface for building PHP has been added to web console The process manager for PHP suEXEC...
  9. M

    LiteSpeed License is making it impossible to run user generated / web2.0 websites

    We understood your concern, and policy is really targeting server dedicate for hosting porn. Like what I mentioned before, we will not shut your site down just because one user upload a porn picture. For hosting company not targeting porn, just generic web hosting, there should not much to...
  10. M

    Request Filtering logs

    Request URL will be logged in 3.3 release.
  11. M

    .htaccess password protecting folders.

    How about set at vhost only? The server level configuration should be served as the default. We will verify that.
  12. M

    dropping connections

    Memory I/O buffer does not affect direct download. If we could logon to you server while it is having problem, we might be able to help.
  13. M

    dropping connections

    No, it will not discount existing connections. If you serving the download files through PHP streaming, then you should increase your Memory I/O buffer, LSWS will buffer the dynamic content generated by PHP, when the memory I/O buffer used up, it will use swap files as buffer. If you have...
  14. M

    is it possible to set $VH_NAME to environment variables??

    OK, find the bug. fix will be in 3.3 release.
  15. M

    How-to renew license?

    We have improved the license management feature in our 3.3 release. You should be able to get the license in good shape with command lshttpd -V
  16. M

    .htaccess password protecting folders.

    You can try it on test server with debug logging if you can. If the .htaccess file was loaded, it should show in the error.log. And make sure to clear you browser cache in case the page was cached.
  17. M

    dropping connections

    Those might be the result of your per client limits configurations, raise the limit a little bit may help. However, if a user try to make 30 concurrent connections to your server, he should be banned.
  18. M

    How-to renew license?

    Please send your serial number to sales ( at ) litespeedtech . com .
  19. M

    Safe Mode On Auto Index

    Maybe something wrong with the updated PHP code, please check lsws/logs/error.log for PHP errors.
Top