开发者

Getting Rails to work with Apache

开发者 https://www.devze.com 2023-02-04 20:20 出处:网络
I\'m trying to get Rails to work with Apache. To my supreme frustration, many of the instructions I\'ve found for doing this are wildly divergent from one another. I tried following a few of them with

I'm trying to get Rails to work with Apache. To my supreme frustration, many of the instructions I've found for doing this are wildly divergent from one another. I tried following a few of them with no success.

I'm on Ubuntu 10.10, Rails 3.0.3 and Apache 2.2.16. I've already installed passenger. I don't really know what to do next.

开发者_如何学编程

Can anyone help me out, or at least give me a link to a decent, up-to-date set of instructions?


This RailsCast should make it a breeze.


You can try phusion_passenger. I had success with that.

Simple version sudo apt-get install libapache2-mod-passenger. More options on the official installation guide

Edit acc. to comment about wrong installation line.


Slicehost has some lovely simple guides for setting things up.

0

精彩评论

暂无评论...
验证码 换一张
取 消