Current time: 05-16-2024, 05:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
Wild Card subdomains/vhost entry
Author Message
achioo Offline
Junior Member
*

Posts: 76
Joined: Nov 2006
Reputation: 0
Post: #1
Wild Card subdomains/vhost entry
I'm wondering if anyone knows how to setup a wildcard subdomain entry for bind and in apache's vhost. I got somethin special I want to setup for folks but I'm not sure how to go about setting up wildcards for DNS and Apache using ispCP...
11-27-2007 10:05 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Wild Card subdomains/vhost entry
use * for every domain-part

ex: domain.tld - zone file
* IN CNAME mainserver.tld.
*.* IN CNAME mainserver.tld.
*.*.* IN CNAME mainserver.tld.

so you can use abc.domain.tld, asd.fgh.domain.tld and qwe.ert.zui.domain.tld to reach the server.

In apache you use ServerAlias.

and: no - this is not integrated in ispcp...
11-27-2007 10:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tassoman Offline
Junior Member
*

Posts: 15
Joined: May 2008
Reputation: 0
Post: #3
RE: Wild Card subdomains/vhost entry
is it enough editing zonefiles by hand and also site available .conf ?
06-03-2008 03:11 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)