Search results

  1. C

    core dumps

    Hi, We just added a piece of code that queries an API using net/http when a visitor visits a certain page on our site. This block of code is also surrounded by a timeout block, just in case it takes too long querying the API, we don't want it to hang for the visitor. Once we added this, our...
  2. C

    messages in our stderr

    Hi I noticed in our stderr log we have many of these: /opt/lsws/fcgi-bin/RailsRunner.rb:23:in `accept': SIGUSR1 (SignalException) from /opt/lsws/fcgi-bin/RailsRunner.rb:23 Any idea what could be causing this? We are running ruby-lsapi 3.0 and litespeed 3.3.4. I just upgraded...
  3. C

    [10.1.0.2:30964-0] Status 400: Missing HTTP protocol string! in logs

    Hi, I just started seeing a lot of these showing up in my logs: [10.1.0.2:30964-0] Status 400: Missing HTTP protocol string! Not sure if it's anything to be concerned about. Any idea how to fix this? thanks, Chris
  4. C

    ruby-lsapi doesn't compile on mac osx leopard

    Hi, Not sure if this has already been reported, but I just wanted to let you know that when I try to install ruby-lsapi as a gem on Mac OSX 10.5 (leopard), I get the following error: "_environ", referenced from: environ$nonlazy_ptr in lsapilib.o ld: symbol(s) not found collect2: ld returned...
  5. C

    RMagick Problems

    Hi, I'm trying to generate dynamic images using RMagick from my Rails application. When I run the action that generates the images from Litespeed, RMagick gives me an error that it cant find the PostScript Delegate. However, this same code, I copied into a regular shell script and it...
  6. C

    first hit after periods of inactivity is slow

    Hi, I noticed that the first hit to my rails app after about 2-3 minutes of the server being completely idle takes about 5 seconds longer than subsequent hits. I read in other posts that this behavior is normal for the first hit when the webserver has just been turned on, but i have slowdown...
  7. C

    mint still hitting rails

    Hi, I'm using mint with my Ruby on Rails app via lsphp. I'm just putting <script src="/mint/?js" type="text/javascript"></script> on each page. Mint is working fine. However, I started looking through my production logs and it appears that this javascript call is actually getting all the...
  8. C

    setup php in rails template

    Hi, I'm using the provided rails virtual host template and everything is working fine. However, I want to add php support to this so I can run mint on my site. I installed and compiled php per your directions and didn't run into any problems. However, I'm having trouble getting php pages to...
  9. C

    errors while using memcache under heavy load

    Hi, I'm running httperf with the following settings: httperf --server localhost --uri /accounts/register --num-conn 5000 --num-call 10 --rate 200 --timeout 5 Most pages work fine. I get a pretty high number of connection resets but I guess thats because my copy is limited to 300...
  10. C

    gems not found

    Hi, I just tried to setup my ruby on rails app in litespeed following the EasyRailsWithSuEXEC template. However, I still can't get my app to load. My browser just sits spinning and eventually I get a 503. In the error log it gives the following for every gem that I require, for example...
Top