Multiple rails apps on different ports w/ Apache/Passenger
Rob Schultz
rschultz7 at gmail.com
Wed Sep 9 03:25:44 MSD 2009
I am not sure exactly what you trying to do. But you can have NginX +
Passenger do this directly. And i am sure you can do it directly with
Apache + Passenger also.
http://modrails.org/documentation/Users%20guide%20Nginx.html#deploying_rails_to_sub_uri
On Sep 8, 2009, at 5:31 PM, Paul Hamann wrote:
>
> Hi there. This thread is the closest to what I'm trying to do.
>
> http://www.ruby-forum.com/topic/132408#new
>
> I have three rails apps on one machine with Apache2/Passenger/REE. I
> want them available at www.example.com/app1 and so on. I'm trying to
> avoid www.example.com:8080 , 8081, 8082, etc. for various reasons.
> I'd
> like to avoid going the Apache2 mod_rewrite route. Also, I plan to
> take
> advantage of additional Nginx features after I get this working. For
> example, I'd like Nginx to serve the static.
>
> I've got some experience with Nginx -- but not a lot. I would really
> appreciate a few pointers -- it's been challenging.
>
> Thanks! P
> --
> Posted via http://www.ruby-forum.com/.
>
More information about the nginx
mailing list