Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
2.4
:
Modules
>
apache2-mod_authnz_external
> apache24.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File apache24.patch of Package apache2-mod_authnz_external
--- mod_authnz_external-3.3.1/mod_authnz_external.c.orig 2013-07-28 11:33:46.089602778 +0200 +++ mod_authnz_external-3.3.1/mod_authnz_external.c 2013-07-28 11:34:11.525405425 +0200 @@ -443,8 +443,8 @@ if (remote_host != NULL) child_env[i++]= apr_pstrcat(p, ENV_HOST"=", remote_host,NULL); - if (c->remote_ip) - child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->remote_ip, NULL); + if (c->client_ip) + child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->client_ip, NULL); if (r->uri) child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL);