10-01-2011 08:29 AM
10-03-2011 11:13 PM
RewriteEngine On
RewriteRule ^/share/proxy/(.*) /share/page/proxy/$1 [QSA,PT]
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
ProxyPass / http://192.168.x.x:8080/
ProxyPassReverse / http://192.168.x.x:8080/
The server returned an error connecting to URL: http://192.168.x.x:8080/alfresco/service/cmis/workspace/blahblahblah, the request times out.
10-04-2011 05:22 AM
10-04-2011 06:17 PM
10-04-2011 06:22 PM
10-04-2011 06:54 PM
10-13-2011 05:50 AM
What might be happening is that the server is returning URL's in the atom entries with port 8080, but the app is configured to use port 80. The app uses the full URLs that are generated by the server and only construct URLs for specific cases.
11-07-2011 09:08 PM
12-19-2011 11:29 AM
02-09-2012 08:16 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.