On Aug 6, 2010, at 8:36 AM, Margie Roginski wrote: > Could anyone give me some pointers as to how you deal with taking your > site down for maintenance? Is there some standard thing that people > do to redirect all page requests to some sort of "Sorry, the site is > down" page? Do you do this directly via apache or do you do it via > django? >
We have the front end web server redirect all web traffic to a static maintenance page. If we are upgrading the site, it typically means that the database or the django app server is unavailable. -- Eric Chamberlain, Founder RF.com - http://RF.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.