Pages enfant
  • MDWP -1- Environnement technique

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
borderWidth1
titleBGColor#628DB6
titleSocle technique

État
colourGreen
titleapache
2.4.37 ou
État
colourGreen
titleHAProxy

État
colourGreen
titletomcat
9

État
colourGreen
titleMariadb
10.4

État
colourGreen
titleJava
11 minimum

Configuration Apache

  • Proxy PUSHProxy AJP
  • Module à charger : proxy_wstunnel_module


Bloc de code
languagebash
themeEclipse
titleExemple Règles de réécriture concernant le PUSH (httpd.conf)
RewriteEngine on
RewriteCond %{HTTP:UPGRADE} ^websocket$ [NC,OR]
RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
RewriteRule .* ws://mdwp.univ.fr:20040%{REQUEST_URI} [P,L]

ProxyPreserveHost on
ProxyRequests Off
ProxyVia Off

# AJP vers Tomcat
ProxyPass / ajp://mdwp.univ.fr:20049/


Configuration MySQLCréer une base vide dédiée à monDossierWeb


...