Re: [users@httpd] Code for SERVER_BUSY?

2024-07-31 Thread Vladimir Chlup
Hello, The code is 503 iirc, but I can't find it in the documentation. On Tue, Jul 30, 2024 at 8:08 PM wrote: > https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass > says, for the "acquire" parameter, that "[i]f there are no free > connections in the pool, the Apache httpd will

[users@httpd] Code for SERVER_BUSY?

2024-07-30 Thread mwood
https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass says, for the "acquire" parameter, that "[i]f there are no free connections in the pool, the Apache httpd will return SERVER_BUSY status to the client." But what HTTP status code is SERVER_BUSY, and where should I have found it in