Search results

  1. P

    Server can't access the SQLite database!

    Hi, I'm using SQLite3 as my database. I've setup my application and deployed it using capistrano. I'm running the application on Litespeed Server 3.3 and Rails edge. I can access the database through the rails console, so my configurations are fine. But as soon as the rails app tries to...
  2. P

    lsapi with camping?

    Hi, I didn't mix the two options. Because the scenario with thr ruby runner did not work, I've tried to use LSAPI directly. I changed my application accordiing to the documentation. Then I added a external app with my application.rb as command and defined a lsapi context using the ext app. No...
  3. P

    lsapi with camping?

    I installed ruby-lsapi manually and modify my application.rb a bit, and now I get 500 error messages. The server says "Premature end of response header.". There are no other error messages. Is this a server configuration problem or something related to my application? Thanks
  4. P

    lsapi with camping?

    The following error is thrown: from /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.5/scripts/lsruby_runner.rb:3 /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.5/scripts/lsruby_runner.rb:3:in `require': no such file to load -- lsapi (LoadError) Is that a known bug or just a specific one on my...
  5. P

    lsapi with camping?

    I've added a LSAPI external application with the address "UDS://path/to/ruby-lsapi-2.5/scripts/lsruby_runner.rb" and added the ext app as a script handler with suffixes "rb". But now I receive a 503 error message and I can't find any log information about that. Did I use the wrong parameter...
  6. P

    lsapi with camping?

    Hi, I'm in the same situation, trying to run a camping application on the litespeed server. I read the README and modified the application according to the lsapi recommendations. But I'm still not able to access the application. If I access the root url the server sends a 404 error message. But...
Top