| jeremydurham | CademiaX: at the very least, you could just use the action Zycon: sure, use mongrel :) |
| hydo | Zycon: or lighthttpd |
| action | hydo loves lighthttpd |
| hydo | loves lighthttpd |
| Zycon | yep, I would like too, but I don't have that option |
| hydo | Zycon: apache + fastcgi = path to glory... or dispair, depending on your luck. |
| jeremydurham | you'll probably want to google.. there's lots of things that can go wrong :) |
| hydo | *or* configure apache with mod_proxy and run mongrel and apache. |
| Zycon | hydo: so thats the only way you can get both to run? |
| hydo | Yea, lots of things can go wrong... which is why I dumped apache and tried lighthttpd. I squealed like a 9 year old girl when it worked... and was fast fast fast. Zycon: I don't know about *only* way, but using apache to proxy requests to mongrel works... I can't comment on how many reqs per sec it can handle, but it worked for me. For a few hours.... and then it would just stop, cross it's arms, and refuse to move. |
| jeremydurham | ah, there's a good faq about what that issue probably is on the mongrel site :) |
| hydo | Yea, good luck with that. :) I tried a bunch of stuff from desperate google searches. different versions of apache, etc. Hopefully you have better luck. |
| anonuser | any reason why multiple observe_field's wouldn't be working ? |
| linoj | no one uses mod_ruby ? |
| jeremydurham | we run it in production ;) |
| Zycon | hmmm |
| jeremydurham | mod_ruby isn't an option except for one app, or at least it wasn't recently |
| Zycon | Been having problems with getting apache to work for ages |
| jeremydurham | because all objects are stored in the same memory, you'll get collisions if you have two account classes |
| hatezilla | you guys should all check out http://groups.google.com/group/rubyonrails-deployment |
| Skiz | ixnay on the duplixay |
| hatezilla | the ones having problems deploying on apache... |
| Skiz | uplixday ateinkay |
| OpenStandards | what would cause a routing error? I |
| joedj | does anyone happen to know where i could find an apache2.2 RPM for RHEL3? |
| Skiz | #? joedj: rpmsearch ? theres defiantely going to be some dependencies issues there |
| OpenStandards | i've ran generate controller then the name and everytime i go to localhost:3000/name its throwing "no route found to match" |
| Skiz | OpenStandards: your desc of the issue doesnt help much there... what is 'name', did you create an index method or view? |
| joedj | rpmsearch/rpmfind/google are not helpful |
| nayte | Hey joedj: rpm.pbone.net |
| joedj | nayte, that's what i meant by 'rpmsearch' |
| OpenStandards | Skiz, def index... etc in name's controller |
| nayte | joedj: Ahhh... ok |
| Skiz | OpenStandards: def index ;; render :text => 'Hello World' ;; end localhost:3000/name should hit that index of name |