Skip to content
Extraits de code Groupes Projets
Valider bed804f9 rédigé par robocoder's avatar robocoder
Parcourir les fichiers

refs #2015 - better explanation when to use reverse_proxy = 1

The current behaviour as you observe in comment:2 is correct.

The reason why jhstatewide couldn't login with reverse_proxy=1 is likely
because he's using a non-https proxy (i.e., http to http); in which case, the
browser won't send back the secure-only cookie to Piwik over an http connection.

Setting reverse_proxy=0 and configuring the proxy headers should solve both the
wrong IPs and login issue.



git-svn-id: http://dev.piwik.org/svn/trunk@3734 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 163efa20
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -181,7 +181,8 @@ jquery_version = 1.4.2 ...@@ -181,7 +181,8 @@ jquery_version = 1.4.2
jqueryui_version = 1.8.4 jqueryui_version = 1.8.4
swfobject_version = 2.2 swfobject_version = 2.2
; If set to 1, Piwik adds a response header to workaround the IE+Flash+HTTPS bug. ; Set to 1 if using a reverse proxy (https to http)
; or your web server doesn't set $_SERVER['HTTPS'] when using https
reverse_proxy = 0 reverse_proxy = 0
; List of proxy headers for client IP addresses ; List of proxy headers for client IP addresses
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter