--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
If you want to run Zimbra over HTTPS and want Apache to use port 80 so just switch Zimbta to HTTPS (port 443) by using the following commands.
su - zimbra
zmtlsctl https
Then reboot the server,to eliminate issues please chang SSL to another port by editing /etc/httpd/conf.d/ssl.conf. The lines below need to have the port changed to something other than 443. The third line below in my configuration was commented it out so I left it alone.
Listen 443
VirtualHost _default_:443
#ServerName www.example.com:443
Once this was done, Restart the apache and zmctlapache once again.
With this scenario you can able to run the zimbra and your apache web server on the same server.
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG