11-16-2010 02:18 PM
11-17-2010 03:41 PM
11-18-2010 03:45 AM
12-03-2010 08:57 AM
<LocationMatch ^/alfresco/(?!service/|service$|webdav/|webdav$|s/|s$).*>
…your config here
</LocationMatch>
06-19-2011 08:32 AM
The direct strategy is easier to set up and have one network hop less than the indirectstrategy (and that hop involves encryption using certs). It should in theory thus be a bit faster than the indirect strategy. However, to use the direct strategy you need to make sure that yoru alfresco server is well locked down, i.e. that no direct connection to port 8080 are possible. In other words, you have to enforce that all connections have to go through apache. This can be achieved easily with a firewall rule (like iptables on Linux). If the setup is not well locked, then a malicious user could log as any user just forging the auth header with the user he wants to log in as.
<LocationMatch ^/alfresco/(?!service/|service$|webdav/|webdav$|s/|s$).*>
[…]
RequestHeader unset X-Alfresco-Remote-User
[…]
</LocationMatch>
06-21-2011 03:12 AM
06-21-2011 07:14 AM
06-21-2011 08:04 AM
06-21-2011 09:02 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.