http://kb.mediatemple.net/questions/279/Ruby+on+Rails+using+Mongrel+Clusters

It looks like there's a part about setting up your vhost.conf. Did you
go through these steps? If so, I'd guess that it's the place you want
to make your edits to exclude blog URL from being redirected.


On Sep 28, 8:37 pm, Greg Lazarev <[email protected]>
wrote:
> heimdull wrote:
> > I would assume that you are using passenger...
>
> > Just setup the rails app like normal then create a locations element
> > for the blog and turn off rails for this directory
>
> > And here is the cut'n paste from the Passenger documentation
>
> > <VirtualHost *:80>
> >     ServerNamewww.foo.com
> >     DocumentRoot /apps/foo/public
> >     <Directory /apps/foo/public/wordpress>
> >         PassengerEnabled off
> >         AllowOverride all      # <-- Makes Wordpress's .htaccess file
> > work.
> >     </Directory>
> > </VirtualHost>
>
> I'm using mongrel cluster behind Apache. It is a WP blog. I'm on
> MediaTemple host and the way they set it up there is no DocumentRoot
> specified in httpd.conf. Is there anyway to tell Apache not to send the
> request to mongrel (like PassengerEnabled)?
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to