MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: shohag121 on 2015-08-17, 15:27:19

Title: WWW stop working after update
Post by: shohag121 on 2015-08-17, 15:27:19
Hi,
I'm using Nginx and djbdns.
before recent update all was fine but after update www. of every domain stop working on my every server.
Dns check reporting A record for www is missing but CN for www. is there.

Please help me to solve the problem.

Thanks
Title: Re: WWW stop working after update
Post by: shohag121 on 2015-08-17, 15:33:50
sh /script/sysinfo :



A. Kloxo-MR: 7.0.0.b-2015081601
   - Web: hiawatha-9.14.0-f.6.mr.el6.i386
   - PHP: php54s-5.4.40-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: coderexpo.com
C. Services:
   1. MySQL: MariaDB-server-10.0.21-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.43-1.ius.el6.i686
      - Multiple:
        * php55m-5.5.24-1.ius.el6
        * php56m-5.6.8-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: --uninstalled--
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.3-1.el6.ngx.i386
   7. Cache: --uninstalled--
   8. Dns: djbdns-1.05-17.4.mr.el6.i386
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1006        652        353          0         60        261
   -/+ buffers/cache:        331        674
   Swap:         1023          2       1021
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   /dev/mapper/VolGroup-lv_root
                          18G  3.4G   14G  20% /
Title: Re: WWW stop working after update
Post by: MRatWork on 2015-08-17, 16:15:17
No problem if www as 'A record' or 'CNAME record'. Different is 'CNAME record' need more propagation time.
Title: Re: WWW stop working after update
Post by: MRatWork on 2015-08-17, 16:18:22
BTW, djbdns may trouble with 'CNAME record'. Better change djbdns to nsd (the same record format with bind but using less memory).
Title: Re: WWW stop working after update
Post by: shohag121 on 2015-08-17, 18:08:39
Thanks, it solved the problem :).