Project

General

Profile

Anomalie #1987

eole-web sans annuaire et avec reverseproxy

Added by Emmanuel GARETTE (2) almost 12 years ago. Updated over 11 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
08/24/2011
Due date:
% Done:

100%

Spent time:
Distribution:
EOLE 2.3

Description

Les règles de firewall sont spécifiques à Amon sur EOLE 2.3.

Il faut obligatoirement avoir configurer l'annuaire et ne fonctionne pas avec le reverseproxy (sauf si on utilise Era).

--- 00_web.fw.old   2011-08-24 17:16:35.155966814 +0200
+++ 00_web.fw   2011-08-24 19:45:43.005991404 +0200
@@ -1,7 +1,11 @@
 %if %%activer_apache == 'oui'
+%if not %%is_defined('activer_revprox')
 allow_src(interface='eth0', ip="0/0", port='80')
 allow_src(interface='eth0', ip="0/0", port='443')
+%end if
+%if %%is_defined('container_ip_annuaire')
 allow_dest(interface='eth0', container='annuaire', port='389')
+%end if
 %if %%activer_sso == 'local'
 allow_dest(ip='%%adresse_ip_eth0', port='%%eolesso_port')
 %elif %%activer_sso == 'distant'

Related issues

Related to conf-amon - Anomalie #1988: eole-web et eole-reverseproxy ne fonctionne pas par défaut ensemble Fermé 08/24/2011
Related to conf-scribe - Anomalie #2251: eole-web et eole-fichier sans eole-annuaire Fermé 10/18/2011

Associated revisions

Revision 908de4d4 (diff)
Added by Joël Cuissinat over 11 years ago

00_web.fw : patch pour eole-web sans annuaire et avec reverseproxy (fixes #1987)

Revision 60852cc7 (diff)
Added by Daniel Dehennin over 11 years ago

Allow any access to port 80 and 443 if reverse proxy is disabled.

  • web/tmpl/00_web.fw: Add missing test on defined but disabled
    service (ref: #1987).

History

#1 Updated by Joël Cuissinat over 11 years ago

  • Target version set to Mises à jour 2.3 - 02 RC

#2 Updated by Joël Cuissinat over 11 years ago

  • Assigned To set to Joël Cuissinat

#3 Updated by Joël Cuissinat over 11 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#4 Updated by Fabrice Barconnière over 11 years ago

  • Status changed from Résolu to Fermé
  • Distribution set to EOLE 2.3

Also available in: Atom PDF