Anomalie #1989
eole-reverseproxy démarre wpad même si le proxy n'est pas sur la machine
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
Si le proxy n'est pas sur la machine il ne faut pas configurer wpad (ou à la rigueur le configurer correctement ...).
La deuxième partie du patch n'a rien a voir avec ca. Ca concerne en fait #1988.
--- nginx.default.old 2011-08-24 17:36:38.832462158 +0200 +++ nginx.default 2011-08-24 22:57:45.158252508 +0200 @@ -15,6 +15,7 @@ proxy_buffers 6 32k; proxy_busy_buffers_size 32k; +%if %%is_defined('container_ip_proxy') # erreur pour le proxy server { %if %%mode_conteneur_actif != 'non' @@ -92,6 +93,7 @@ deny all; } } +%end if %set %%dom_dict={} %if %%revprox_activate_http == 'oui' @@ -100,7 +102,7 @@ %end for %end if % if %%revprox_activate_http == 'oui' -%if %%is_defined('revprox_container_domain') and %%is_defined('container_ip_web') and %%revprox_container_domain != '' +%if %%is_defined('container_ip_web') and %%revprox_container_domain != '' %%dom_dict.setdefault(%%revprox_container_domain, []).append(('/', 'redirige vers https', 'oui', 'https://'+%%container_ip_web)) %end if
Related issues
Associated revisions
nginx.default : application du patch pour wpad sans proxy (fixes #1989)
History
#1 Updated by Joël Cuissinat over 11 years ago
- Assigned To set to Joël Cuissinat
- Target version set to Mises à jour 2.3 - 02 RC
- Estimated time set to 0.50 h
#2 Updated by Joël Cuissinat over 11 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit a28000a5b944b62d9315191266b7ecc583a36d25.
#3 Updated by Fabrice Barconnière over 11 years ago
- Status changed from Résolu to Fermé
- Distribution set to EOLE 2.3