Just as some added info:

in apache2.conf I have the following for passenger and rails:

LoadModule passenger_module 
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4
PassengerRuby /usr/bin/ruby1.8
RailsAllowModRewrite on

The updated virtual file I am using is located here:

http://pastie.org/587697

When I issue cap deploy:web:disable

I can confirm that a maintenance.html file is written to:

/path/to/production/mydomain.com/current/public/system/maintenance.html

But, no redirects to that page occur when my site is clicked...
-- 
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to