1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).

Github: closes #453


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2024-06-10 10:46:32 +00:00
parent 71202d890a
commit 3934667f36

View File

@@ -2779,8 +2779,8 @@ static apr_status_t worker_address_resolve(proxy_worker *worker,
apr_sockaddr_t *addr = *paddr;
for (; addr; addr = addr->next) {
addrs = apr_psprintf(pool, "%s%s%pI",
addrs ? ", " : "",
addrs ? addrs : "",
addrs ? ", " : "",
addr);
}
if (r) {