ispCP - Board - Support
subdomain not working - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: subdomain not working (/thread-10483.html)



subdomain not working - kess - 04-21-2010 08:41 AM

Hi all guys,
first of all, thank you for doing and providing ispCP for free. It's a great work !

I have a problem in making a subdomain work:
The domain "example.tld" works good, but for gallery.example.tld and download.example.tld keep telling me that the site can't be reached.

My computer correctly resolves the name in the correct IP address, the apache config is there, the directories on the server are there, but it doesn't work...

What should I check there ?

Thank you for looking into it.
Bye Kess.


RE: subdomain not working - kess - 04-22-2010 02:20 AM

I forgot to tell:
Debian Lenny 64bits
ispCP 1.0.5
No other special software running on it...

Please let me know,
Ty, bye Kess.


RE: subdomain not working - hxbro - 04-23-2010 07:03 PM

I think I have the same problem, the sub domain dns entries don't exist, I believe it's cause by custom dns, as the status gets set on the status gets set on the subdomains to dnschange, the custom dns entries get added, but the subdomains don't


RE: subdomain not working - gOOvER - 04-23-2010 08:10 PM

maybe you miss he Wildcard Entry in your DNS Zonefile Wink


RE: subdomain not working - hxbro - 04-23-2010 09:46 PM

There is no wildcard entry, have the sub domains been removed from the dns record and replaced with a wildcard ?

I should be seeing something like this:

; sub [subdomain.domain.net] entry BEGIN.
subdomain.domain.net. IN A 10.0.0.1
http://www.subdomain.domain.net. IN A 10.0.0.1
http://ftp.subdomain.domain.net. IN A 10.0.0.1
localhost.subdomain.domain.net. IN A 127.0.0.1
; sub [subdomain.domain.net] entry END.

but they are not getting put in the dns record for domain.net

(they used to on my old server isp 1.0.0rc5 setup)
OK, it looks like it can generate them just not when you add a custom dns entry

If I create a custom dns entry then delete it, the sub domains get added