diff --git a/data/web/inc/prerequisites.inc.php b/data/web/inc/prerequisites.inc.php
index f7fd80b4..9c5203e7 100644
--- a/data/web/inc/prerequisites.inc.php
+++ b/data/web/inc/prerequisites.inc.php
@@ -70,6 +70,7 @@ try {
}
}
catch (Exception $e) {
+// Stop when redis is not available
http_response_code(500);
?>
Connection to Redis failed.
The following error was reported:
=$e->getMessage();?>
@@ -99,6 +100,7 @@ try {
}
catch (PDOException $e) {
// Stop when SQL connection fails
+http_response_code(500);
?>
Connection to database failed.
The following error was reported:
=$e->getMessage();?>
Connection to dockerapi container failed.
The following error was reported:
=$errno;?> - =$errstr;?>