Pages enfant
  • MDWP -1- Environnement technique


Socle technique

APACHE 2.4.37 ou HAPROXY

TOMCAT 9 (tomcat 10 conseillé à partir de la v2.0)

MARIADB10.4

JAVA 17 (à partir de la v2.0)

Configuration Apache

  • Proxy AJP
  • Module à charger : proxy_wstunnel_module
Exemple 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
  • Aucune étiquette