Difference between revisions of "Z-Push with Zimbra and HTML Support"

Jump to navigation Jump to search
m
→‎Apache Config (SSL): Minor wording change
m (→‎Apache Config (Normal): Minor wording change)
m (→‎Apache Config (SSL): Minor wording change)
Line 102: Line 102:


=== Apache Config (SSL) ===
=== Apache Config (SSL) ===
Update as required, at minimum you'll need to change the hostname to whatever your server has, and update the paths to your keys/certificates. For more info on setting up a secure website see [[Secure Website]].
Update as required, at minimum you'll need to change the hostname to whatever your server has, and update the paths to your keys/certificates, so the following parameters...
* <code>ServerAdmin</code>
* <code>ServerName</code>
* <code>SSLCertificateFile</code>
* <code>SSLCertificateKeyFile</code>
* <code>SSLCertificateChainFile</code>
* <code>SSLCACertificateFile</code>
For more info on setting up a secure website see [[Secure Website]].
  <IfModule mod_ssl.c>
  <IfModule mod_ssl.c>
  <VirtualHost _default_:443>
  <VirtualHost _default_:443>

Navigation menu