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> > ServerName www.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 via http://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 -~----------~----~----~----~------~----~------~--~---

