Actions
Feature #2055
closedProxy address in error logs (patch included)
ASK QUESTIONS IN Forums:
Description
Easy but very useful when proxying to several backends.
mod_proxy_backend_fastcgi.c:
- ERROR("looks like the fastcgi-backend (%s) terminated before it sent a FIN packet", SAFE_BUF_STR(sess->request_uri)); + ERROR("looks like the fastcgi-backend %s (%s) terminated before it sent a FIN packet", SAFE_BUF_STR(proxy_con->address->name), SAFE_BUF_STR(sess->request_uri));
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Obsolete
Actions
Also available in: Atom