07-11-2013 12:54 PM
07-12-2013 05:59 AM
07-12-2013 09:13 AM
07-12-2013 09:15 AM
07-12-2013 01:18 PM
<VirtualHost *:443>
ServerName {servername}
SSLEngine On
SSLCertificateFile /etc/ssl/certs/server.crt
SSLCertificateKeyFile /etc/ssl/private/server.key
<Location />
SSLRequireSSL On
SSLVerifyClient optional
SSLRenegBufferSize 104860000
SSLVerifyDepth 1
SSLOptions +StdEnvVars +StrictRequire
</Location>
# Send everything for the context / to worker named worker1 via ajp13
JkMount /* ajp13_worker
</VirtualHost>
ServerName {your-server-name}
SSLInsecureRenegotiation on
07-15-2013 05:29 AM
07-14-2014 10:45 PM
04-07-2014 06:06 AM
10-21-2015 10:43 PM
07-17-2013 11:58 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.