PDA

View Full Version : Apache error on zabbix.com


Fuitad
01-07-2005, 10:48
This is silly but did you know that http://zabbix.com returns a 404 error instead of the Zabbix homepage?

Alexei
02-07-2005, 07:07
It will be fixed soon.

charles
09-07-2005, 05:49
Hi Alexei

All it needs is a

ServerAlias zabbix.com

in your httpd.conf VirtualHost section

hth
charles

Alexei
10-08-2005, 09:10
I believe it is fixed now.

charles
10-08-2005, 15:48
I believe it is fixed now.

Yes it is. Hooray!

charles

Alexei
10-08-2005, 17:26
Well, not really. I did it on DNS level (Alias zabbix.com=>www.zabbix.com), which IMHO is wrong. I'm changing configuration of both DNS and Apache soon to make it work correctly :) Will see if it helps...

marc
24-08-2005, 13:54
you still need a line "IN A 83.219.88.50:
without any prefix like www in the zabbix.com zonefile.
Apache should listen ether on IP 83.219.88.50 or with an ServerAlias like posted earlier.

e.g.

; test.com
$TTL 3600

@ IN SOA ns1.test.com. hostmaster.test.com. (
%SERIAL% ; Serial
28800 ; Refresh
3600 ; Retry
864000 ; Expire
86400 ) ; Minimum

IN NS ns1.test.com.
IN NS ns2.test.com.
IN NS ns3.test.com.

IN MX 10 mail.test.com.
; next line for http://test.com
IN A 83.219.88.50
;
localhost IN A 127.0.0.1
;
www IN A 83.219.88.50