Search results

  1. M

    Hire Server Admin

    We can have the web server part covered if you purchase our support. :-) If you really need a server admin, you can try www.webhostingtalk.com as well, an experienced web master should have no problem to administrate LiteSpeed. Best Regards, George Wang
  2. M

    virtual server don't start automatically in 1.5.8

    There is no other "hidden" configurations. :-) I think it probably has some thing to do with your installation. Can you please try a clean reinstallation if possible, and please post content of error.log with debug level set to "high". You can also try our to be released 2.0RC2, it should be...
  3. M

    virtual server don't start automatically in 1.5.8

    Thank you for the bug report. You mean virtual hosts are "disabled" by default, right? How many virtual host do you have? All are disabled? There are two "hidden" configuration parameters that can disable a virtual host. please check lsws/conf/httpd_config.xml, if there is a...
  4. M

    Administration tool does not work properly in Opera

    Thank you for the bug report. Looks like Opera's java-script support is buggy. We will take a look when we are available. Best regards, George Wang
  5. M

    Consistent Solaris crashes

    Thank you very much! It is fixed. The link to the new package is in the PM. Thanks again. :-) George Wang
  6. M

    Consistent Solaris crashes

    Thank you for the bug report. Yes, looks like it is. SPARC is picky about alignments. ;-) Can you please send us the core file or the back trace of call stack? We have not been able to reproduce it in our lab. Core file should be under /tmp/lshttpd/ directory. You may have to use...
  7. M

    backup old installation during install of a new version.

    Stefan, Thank you for the suggestion. :-) I believe we have this feature already. Pleaes take a look at: http://www.litespeedtech.com/docs/install.html Section about "Version management". 8) George
  8. M

    upgrading litespeedwebserver

    Thank you, appreciated!
  9. M

    feedback about new versions of litespeed

    :oops: Sorry for not sending new release notification on our mailing list frequently, we want to wait a couple days see if there is any serious issues with the new release, later on, we will add a feature to lsws to check new release every day and send email notification to administrator...
  10. M

    How can I use php 5.0 ?

    Please follow the Howto to build your PHP 5.0 binary with GD support http://www.litespeedtech.com/docs/HowTo_QA.html#qa_php Then replace lsws/fcgi-bin/php with your php binary. And you need to build mmcache from source as well if you use it. Then restart web server, that's it.
  11. M

    Hotlink Protection a small problem.

    Thank you for using our product. It is not a problem of hotlink protection configuration, as "gif" and "swf" are not in the suffix list. It is caused by improper permission masks on *.gif and *.swf, the execution bit is on, I believe. please try chmod a-x *.gif *.swf under your banners...
  12. M

    Admin interface timeout control!

    Added in release 1.5.6 :-)
  13. M

    A couple of bugs

    Should be fixed, please try release 1.5.6 :-) LSWS did not handle your first code example well because it does not follow CGI spec, release 1.5.6 can tolerant it now. :) Thanks for the tip on tcpflow, looks like a good alterntive to tcpdump. 8)
  14. M

    Help! pem_read_bio: bad end line

    Look like it caused by private key, certificate mismatch. The core dump should be fixed. Yes, we plan to add self signed certificate generation and private key, certificate verification in the web interface. :-)
  15. M

    Bug with Listener configuration and renaming VHosts

    We will look into it. :-)
  16. M

    A couple of bugs

    Thank you for your bug report. What is the symptom when buffering option is set to "no"? No output? Still buffer output? Currupted output? Can you please send us some debug log? [UPDATE] this bug has been identified and fixed. When you said "no header at all", do you mean that there is only...
  17. M

    Help! pem_read_bio: bad end line

    The error message is emited by OpenSSL library, LSWS is just the messenger. ;-) Apache probably use their own wrapper function to load certificate and key files.
  18. M

    .htaccess/htpasswd

    The link given in earlier reply refers to the option "Enable Context Access Control" under "Security" tab of virtual host configuration, it must be set to "Yes". Make sure the permission of .htaccess and .htpasswd are correct. Our test shows that .htaccess works pretty well. :-)
  19. M

    .htaccess/htpasswd

    Satisfy all. We will investigate this issue when we are available. Thank you.
Top