Questions tagged [maintenance-mode]

Use this tag for questions about putting your application on maintenance mode and/or displaying maintenance pages to end-users. For frameworks, services, and platforms that have built-in mechanisms for doing either of those, please check if there are more specific tags that can be used, and if so, add those tags as well.

For applications that are currently live in production environments, it is a common scenario that the application would need to be temporarily unavailable to end-users, because it needs to undergo maintenance activities, such as installing software updates, patching of critical bugs, replacing or restarting certain components, or cleaning-up of files/folders or data.

For such cases, it is common practice to put the application into "maintenance mode", wherein end users accessing the application would not be able to use any of the application features, and instead would see or get an "This site is under maintenance" page or response. This prevents data corruption and bad user experience, while the application is being updated.

Please make sure to also add the tags related to the framework, library, service, or platform related to the application.

132 questions
0
votes
1 answer

PHP Croogo Framework - Sites goes automatically to Maintenance Mode

I am facing issue with Croogo website from last many days. My site is going to maintenance mode automatically after few hours or few days. Then i manually need to change Site.status: value to 1 in settings.yml If anyone have any idea about this…
Rahul Kumar
  • 666
  • 2
  • 7
  • 13
0
votes
1 answer

Prestashop Maintenance mode error

First things first I am new to Prestashop. I have two issues. First is when I'm in the maintenance mode and I add my ip adres to gain access, I still can't access my frontoffice. This gives server error in my Chrome Browser. But the bigger issue is…
Musti Hakan
  • 47
  • 1
  • 12
0
votes
1 answer

Block website during maintenance except for testers

I would like to block the access to my website while I make changes to it. But I want some selected people and myself to have access to do tests. I found this method which is good (http://25yearsofprogramming.com/blog/20070704.htm), except for the…
Aislinn
  • 3
  • 2
0
votes
2 answers

PHP Javascript maintenance page

I used this in my index.php maintenance > 0){ echo ""; exit; } ?> and in my config.php after checked database connection $site =…
user1477332
  • 325
  • 2
  • 4
  • 20
0
votes
2 answers

How to disable http cache in the entire site?

I need to be able to put the site in 'maintenance mode'. So I'm using a cheap hack like this one in app.php (the original app.php was moved to app.php.bak):
ChocoDeveloper
  • 14,160
  • 26
  • 79
  • 117
0
votes
1 answer

Application visibility for superadmin during maintenance mode

My application is fully built now. But at times i need to bring it down for maintenance. So i created a .htaccess file and now when users try to open the application they get redirected to a different page with a maintenance image in it. The problem…
Abhishek Saha
  • 2,564
  • 1
  • 19
  • 29
0
votes
3 answers

How can I create a 'maintenance mode' for SharePoint?

I need to disable access to a SharePoint application between 6 PM and 7 AM. SharePoint 2007 doesn't seem to have an out-of-the-box "maintenance mode," so I'm looking for a solution. Presently someone moves users out of a security group to limit…
Robert S.
  • 25,266
  • 14
  • 84
  • 116
-1
votes
1 answer

updating failed. the response is not a valid json response. WordPress website is on maintenance mode and when I want to publish a page it shows this

From Permalinks URLs are set to "Post", and Simple SSL is activated but when I want to create a new page, "Home" for example, and publish I get the "updating failed. the response is not a valid JSON response" error on WordPress. The site is in…
-1
votes
1 answer

Need help configuring a maintenance page running 2 JBoss App Servers behind Mod_cluster

I have 2 Jboss app servers running configured with port offset of 100 the first is listening on 8009 and second on 8109. They are configured to talk to the apache mod cluster on port 4221. My Apache server is listening on port 8000 for app…
TheVito
  • 1
  • 2
-2
votes
1 answer

Is there a way to activate maintenance mode if the server is down?

Is there a way to automatically show maintenance mode in Laravel when the server is down? I know there is command php artisan down or upload down file to store/framework, but when server is down, I can't upload or call the command. How to show…
MRustamzade
  • 1,425
  • 14
  • 27
-3
votes
1 answer

How to design a 'read only' site mode?

I notice on sites like Stack Overflow and Reddit they have the ability to put the entire site in 'read only' mode e.g. during maintenance. My question is, what kind of architecture is needed to make this happen? Does it happen at the database level,…
Gary Green
  • 22,045
  • 6
  • 49
  • 75
1 2 3
8
9