Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Volet
borderColor#4080a4
bgColor#FFFFFF
titleColor#f9fafa
titleBGColor#628DB6
borderWidth1
titleSocle technique

État
colourGreen
titleapache
 2.4

État
colourGreen
titletomcat
7 minimum (7.0.64 ou 8.0.26 conseillées)

État
colourGreen
titlemysql
5 minimum (5.1.73 ou 5.5.34 conseillées)

État
colourGreen
titleJava
8 minimum (8U60 conseillée)

Configuration Apache

  • Proxy PUSH
  • Proxy AJP
  • Module à charger : proxy_wstunnel_module
Bloc de code
themeEclipse
languagebash
titleRègles de réécriture concernant le PUSH (httpd.conf)
RewriteEngine on
RewriteCond %{QUERY_STRING} ^((?!X-Atmosphere-Transport=websocket).)*$
RewriteRule ^/PUSH(.*)$ http://<nom>.univ.fr:20130/PUSH$1 [P]
# PUSH
ProxyPass /PUSH ws://<nom>.univ.fr:20130/PUSH
ProxyPassReverse /PUSH ws://<nom>.univ-.fr:20130/PUSH
# AJP vers Tomcat
ProxyPass / ajp://<nom>.univ.fr:20139/
Configuration MySQLCréer une base vide dédiée à eCandidat

...