Hi this is my first Inatllation, i use Version 2.4.1
I know you receive a lot of topic about PIWIK behind PROXY, and i read it.
BUT I'ts still not working for me
Here is my installation.
USE: Apache Proxy Server
LB - PROXY1 - PROX2 - PIWIK
HTTPS - HTTP -HTTP - HTTP
IP ADRESS of my components
10.126.25.40 = LB
10.126.25.34 = PROXY 1
10.126.35.34 = PROXY 2
10.126.45.44 = piwik
Here the Header who was received on piwik server
X-Forwarded-For: 192.168.200.193, 10.126.35.25
X-Forwarded-Host: intratst.habitation.gouv.qc.ca, PROXY2.XXX.XXX.XXX
X-Forwarded-Server: intratst.habitation.gouv.qc.ca, PROXY2.XXX.XXX.XXX
Connection: Keep-Alive
Here the config.ini.php
proxy_host_ips[] = 10.126.25.40
proxy_host_ips[] = 10.126.25.25
proxy_host_ips[] = 10.126.35.35
proxy_host_ips[] = 10.126.45.44
proxy_client_headers[] = HTTP_X_FORWARDED_FOR
proxy_host_headers[] = HTTP_X_FORWARDED_HOST
All the stats are related to 10.126.25.25
if i COMMENT those lines from config.ini.php
;proxy_host_ips[] = 10.126.25.40
;proxy_host_ips[] = 10.126.25.25
;proxy_host_ips[] = 10.126.35.35
;proxy_host_ips[] = 10.126.45.44
;proxy_client_headers[] = HTTP_X_FORWARDED_FOR
;proxy_host_headers[] = HTTP_X_FORWARDED_HOST
All the stats are related to 10.100.35.35
What i Missed ?
Regards
Daniel
I know you receive a lot of topic about PIWIK behind PROXY, and i read it.
BUT I'ts still not working for me
Here is my installation.
USE: Apache Proxy Server
LB - PROXY1 - PROX2 - PIWIK
HTTPS - HTTP -HTTP - HTTP
IP ADRESS of my components
10.126.25.40 = LB
10.126.25.34 = PROXY 1
10.126.35.34 = PROXY 2
10.126.45.44 = piwik
Here the Header who was received on piwik server
X-Forwarded-For: 192.168.200.193, 10.126.35.25
X-Forwarded-Host: intratst.habitation.gouv.qc.ca, PROXY2.XXX.XXX.XXX
X-Forwarded-Server: intratst.habitation.gouv.qc.ca, PROXY2.XXX.XXX.XXX
Connection: Keep-Alive
Here the config.ini.php
proxy_host_ips[] = 10.126.25.40
proxy_host_ips[] = 10.126.25.25
proxy_host_ips[] = 10.126.35.35
proxy_host_ips[] = 10.126.45.44
proxy_client_headers[] = HTTP_X_FORWARDED_FOR
proxy_host_headers[] = HTTP_X_FORWARDED_HOST
All the stats are related to 10.126.25.25
if i COMMENT those lines from config.ini.php
;proxy_host_ips[] = 10.126.25.40
;proxy_host_ips[] = 10.126.25.25
;proxy_host_ips[] = 10.126.35.35
;proxy_host_ips[] = 10.126.45.44
;proxy_client_headers[] = HTTP_X_FORWARDED_FOR
;proxy_host_headers[] = HTTP_X_FORWARDED_HOST
All the stats are related to 10.100.35.35
What i Missed ?
Regards
Daniel