Hi!
Yesterday I have instaled RC4 on a fresh Debian 4.0 64Bits. When I have finished the installation I can access to admin panel trought admin.eurekaestudios.net but today when i woke up the subdomain doenst resolve.
I have also the .com domain and my idea is use the .com for the company and the .net for server stuff (as the admin panel, webmail, some clients tools,etc)
In first when in just installed the subdomain works, but when i created the new hosting to eurekaestudios.net it didnt, the only way i have to access was
http://ns29576.ovh.net . I readed in the forum and i remove the ServerAlias *.eurekaestudios.net entry in .../working/ispcp.conf and .../sites-available/ispcp.conf and I edit my /etc/hosts
Code:
# 'hosts' file configuration.
127.0.0.1 ns29576.ovh.net.local localhost
91.121.104.67 eurekaestudios.net eurekaestudios.net
#::ffff:91.121.104.67 eurekaestudios.net eurekaestudio
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
91.121.104.67 ns29576.ovh.net ns29576
And voila it works, but today when i woke up the subdomain doesnt work.
this is the head os /etc/ispcp/ispcp.cfg
Code:
#
# Misc config variables
#
BuildDate = 20080316
Version = 1.0.0 RC4 OMEGA
CodeName = Priamos
DEFAULT_ADMIN_ADDRESS = clientes@eurekaestudios.com
SERVER_HOSTNAME = ns29576.ovh.net
BASE_SERVER_IP = 91.121.104.67
BASE_SERVER_VHOST = admin.eurekaestudios.net
MR_LOCK_FILE = /var/run/ispcp.lock
Code:
root@ns29576:~# cat /var/cache/bind/admin.eurekaestudios.net.db
$TTL 12H
$ORIGIN admin.eurekaestudios.net.
@ IN SOA ns1.admin.eurekaestudios.net. postmaster.admin.eurekaestudios.net. (
; dmn [admin.eurekaestudios.net] timestamp entry BEGIN.
2008050300 ; Serial
; dmn [admin.eurekaestudios.net] timestamp entry END.
8H ; Refresh
15M ; Retry
4W ; Expire
3H ; Minimum TTL
)
IN NS ns1.admin.eurekaestudios.net.
IN NS ns2.admin.eurekaestudios.net.
IN MX 10 mail.admin.eurekaestudios.net.
admin.eurekaestudios.net. IN A 91.121.104.67
www IN A 91.121.104.67
admin.eurekaestudios.net. IN TXT "v=spf1 a mx ip4:91.121.104.67 ~all"
localhost IN A 127.0.0.1
mail IN A 91.121.104.67
ns1 IN A 91.121.104.67
ns2 IN A 91.121.104.67
; CNAME for mail transfer
imap IN CNAME mail
pop IN CNAME mail
pop3 IN CNAME mail
relay IN CNAME mail
smtp IN CNAME mail
; CNAME for web transfer
ftp IN CNAME www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
I dont have changed any configuration file since yesterday... where is the problem?