Search results

  1. M

    LSAPI bug causing site to stall?

    Just released ruby-lsapi-1.11 to fix another bug in ruby LSAPI code, this bug causes incorrect value for " HTTP_X_FORWARDED_HOST" and " HTTP_X_FORWARDED_SERVER". Gem version will take a little while to become availabe, you can download the latest version from our web site. Thanks for your...
  2. M

    LSAPI bug causing site to stall?

    Looks like something wrong with passing the request prarameter. Can you please try the following code to dump the request parameters in a .rhtml file? <%ENV.keys.sort.each do |key|%> <%=key%>=><%=ENV[key]%></br> <%end%> And post the result back. I need to get an idea about how bad the...
  3. M

    htaccess not working

    Can you please try it with LiteSpeed's realm configuration, see if the password file works or not.
  4. M

    htaccess not working

    Please double check your file path and permission. the user that lshttpd run as should be able to read that file.
  5. M

    htaccess not working

    It works, maybe the password is encrypted in MD5 format, LSWS works with password created with crypt().
  6. M

    Log format

    sooner or later. :-) No definitive time table for this yet.
  7. M

    LSAPI bug causing site to stall?

    It is because your C compiler is picky, the package has been updated to address this. gem version will be available a few hours later after mirror has been synced, the package on our web site has been updated.
  8. M

    Log format

    No, it is not possible with LSWS now.
  9. M

    long running process

    It is controled by "Connection Timeout" http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout You can increase it to 600 seconds.
  10. M

    Change the user/group

    Yeah, you need to update that. :)
  11. M

    Change the user/group

    You need to backup lsws/conf directory and restore it after reinstallation.
  12. M

    Problem with RewriteCond order and %n in RewriteRule

    this problem has been fixed in our code base, will be available in next release, 2.2.3, possibly.
  13. M

    emalloc / erealloc again with APC

    Can your PHP script from command line with CLI version of PHP to make sure it is not a PHP problem?
  14. M

    problem with php4 as fcgi both remote/local

    Maybe it is the fault of FCGI_WEB_SERVER_ADDRS, please try with it being removed.
  15. M

    emalloc / erealloc again with APC

    Please check your default memory limit with "ulimit -a" from command line. LSWS may not able to raise above that limit when PHP is not started in setUIDMode.
  16. M

    emalloc / erealloc again with APC

    You also need to check the memory limit set in php.ini
  17. M

    virtual host templates path creation

    Yes, that's the current behavior, you need to create directories manually for now.
  18. M

    problem with php4 as fcgi both remote/local

    Maybe the FCGI instances on the backup machine is still pre-occupied by the first machine, TCP connections is still established between FCGI processes and the LSWS on first machine. To solve this issue, you need to set "PHP_FCGI_CHILDREN=40", so there is always php process available for local use.
  19. M

    Version 2.2.2 broken on Solaris for Sparc

    You should be able to switch back to older release with lsws/admin/misc/mgr_ver.sh 2.2.1, if it does not work, just replace "2.2.2" with "2.2.1" in our download link to get the older package.
  20. M

    problems if Auto Restart is off

    Really should remove the "auto restart" option, as there have been many features depends on that. For the "fix 503 error" can not be disabled problem, I will investigate.
Top