Project

General

Profile

Tâche #9036

Distribution EOLE - Scénario #9030: Évolution sur flask et EOP

EOP ne fonctionne plus sur scribe

Added by Lionel Morin about 9 years ago. Updated almost 9 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
10/16/2014
Due date:
% Done:

100%

Estimated time:
1.50 h
Spent time:
Remaining (hours):
0.0

Associated revisions

Revision dbe0aea3 (diff)
Added by Lionel Morin almost 9 years ago

Ajout des headers dans la conf apache de eoleapps

Fixes #9036 @2h

History

#1 Updated by Lionel Morin about 9 years ago

Il manque les headers positionnés par nginx. Il faut les reporter dans apache.
Penser à activer le module headers. => Fait dans #9090 par eole-web:b93e584d

Exemple :

ProxyPreserveHost On
<Location /eoleapps>
     RewriteEngine  On
     RewriteCond %{HTTPS} off
     RewriteRule  ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
     ProxyPass http://%%container_ip_web:10000/eoleapps
     ProxyPassReverse http://%%container_ip_web:10000/eoleapps
     RequestHeader set X-Forwarded-Proto "https" 
     Order Allow,Deny
     Allow from all
</Location>

Vérifier que cela marche toujours si nginx est devant apache (AmonEcole). => ça marche

Penser à supprimer la conf apache d'EOP (maintenant pris en charge par eoleapps).

#2 Updated by Lionel Morin about 9 years ago

  • Estimated time set to 0.00 h
  • Remaining (hours) set to 0.0

#3 Updated by Lionel Morin almost 9 years ago

  • Remaining (hours) changed from 0.0 to 2.0

#4 Updated by Lionel Morin almost 9 years ago

  • Status changed from Nouveau to En cours

#5 Updated by Lionel Morin almost 9 years ago

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

#6 Updated by Lionel Morin almost 9 years ago

  • Remaining (hours) changed from 2.0 to 0.0

#7 Updated by Lionel Morin almost 9 years ago

  • Assigned To set to Lionel Morin

#8 Updated by Joël Cuissinat almost 9 years ago

  • Status changed from Résolu to Fermé
  • % Done changed from 0 to 100
  • Remaining (hours) changed from 1.5 to 0.0

Authentification validée sur AmonEcole et Scribe en 2.4.1

Also available in: Atom PDF