Hi Team,
I am using Zimbra in FC 5 linux.
After installing it i changed the "apachectl" and "httpd" and "path to httpd.conf" values in /etc/init.d/httpd file according to the Zimbra apache installation path as,
apachectl=/opt/zimbra/httpd-2.0.54/bin/apachectl
httpd=${HTTPD-/opt/zimbra/httpd-2.0.54/bin/httpd}
CONFFILE=/opt/zimbra/httpd-2.0.54/conf/httpd.conf
and i restarted the httpd service and 'zmcontrol start'. Now i got the error that ,
Stopping httpd: [ OK ]
Starting httpd: (98): make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs [ FAILED]
and i changed the listen port of zimbra apache httpd.conf file to 443 and i restarted the httpd service.
Now i can see the "Apache Welcme page" through
my.domain.name and not as
https://my.domain.name/
Also I am not able to view the Zimbra Admin Console.. as
my.domain.name
Please help me in this issue...