Search results

  1. M

    .htaccess/htpasswd

    Please make sure this is checked. http://www.litespeedtech.com/docs/VHSecurity_Help.html#enableContextAC Make sure overrride is allowed at virtual host level. "ErrorDocument" and "satisfy" directives are not supported in .htacess right now. Please turn on debug logging by setting...
  2. M

    Replication + load balancing

    Thank you for those feature requests. Load balancing is on our todo list. Replication is a cool feature, it depends on our schedule. However, you may not be able to see those features in standard edition. :-)
  3. M

    Non-parsed headers?

    Please try release 1.5.5
  4. M

    mmturck-cache and php 4.3.7 core-dumps

    The feed back we got is about Fedora Core 2 on Athlon64. :-) The author of mmcache are working for Zend now, but there are a couple developers are trying to take over the project.
  5. M

    mmturck-cache and php 4.3.7 core-dumps

    Andy, You can try the lastest mmcache in CVS on sf.net, We had been informed that the bug that causes php 4.3.7 core dumps has been fixed in CVS. Cheers, George
  6. M

    Index Issue

    Sorry for the late reply, did not notice this earilier. Which level of index configuration is set at? Server or virtual host? What is the value of "use server setting" at virtual host level? I believe the index page will work properly if you set those configurations properly. Best...
  7. M

    Permission Problems

    Change them to 644 then, it is caused by the umask setting of "root" user. Actually, as long as the permission of one of the parent directories set to 0750, other users can not access any directory/file under. It is not necessary to set 640 to all files at all.
  8. M

    Permission Problems

    It is a security feature. Please read the section about "Strict static file Checking" under http://www.litespeedtech.com/security.html and http://www.litespeedtech.com/docs/ServSecurity_Help.html#requiredPermissionMask If you do not want to require world readable bit, set it to "040" to...
  9. M

    LSWS 1.5 + LDAP : it works BUT....

    So, it exactly matches my analysis. The the delay is caused by Openldap client library! For debuging purpose, we enabled openldap LDAP and BER debug logging when the debug level of LSWS is set to "high", you can find tons of LDAP log entries in "lsws/logs/stderr.log". I have two suggestions...
  10. M

    LSWS 1.5 + LDAP : it works BUT....

    Welcome back! :-) Holy crap! :-( I setup a remote LDAP server across internet, the authentication speed is very fast! The delay is caused by openldap client library as all attributes are retrived inside a loop calling openldap API. You can try disable debug log or set log level to...
  11. M

    Non-parsed headers?

    Yes, it is simple to use Nagle's algorithm in some cases, however, it will degrade server performance if not being used wisely, we do not want to open another can of worm here. Thank you for the suggestion any way. :-) It is trivial for us to implement the "nph" feature as every thing...
  12. M

    Non-parsed headers?

    I see. The NPH feature will be supported in next release. We buffer the response for the following reasons, to determine whether to compress the response, to maximize the compression ratio, to avoid TCP packet fragmentations, etc. And, if the response fragment is big enough, it will be sent...
  13. M

    Non-parsed headers?

    I think your fast CGI responder does not fully comply with fast CGI specification. LSWS buffers response until "FCGI_END_REQUEST" packet is received for such a small response body. I believe, LSWS does not receive "FCGI_END_REQUEST" in your case. In order to help debuging the problem, you can...
  14. M

    Mandrake with 1.5RC4 startup problems

    Yes, please send it to bug@litespeedtech.com Thanks!
  15. M

    Mandrake with 1.5RC4 startup problems

    I wonder if the rc script or the lshttpd executable is gotten executed at all, otherwise, you will get some thing in the error log. :-)
  16. M

    160KB/s or 160Kb/s ?

    Sorry for the confussion. Your download speed is throttled to 160KBytes/s when you download the distribution package from our web site. There is no throttle limits hard coded into our standard edition, it is up to you to set the throttle limit you like on your server. :-) I think, KB...
  17. M

    Mandrake with 1.5RC4 startup problems

    stefan, We just tried lsws on fresh Mandrake 10.0 installation, the rc script works pretty well, lsws starts successfully during boot time. Did you get any thing in lsws/logs/error.log when the rc script failed? You can use lsws/admin/misc/rc-uninst.sh to uninstall the rc script and use...
  18. M

    Mandrake with 1.5RC4 startup problems

    Thank you for the bug report, we will investigate. Can you please try the rc script from command line as well?
  19. M

    Benchmarking...

    Can you please try your test with the pre-built php binary? There might be some problems with PHP 4.3.7. And there is a per IP connection limits in lsws, the default is 10, so when you try to make 100 concurrent connections, lsws think some one is trying to attack the web site and close...
  20. M

    RC3 1.5 LDAP ldap_simple_bind: Can't contact LDAP server

    Holy crab! :evil: I think it has something to do with the slow connection. We find a way to enable LDAP debug logging. Please download RC4 package again. You can find the log output in lsws/logs/stderr.log, pleae post it here. Also, please do "ldapsearch -d 255 ..." and post the debug...
Top