Ticket #593 (closed defect: fixed)
mod_proxy do not send Apache IP address of end user
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | core | Version: | 1.4.11 |
| Severity: | normal | Keywords: | mod_proxy wordpress |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description
I am running wordpress at the moment. I am trying to use the lighttpd's proxy function. It works fine, however all comments appear to the system as coming from the server IP. I've used the site behind SQUID accelerator mode, and it worked fine, and the people commenting appeared to be working.
My config :
$HTTPhost? =~ "(|\.)something.com$" {
proxy.server = ( "" =>
( (
"host" => "10.0.0.1", "port" => 80
) )
)
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

