12-08-2011 10:34 AM
12-13-2011 11:53 AM
12-14-2011 11:11 AM
12-14-2011 12:54 PM
<VirtualHost *:80>
ServerName office.example.com
<Proxy *>
Order Deny,Allow
Deny from all
Allow from all
</Proxy>
ProxyRequests off
ProxyVia On
ProxyPreserveHost On
ProxyPass /doc http://localhost:7070/doc
ProxyPassReverse /alfresco http://localhost:7070/alfresco
ProxyPass / http://localhost:7070/
ProxyPassReverse / http://localhost:7070/
</VirtualHost>
I do not remember :? why there is a /doc one in there, if it was needed or if it was that I experimented giving the ssp an alternate subfolder.
12-16-2011 11:32 AM
12-21-2011 05:50 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.