Search results

  1. J

    503 and log entry

    I just wanted to share I had been getting lscgid: setuid(): Resource temporarily unavailable since upgrading from LiteSpeed 4.3.3 to 4.3.11, even if I did not get the fork() error. Increasing the limits solved the problem for me as well.
  2. J

    rails request.request_uri should show parameters?

    ruby-lsapi 2.5 seems to have a different issue, although i have been unable to investigate in depth. It seems under certain circumstances the actual question mark sign ? is included in the first query parameter name.
  3. J

    rails request.request_uri should show parameters?

    2.5 fixed this problem. Thanks so much! (Truth be told I did release a work-around by moving the query parameters into the url path)
  4. J

    rails request.request_uri should show parameters?

    Thanks, the values are indeed the same. How do I update the local gem though? Changing the source and executing the commands below does not seem to have an effect. What is the procedure to recompile and reinstall the gem? Went to /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.4/ext/lsapi...
  5. J

    rails request.request_uri should show parameters?

    Not sure if this is a bug, but LiteSpeed behaviour is different from Mongrel/Webrick and Rails documentation. Rails docu states that GET query parameters are included in request.request_uri. This happens with Mongrel. This does not happen in LiteSpeed. Mongrel: path /articles?type=A...
Top