because these settings are stored in shared memory, post config,
and changes made won't persist a restart or reboot since Apache
goes back the honoring the httpd.conf file settings.
If you need the updates to persist, you'll need to tell
mod_proxy to write out the shared memory data to a file, which
is then read and honored during the restart.
> Additional question:If the back-end has started a reply, then there's no way to
>
> I have the timeout set to 5 seconds; if the back-end service takes longer than 5 seconds to finish, the proxy does abandon the request as expected, and I get an error in the browser. Is there any way to have the proxy, when the back-end times out, retry the request against another one of the nodes?
retry against someone else. Is the timeout due to the backend
being slow or because it's down?