Search results

  1. M

    Proxy to Admin Listener

    Not possible, The URI cannot be changed. you have to use a subdomain for the admin console.
  2. M

    Domain preview

    That's apache's mod_userdir feature. yes, it work when LiteSpeed is using Apache httpd.conf directly.
  3. M

    Proxy to Admin Listener

    please check out this thread first. http://www.litespeedtech.com/support/forum/showthread.php?t=991
  4. M

    Domain preview

    Don't know exactly what does "domain preview" mean, I think you can just fake the DNS by adding the doamin and IP to the "hosts.conf" file in a linux box, or something like "lmhosts" on windows.
  5. M

    OPCODE Cache?

    Just run lsws/admin/misc/enable_phpa.sh For compiling your own PHP binary, please checkout our wiki. You can use eAccelerator, APC or XCache. PHP 5 should use a different location for php.ini, lsws/php5/php.ini is recommended. PHP 4 is using lsws/php/php.ini. opcode cache configuration is in...
  6. M

    LiteSpeed Standard on CentOS 4 64-bit

    64bit binary is for Enterprise edition, you need to install ia32-libs in order to run 32bit binary on 64bit linux. yum install ia32-libs
  7. M

    LiteSpeed on OpenSolaris

    Probably related to the storage of "errno", if ( errno != EINVAL ) is ture when "readlink()" function returns with error EINVAL in your truss output, no problem with the 64bit binary. And truss output does not show the correct content for the write function write(2...
  8. M

    Is the LiteSpeed Ruby LSAPI my best choice?

    The web site will have some major updates. the document of LSLB will be available on the web site after the new site is ready. The documentation is in the LB package already, just download the package and refer to the doc/ directory there. People will be pretty comfortable with the LB if they...
  9. M

    LiteSpeed Load Balancer 1.0 has been released

    LiteSpeed Load Balancer 1.0 has been released. LiteSpeed Load Balancer (LSLB) is a high performance, content aware, session aware HTTP application load balancer, which can forward request based on request content as well as session stickiness preference. LiteSpeed Load Balancer can help...
  10. M

    Is the LiteSpeed Ruby LSAPI my best choice?

    LiteSpeed Load balancer has been release.
  11. M

    Open_basedir

    If you use LiteSpeed web console to configure your vhost, just put those directives in "Apache style configuration" box. Consider using PHP suEXEC together for better security. If you use LiteSpeed with hosting control panels, it works by default, no additional configuration required.
  12. M

    Dedicated IP VirtualHosts from httpd.conf

    We will try to reproduce it in our lab to have it addressed.
  13. M

    Dedicated IP VirtualHosts from httpd.conf

    Latest 3.1.1 should work very well with any kind of sites managed by cPanel, if any issue, start a new thread please.
  14. M

    Rake environment hosed - error on Rakefile

    We may not be able to help you much if it is not related to LSAPI. Maybe you can ask this question on corresponding news groups or email lists. :)
  15. M

    random 404 on mod_rewrite

    Please try http://www.litespeedtech.com/packages/3.0/lsws-3.1.2-ent-i386-linux.tar.gz
  16. M

    random 404 on mod_rewrite

    First, you need to set "RewriteLogLevel 9" to turn on rewrite log for that vhost. Next, clicking "Enable debug logging" from LSWS control panel, to turn on debug logging, click again will turn it off. Go to your site and click around, until you produce a few 404 pages, turn dbug logging off...
  17. M

    Expires header not updated when status 304

    Sorry, I forgot Rails dispatcher rely on 404 handler when I made the change. Need to find a way to make both side happy. :)
  18. M

    random 404 on mod_rewrite

    If you are using LiteSpeed + hosting control panel, you maybe not able to add static context, as the site is configured through Apache httpd.conf. It will need your assist if it is caused by a bug. How often does it happen?
  19. M

    random 404 on mod_rewrite

    Maybe 404 is caused by the error in rewrite rule? that rule does not get in.
  20. M

    random 404 on mod_rewrite

    There is a space in between "...&page=$3 &mdrw=on".
Top