After update Zimbra page not showing

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
The Cosmic Gate
Posts: 3
Joined: Thu Jun 20, 2019 3:09 pm

After update Zimbra page not showing

Post by The Cosmic Gate »

After i did the last update on my zimbra VM , the default login page isn't showing up anymore.
When i send a test e-mail everyting seems to be working fine, alle de service are running okay .
A restarted the VM, i restarted the proxy etc, but still the blank page .
Running version: Release 8.6.0_GA_1153.RHEL7_64_20141215151110 RHEL7_64 FOSS edition, Patch 8.6.0_P2

What should be next to test / try ?

Thnx for helping
The Cosmic Gate
Posts: 3
Joined: Thu Jun 20, 2019 3:09 pm

Re: After update Zimbra page not showing

Post by The Cosmic Gate »

Services:

Code: Select all

        amavis                  Running
        antispam                Running
        antivirus               Running
        dnscache                Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Running
        opendkim                Running
        proxy                   Running
        service webapp          Running
        snmp                    Running
        spell                   Running
        stats                   Running
        zimbra webapp           Running
        zimbraAdmin webapp      Running
        zimlet webapp           Running
        zmconfigd               Running
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: After update Zimbra page not showing

Post by DualBoot »

Hello,

your Zimbra is not up to date.
For login page you can try on the local server : curl -vk http://localhost to see if it gets the login page.
Then check also log files.

Regards,
The Cosmic Gate
Posts: 3
Joined: Thu Jun 20, 2019 3:09 pm

Re: After update Zimbra page not showing

Post by The Cosmic Gate »

i did the normail update routine, like : yum update , what should be the best way to update then ( running CentOS) ?

the curl command shows me :

Code: Select all

[root@zcs ~]# curl -vk http://localhost
* About to connect() to localhost port 80 (#0)
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: localhost
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Server: nginx
< Date: Sat, 22 Jun 2019 17:41:06 GMT
< Content-Type: text/html
< Content-Length: 154
< Connection: keep-alive
< Location: https://localhost/
<
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host localhost left intact
[root@zcs ~]#
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: After update Zimbra page not showing

Post by DualBoot »

check with each port : 443 , 8443, 8080
443 should be Nginx
8080 mailbod
8433 mailboxd

Regards,
Post Reply