Search results

  1. M

    Analog of mod_negotiation?

    It is not easy task. basically, you need to test "Accept-language" header to find out the preferred language then rewrite to a URL for that language.
  2. M

    LSWS 3.0 admin interface problem

    It is just a YUI/IE issue on the client side, have nothing to do with your PHP binary. :) Please use Firefox for now. we will try upgrading YUI library see if it helps.
  3. M

    Virtual Host List Not Updating on CP

    Please check the configuration file lsws/conf/httpd_config.xml, see if the change has been successfully written to the configuration file. If it is, please logoff your admin console and login again, see if the new change appear in the mapping. Might be minor bug that failed to update the...
  4. M

    LSWS 3.0 admin interface problem

    My IE6 on WinXP works well with the admin console. Which version of IE are you using?
  5. M

    Is these the right approach to setting up Rails with custom environment

    Yes, it is the right approach.
  6. M

    virtual host access deny directory

    Just create a static context for that directory and set "Accessible" to "false". http://www.litespeedtech.com/docs/webserver/config/context/#allowBrowse
  7. M

    Setting Litespeed up on port 80

    You can modify lsws/conf/httpd_config.xml and lsws/admin/conf/admin_config.xml in an editor. the syntax is pretty simple. No, at this point. How about using 443 for the admin console? It is a standard HTTPS port. If you want to use port 80, you have to start LSWS as root user, and LSWS will...
  8. M

    Solaris SMF?

    Hi Guys, thank you for sharing your scripts! For restart LSWS, just do a restart, reload has actually became a graceful restart in 3.0.2 . LSWS support graceful reload long time ago, but since we implemented the zero downtime graceful restart, reload is no long maintained. So, just do a restart...
  9. M

    lot's of Failed to open file

    LSWS is trying to create GZIP compressed static files but do not have permission to create the file. You can either change the file permission to give write permission to the user that lshttpd run as, or create those files manually. you can try find . | grep -e '\.js$' | xargs -n 1...
  10. M

    LiteSpeed Web Server 3.0.2 has been released

    LiteSpeed Web Server 3.0.2 has been released. Download LSWS: http://www.litespeedtech.com/products/webserver/download/ Changelog for LiteSpeed Web Server 3.0.2: Added Apache mod_userdir support Fixed a few minor problems in web administration console. Fixed a issue of htaccess file not...
  11. M

    Upgrade from 2.2.6 to 3.0

    Yes, you can copy over the vhost configuration file, but not the httpd_config.xml, you need to manually add vhosts one by one or patch the httpd_config.xml manually.
  12. M

    Analog of mod_negotiation?

    LiteSpeed does not support language negotiation at this point, however, it could be easily implemented with a few simple rewrite rules.
  13. M

    configuration

    Michael, Please tell me more about your setup. I think "/" is a "Rails" context, rails is working fine. What URL would you like the servlets be? You probably cannot use a WebApp Context to setup all servlets automatically for you if the Jave Web App uses "/" as well, it will conflict with the...
  14. M

    Hotlink protection not working?

    You cannot use "*" for "Suffix", have to be the real file suffixes like "gif, jpg, png".
  15. M

    possible migration from lighttpd

    What's is output of "netstat -an | grep 8008"? I think there must be something wrong with the configuration, if you can make the admin console available to me, I can take a quick look.
Top