Alfresco Share sous Apache

De EjnTricks

La configuration mise en place est la suivante, dans le fichier /etc/apache2/httpd.conf :

ProxyPass /share http://localhost:8080/share
ProxyPassReverse /share http://localhost:8080/share

<Proxy http://localhost:8080/share>
  Order allow,deny
  Allow from all
</Proxy>

Dans ce cas, toutes requêtes sur /share seront redirigées vers l'application share hébergée sur un Tomcat en local.