03-25-2015 08:28 AM
03-27-2015 11:35 AM
03-30-2015 02:32 AM
<VirtualHost _default_:443>
ServerName ourservername.com
ErrorLog "logs/alfresco-error.log"
CustomLog "logs/alfresco-access.log" common
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/alfresco*
RewriteCond %{REQUEST_URI} !^/share*
RewriteRule /(.*)$ /share$0 [R]
ProxyPass /alfresco ajp://localhost:8009/alfresco
ProxyPassReverse /alfresco ajp://localhost:8009/alfresco
ProxyPass /share ajp://localhost:8009/share
ProxyPassReverse /share ajp://localhost:8009/share
03-30-2015 11:58 AM
<VirtualHost *:7077>
ServerName FQDN
SSLEngine on
SSLCertificateKeyFile file path to my key
SSLCertificateFile file path to my ca.crt
SSLCACertificateFile file path to my ca.crt
RequestHeader set X-Forwarded-Proto "https"
ProxyPass / ajp://127.0.0.1:7070/
ProxyPassReverse / ajp:127.0.0.1:7070/
ProxyTimeout 300
SSLProxyEngine on
<Proxy *>
Allow from all
</Proxy>
04-01-2015 03:08 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.