Project

General

Profile

Actions

Feature #2055

closed

Proxy address in error logs (patch included)

Added by chernousov over 14 years ago. Updated almost 8 years ago.

Status:
Obsolete
Priority:
Normal
Category:
mod_proxy_backend_fastcgi
Target version:
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));

Actions #1

Updated by gstrauss almost 8 years ago

  • Missing in 1.5.x set to Yes
Actions #2

Updated by gstrauss almost 8 years ago

  • Status changed from Patch Pending to Obsolete
Actions

Also available in: Atom