Search results

  1. D

    503 troubleshooting

    Make sure the rails application works well under WEBrick or mongrel running as the user who own the application. webbrick starts up fine with no errors. The console starts up too and I can access my models. Double check file permissions for your rails application directory...
  2. D

    503 troubleshooting

    Hi, I've got a fresh install (2.6) on a Fedora 6 box (actually ec2 image). Used the EasyRailsTemplate to create a vhost. The listener seems looks right. There are no notices or erros on restart. However, when I try to access my rails site it times out and gives me a 503 Service Unavailable...
  3. D

    Unable to create Rails EasyHost Template

    When I create a virtual host using the Rails Template and then restart, I get this warning: [config:server:vhosts] missing <virtualHostList> And if I instantiate it, and then try to view it, I get this error: /opt/lsws/conf/quizical.xml is not a valid file. these notices show up in my...
  4. D

    uid, gid warnings, and vhosts not showing up in panel

    Hi, I'm experimenting with running litespeed on Amazon's EC2. I have a couple of basic questions. Preliminary Stuff: I installed litespeed (as root I believe) and was able to create a virtual host using the EasyRailswithSuEXEC. I was able to get to the welcome screen of my rails app...
  5. D

    trouble on redirect_to's

    Okay, I used livehttpheaders to dump the URLs using both Litespeed and Lighttpd for contrast. I've attached both text files it generated (though I deleted some of the calls to my stylesheets for example for brevity). What I'm doing is basically an ajax quiz. A question is presented...
  6. D

    trouble on redirect_to's

    Thanks George. I will work on this and get you some info. I put it aside for awhile to work on something else.
  7. D

    trouble on redirect_to's

    Perhaps. My redirect URL is a little unconventional: http://localhost/quizzes/index/sports?tid=7&curator_id=1 ..where "sports" is a non-numeric id. When you say dump the URL, how do you mean?
  8. D

    trouble on redirect_to's

    I've narrowed down the problem I've been having with litespeed to methods where I am using redirect_to. For example, something like: def create @workbook.track_results(params[:answer_id]) if @workbook.total == @workbook.items.size redirect_to history_url(@workbook.game)...
  9. D

    Getting lots of application errors

    I did restart though I've noticed the problem using webrick too. If I click around long enough it using webrick the problem will occur. Not as frequently, but it will happen in that environment as well. That opens up the scope for me and indicates its not a lsws problem. Thanks for your help.
  10. D

    Getting lots of application errors

    I tried the fix, but still getting the same errors. On some clicks it works. Other times no. It seems to be worse when I have some dhtml/ajax call that hits the database and replaces something in a div. Rendering...
  11. D

    Getting lots of application errors

    Okay, still working on this problem. I'm on a intel mac and don't have the strace command available. I tried ktrace, but will have to do some research to get it working. One thing I noticed is more RailsRunner.rb process get started with each error I have. For example... Then I have click on...
  12. D

    Getting lots of application errors

    I have two users steveodom (with is root) and steve. My railsapp folder and its public were previously owned by steveodom. I changed it to steve after having difficulty. Here are my processes: steve-odoms-computer:/usr/local steveodom$ ps auxww | grep rubysteveodo 23896 0.0 1.8 46932...
  13. D

    Getting lots of application errors

    changed to the same user of the myrailsapp directory. turned on webrick. everything works fine. Here is info from my Rails tab: thanks, Steve
  14. D

    Getting lots of application errors

    I forgot to note too that I changed ownership of myrailsapp directory to a non-root user as I read to try in another post.
  15. D

    Getting lots of application errors

    Hi, I've got a fresh install. I keep getting 500 errors Everything runs fine under WEBrick. Using LS, these mysql connection errors keep popping up in my log: I also have noticed when I using AJAX on a form and trace it using firebug, nothing shows up as a response. Any ideas...
  16. D

    Litespeed dies on restart

    I'm having the same exact issues as this user had: http://www.litespeedtech.com/support/forum/showthread.php?t=447 Except I'm on a intel Mac. I'm following Bob Silva's screencast step for step here: http://i.nfectio.us/litespeed2/litespeed2.html Litespeed starts perfectly when I...
  17. D

    Nubie question about virtual hosts

    This is a pretty basic question. Forgive me. I don't know how to set up my virtual host. I'm trying to set up litespeed on my intel mac to run rails. The litespeed installation was a snap. Litespeed is installed at: Users/steveodom/lsws I installed ruby lsapi via gem install ruby-lsapi...
Top