Implemented simple maintenance information page mechanism.
Sometimes the downtime due to the upgrade or error can be noticable to the users, so the well behaving application should have some kind of maintenance mode to inform the users. This commit contains simple web page with capabilites of variable substitutions (to insert separately generated timestamps about the duration of the downtime), an example site configuration for Apache web server and updated documentation page about sustem upgrade. (Redmine issue: #4277)
Showing
- conf/apache/maintenance/.htaccess 3 additions, 0 deletionsconf/apache/maintenance/.htaccess
- conf/apache/maintenance/index.html 57 additions, 0 deletionsconf/apache/maintenance/index.html
- conf/apache/site_maintenance.conf.example 89 additions, 0 deletionsconf/apache/site_maintenance.conf.example
- doc/sphinx/_doclib/upgrading.rst 13 additions, 1 deletiondoc/sphinx/_doclib/upgrading.rst
- lib/mentat/__init__.py 1 addition, 1 deletionlib/mentat/__init__.py
Loading
Please register or sign in to comment