0

hope this question is not too silly.

In Apache I'm using ProxyPass:

<Location />
  ProxyPass http://localhost:3000/
</Location>

However I cannot be sure the http://localhost:3000/ will be available. If not apache will crash. How can I make it still working even though upstream is not available? BTW, I'm using Apache as a container.

Murakami
  • 113
  • 4
  • 2
    Apache does not crash when the backend is unavailable. It will show a proper 5xx response. You can customize the error page for that response. – Gerald Schneider Feb 07 '23 at 09:19

0 Answers0