04-23-2012 01:26 PM
<VirtualHost *:80>
ServerName alfresco.example.com
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /alfresco http://localhost:8080/alfresco/
ProxyPassReverse /alfresco http://localhost:8080/alfresco/
ProxyPass /share http://localhost:8080/share/
ProxyPassReverse /share http://localhost:8080/share/
<Location /alfresco>
Order deny,allow
Allow from all
</Location>
<Location /share>
Order deny,allow
Allow from all
</Location>
</VirtualHost>
06-14-2012 07:08 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.