Project

General

Profile

Actions

Bug #3051

closed

mod_extforward regression 1.4.56

Added by glen about 4 years ago. Updated about 4 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_extforward
Target version:
ASK QUESTIONS IN Forums:
No

Description

  • OK: 1.4.55
  • Broken: 1.4.56
  • Broken: 1.4.58

Example config:

    extforward.forwarder           = (
        "192.168.24.21" => "trust",
        "192.168.24.22" => "trust",
        # 2
    )

Expected REMOTE_ADDR=a.b.c.d, Actual REMOTE_ADDR=192.168.24.21

Upstream of lighttpd is HAProxy sending headers:

  "HTTP_X_FORWARDED_FOR" => "a.b.c.d" 
  "HTTP_X_FORWARDED_PROTO" => "https" 
#1

Updated by gstrauss about 4 years ago

  • Category set to mod_extforward
#3

Updated by gstrauss about 4 years ago

  • Status changed from New to Need Feedback
#4

Updated by gstrauss about 4 years ago

  • Status changed from Need Feedback to Patch Pending
  • Target version changed from 1.4.x to 1.4.59
#5

Updated by gstrauss about 4 years ago

  • Status changed from Patch Pending to Fixed
Actions

Also available in: Atom