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.