Search results

  1. M

    Hotlink protection and empty referers

    That's true, norton and mcafee personal firewall remove REFERER header, and you have to allow direct access in hotlink protection in order not to block users using those kind of software, on the other hand, it will defeat the purpose of hotlink protection to some extent. :( There is no good...
  2. M

    Uploading Files

    Channel Cat, We have no problem with uploading that image onto one of our server. Is there any operations on the image after it is uploaded, like creating thumbnail with GD, etc? I think PHP crashed during one of the operation, you probably need to write simple PHP testing code to find out...
  3. M

    Error pages don't double fault

    The web server will use the default error page if it detects the external application is unreacheable right away. I think it is better to return 404 than 503. If possible, let the web server manage the Fast CGI application, those kind of external application error could be recovered...
  4. M

    Error pages don't double fault

    Thank you for the bug report. :) I am not exactly sure what the problem is, If it is an absolute URL pointing to an external web server, the request will be redirected to that server via 3xx redirect response, if the external server is down, the request will fail. If it is a URL that...
  5. M

    lshttpd.2.0RC2 process using CPU

    Dustin, LiteSpeed uses a high resolution timer (10ms) in order to distribute traffic evenly during one second when throttling is enabled, the over head should be negligible on most modern system. What kind of CPU is in your solaris box? :wink: Thanks! George
  6. M

    CGIs under 2.0RC2 on Solaris 10

    Dustin, Thank you for the bug report. It is a bug that cause lscgid only reap the first child process on Solaris. :P The fix will be in 2.0RC3. Thank you very much! :) George
  7. M

    Subdomain hotlink protection

    Sure. We will allow regular expressions in the domain list. In the mean time, if you don't mind using a beta release, please try 2.0RC2, just customize a rewrite rule for hotlink protection like before. It should be pretty stable. ;-)
  8. M

    Compatabillity

    Linux, FreeBSD and Solaris, MacOS X is comming.
  9. M

    web admin interface

    Thank you for the suggestion. FastCGI application will have its own configuration.
  10. M

    performance

    Looks like it was being throttled. Please make sure "Per client limit" is configured properly for your test, when you do performance test from one client machine, you should turn off per client bandwidth and request throttling, increase the "soft" and "hard" connection limit. Those...
  11. M

    Problem with installation on FreeBSD 5.3Beta5

    Thank you for the bug report. You should install FreeBSD 4.x compatible C Library, or just make symbolic link from libc.so.5 to libc.so.4, we heard it works as well. George Wang
  12. M

    awstats in version 2.0RC2

    Yes, log file is rotated before updating statistics. Maybe it is better to only create one daily log file. Please read: http://www.litespeedtech.com/docs/HowTo_QA.html#qa_awstats
  13. M

    awstats in version 2.0RC2

    You can upgrade manually, just download the new version and make a symbolic link from awstat-x.x to lsws/add-ons/awstats, or change awstats version number in lsws/admin/misc/awstats_install.sh, then run that script again. We will add more if there are good suggestions and we are available. :-)...
  14. M

    rewrite content limit

    Thank you for the update. That's quite a lot rewrite rules, isn't it? :wink: I can imagine how slow Apache would be. It is cuased by a limit imposed during parsing XML configuration file. It has been increased to around 32KB. Please download the updated package and try again. :-) Best...
  15. M

    Hire Server Admin

    During the first month after the purchase, we will help you setup LiteSpeed web server, import your Apache configuration, perform performance and security tuning and solve any web server related problem you meet. You need to purchase our support package if you still want the dedicated support...
  16. M

    Mod-Rewrite

    2.0RC2 package has been updated, please download it again. Your original Apache rewrite rule should works fine with LiteSpeed now, please change rules back, sorry about the trouble. Couple suggestions to improve the rewrite efficience: If possible, add rewrite rules to virtual host...
  17. M

    virtual server don't start automatically in 1.5.8

    2.0RC2 packages has been updated, please download again.
  18. M

    password bug

    That's the limit of the DES algorithm used in crypt() function, only the first 8 characters of the password are used to generate the encrypted password, the rest are ignored. I think Apache is the same, isn't it? :roll: Thanks, George Wang
  19. M

    Mod-Rewrite

    Would you mind giving an example about the subtle differences? Does it relate to "RewriteBase"? We'd like to fine tune the rewrite engine compatible with Apach's as much as we can. Thank you. Please download the latest 2.0RC2 release, a rewrite bug in 2.0RC1 has been fixed. Please let me...
  20. M

    virtual server don't start automatically in 1.5.8

    There is an error when we add a new entry in the DEFAULT virtual host configuration, please add a "/" to terminate the xml tag "compressArchive>", should looks like <compressArchive>1</compressArchive> It should work. Sorry about that, the new release will be stablized very soon. :-)
Top