08-06-2009 03:39 PM
08-07-2009 08:21 PM
08-09-2009 11:24 AM
08-13-2009 05:22 PM
02-24-2010 05:55 AM
<Location /sharepoint>
SetOutputFilter Sed
OutputSed "s/http:\/\/alfresco.mycompany.com:7070/https:\/\/alfresco.mycompany.com/g"
SetInputFilter Sed
InputSed "s/https:\/\/alfresco.mycompany.com/http:\/\/alfresco.mycompany.com:7070/g"
</Location>
<LocationMatch /_vti(.*)>
SetOutputFilter Sed
OutputSed "s/http:\/\/alfresco.mycompany.com:7070/https:\/\/alfresco.mycompany.com/g"
SetInputFilter Sed
InputSed "s/https:\/\/alfresco.mycompany.com/http:\/\/alfresco.mycompany.com:7070/g"
</LocationMatch>
# Sharepoint access
ProxyPass /sharepoint http://alfresco.mycompany.com:7070/sharepoint
ProxyPassReverse /sharepoint http://alfresco.mycompany.com:7070/sharepoint
ProxyPass /_vti_bin/ http://alfresco.mycompany.com:7070/_vti_bin/
ProxyPassReverse /_vti_bin/ http://alfresco.mycompany.com:7070/_vti_bin/
ProxyPass /_vti_inf.html http://alfresco.mycompany.com:7070/_vti_inf.html
ProxyPassReverse /_vti_inf.html http://alfresco.mycompany.com:7070/_vti_inf.html
ProxyPass /_vti_history/ http://alfresco.mycompany.com:7070/_vti_history/
ProxyPassReverse /_vti_history/ http://alfresco.mycompany.com:7070/_vti_history/
07-27-2010 09:52 AM
07-28-2010 08:28 AM
08-18-2010 05:58 AM
08-18-2010 08:32 AM
08-18-2010 11:52 AM
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.