Search results

  1. M

    gzip compression wildcards *STILL* not working

    We will look into the problem.
  2. M

    How long is the Enterprise trial?

    We changed the free trial from 30 days to 15 days, while added 30-days money back guarantee, so you can get total 45 days to try it.
  3. M

    gzip compression wildcards *STILL* not working

    Type added through AddType is not checked for compression. Only globally defined types are. It does not hurt anything by adding the type globally. We will address this issue later.
  4. M

    gzip compression wildcards *STILL* not working

    Are you sure. It should be added to the server wide MIME configuration, vhost level or context level does not work.
  5. M

    Turn off Directory browsing

    Do the same thing as what you will do with Apache. :)
  6. M

    Proxy or AJP - JBoss AS/Tomcat

    They are about the same configuration and performance wise, pick the one you like.
  7. M

    gzip compression wildcards *STILL* not working

    You need to add those types to LiteSpeed's MIME configuration file through our web admin interface.
  8. M

    I like the hide ^.*\.svn feature

    I am sorry, my bad. :)
  9. M

    I like the hide ^.*\.svn feature

    That should be what litespeed did already.
  10. M

    I like the hide ^.*\.svn feature

    Are you sure you can access .svn? LiteSpeed should block .ht* and .svn* automatically.
  11. M

    [ERROR] VPS serial number can only be used on a VPS machine.

    We will try, XEN VM is not easy to be detected reliably.
  12. M

    Order time?

    Your order has been processed a while ago. You should be billed automatically very month.
  13. M

    Path of custom installed php

    PHP install some libraries like PEAR into the installation directory, if you remove it, the lsphp binary you built may not work properly if any library is used.
  14. M

    Stop startup script

    remove /System/Library/StartupItems/lsws manually then.
  15. M

    Stop startup script

    Try lsws/admin/misc/rc-uninst.sh
  16. M

    need to fix minor problems after server hard reboot

    cpanel 11 update probably turned on apache automatically. Also, make sure the "httpd" service is unchecked. For deleting /tmp/lshttpd, you can modify /etc/init.d/lsws
  17. M

    Redirect "domain.com" to "www.domain.com"

    A simple redirect rule should do the trick. LiteSpeed strip the leading "www." by default.
  18. M

    Upgrade to 3.2

    The problem is related to our server side configuration of autoupdate system. Has been fixed, so next release will go through.
  19. M

    Upgrade to 3.2

    Have you configured LSWS to download the update package for you? maybe for some reason the download failed, just update it manually from command line, and see if next release will go through.
  20. M

    Should litespeed be rans as root in a shared rails env?

    You could make sure the user id of the docroot owner is higher than 11. Never let root user own the docroot directory.
Top