On 17.10.2007, at 20.57, Matthew Lagace wrote:

>
> Hello, I have a server with multiple domains and it runs Apache 2.2.3
> with Rails 1.2.5, Ruby 1.8.5
>
> Now, on 1 domain, I have a subdomain and on this subdomain, I want to
> run a rails app. Now I don't use Mongrel or anything else. The  
> server is
> running Plesk 8.1.1.
>
> I have tried alot of things in the httpd.conf file to make it work and
> it just doesn't work.
>
> How can I make my rails app work  on this subdomain without  
> changing my
> webserver or using mongrel?

You need to run Rails on something. If you really don't want to use  
mongrel, then you'll need to set it up to run on FastCGI. I don't  
recommend it but there are plenty of tutorials about setting up Rails  
with Apache and FastCGI:

http://www.google.com/search? 
ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=rails+fastcgi+apache+2.2

--
Jarkko Laine
http://jlaine.net
http://dotherightthing.com
http://www.railsecommerce.com
http://odesign.fi



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to