Im new to Zimbra, and Im trying to set it up to replace a current squirrelmail webmail site.
As well im one of the many I have read who are having problem with an Apache server running with Zimbra.
I did the install, and the admin and normal login work well. But to have apache run as well for some webserving, i cant get it to go.
I have tried both main ways, first i tried from
http://wiki.zimbra.com/index.php?tit..._mod_proxy_ajp
to use the proxy agp. I followed the howto, seemed to flow ok and completed it. However when I was finished the setup, I couldn't connect. Threw some digging, I found that the mailboxd would start for a few seconds and then stop. I couldn't find any errors why. After some digging,I found some posts about it, but it was for Zimbra RC1 and a bug was filled.
So, I reinstall with he script and try another way to accomplish having apache play nice
http://wiki.zimbra.com/index.php?tit...on_with_Apache
The howto had some small errors that i got around
** Step 4
SSLCertificateFile /opt/zimbra/ssl/ssl/server/server.crt
SSLCertificateKeyFile /opt/zimbra/ssl/ssl/server/server.key
should be
SSLCertificateFile /opt/zimbra/ssl/zimbra/server/server.crt
SSLCertificateKeyFile /opt/zimbra/ssl/zimbra/server/server.key
to at least match the ubuntu install for dir's
and
sudo httpd -t
to
sudo /opt/zimbra/httpd-2.2.8/bin/httpd
because of paths not setup
and
sudo /etc/init.d/httpd restart
to
sudo /etc/init.d/apache2 restart
in ubuntu its apache2not httpd, but these are no big deals really, compared to the work people have put into this project.
anyhow all small and trivial. when i restart apache2 i get
Code:
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Mon Dec 29 22:58:35 2008] [error] VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Dec 29 22:58:35 2008] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
httpd (no pid file) not running
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Mon Dec 29 22:58:45 2008] [error] VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Dec 29 22:58:45 2008] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
No i know the server names I have messed up on the initial install, while getting the dns setup. ( a howto to change the server name would be nice, even running the install.sh wont do it after its already installed,can I just edit /opt/zimbra/.saveconfig/config.save and restart the server?) but something is still not jiving.
Has apache integration been implemented yet like I have seen some posts about? This would make life a lot easier.
For now, I need some time to rest the old eyes after hours trying to learn zimbra which seem very impressive.
Thanks
Arron