08-06-2009 03:39 PM
10-04-2010 12:50 PM
Listen 81
<VirtualHost *:81>
ServerAdmin webmaster@localhost
ServerName alfresco.localdomain
ServerAlias alfrescolocal
DocumentRoot /var/www
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow from all
</Proxy>
ProxyVia On
ProxyPreserveHost On
ProxyPass / http://alfrescolocal:7070/
ProxyPassReverse / http://alfrescolocal:7070/
</VirtualHost>
vti.alfresco.deployment.context
property didn't work, as it is used from VTI module (Jetty) to contact Alfresco. See: tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/org.alfresco.module.vti/context/{vti-context.xml,vti-handler-alfresco3-context.xml}
10-04-2010 08:48 PM
RewriteCond %{HTTP_USER_AGENT} "^Microsoft Office.*"
RewriteRule ^/(.*) http://alfrescolocal:7070/$1 [P,L]
ProxyVia On
ProxyRequests Off
ProxyPreserveHost On
RewriteEngine On
RewriteRule ^/(.*_vti.*)$ http://localhost:7070/$1 [P,L]
RewriteRule ^/(resources.*)$ http://localhost:7070/$1 [P,L]
RewriteRule ^/(.*\.asmx)$ http://localhost:7070/$1 [P,L]
RewriteRule ^/(.*\.vti)$ http://localhost:7070/$1 [P,L]
RewriteCond %{HTTP_USER_AGENT} "^Microsoft Office.*"
RewriteRule ^/(.*documentLibrary.*)$ http://localhost:7070/$1 [P,L]
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
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.