Questions tagged [subdomain]

In the Domain Name System (DNS) hierarchy, a subdomain is a domain that is part of a larger domain.[1]

The Domain Name System has a tree structure or hierarchy, with each node on the tree being a domain name. A subdomain is a domain that is part of a larger domain, the only domain that is not also a subdomain is the root domain.

For example, mail.example.com and calendar.example.com are subdomains of the example.com domain, which in turn is a subdomain of the com top-level domain (TLD).

A "subdomain" expresses relative dependence, not absolute dependence: for example, wikipedia.org comprises a subdomain of the org domain, and en.wikipedia.org comprises a subdomain of the domain wikipedia.org.

1428 questions
4
votes
2 answers

Authentication with specific subdomains

Basically I'm trying to enable the authentication module when accessing to a specific part of a subdomain, which are dev.domain.com and pma.domain.com, they both must have the authentication module loaded. I can't seem to figure why my nginx…
MacMac
  • 2,061
  • 10
  • 31
  • 38
4
votes
2 answers

Setting up sub-domains with 123-reg.co.uk

Firstly I'm not sure if this was the right site to post this question, but it seemed more appropriate that using stack-overflow because its Web/DNS based. I'm having a bit of trouble setting up a sub domain, I have 2 domain names linked to my vps…
4
votes
1 answer

How to create a catch-all subdomain in IIS 7.5?

How can I create a catchall for any unspecified subdomains of website.com in IIS 7.5 on Windows Server 2008 RC2? I have already configured a CNAME DNS entry for *.website.com pointing to website.com. The behavior I am trying to achieve is that…
smartcaveman
  • 685
  • 2
  • 8
  • 18
4
votes
1 answer

Subdomain on another host (another IP, another provider)

Let's say my main domain is domain.net and i'm using it on a Media Temple (gs) server. I have my blog on the subdomain blog.domain.net Now I want to host my blog on my new VPS from Linode. So, I need to keep domain.net on Media Temple and…
Thiago Belem
  • 135
  • 1
  • 3
  • 12
4
votes
5 answers

is wildcard ssl insecure?

Is there anything inherently more insecure about using a wildcard SSL certificate over a regular SSL certificate? We are looking to implement a subdomained web application (a la FreshBooks and BaseCamp, where users pick a subdomain), and one of our…
4
votes
3 answers

Dns - wildcard vs. cname subdomains

Alright I have to admit I'm confused with how DNS works. I've always just added things until they worked, and now it's time to learn how they work. So one confusing thing to me is that there's sort of two places I can have records. I have an account…
4
votes
1 answer

Wildcard subdomains on localhost using IIS7

I'm running IIS 7 on Windows 7 and would like to setup wildcard subdomains to test out an ASP.NET multi-tenant application that uses the subdomain to identify the user. How can I achieve this?
Omar
  • 195
  • 3
  • 14
4
votes
4 answers

ServerName not working in Apache2 and Ubuntu

Setting up a dev LAMP server and I wish to allow dynamic subdomains, aka ted.servername.com, bob.servername.com. Here's my sites-active file # Admin Email, Server Name, Aliases ServerAdmin not@real.com ServerName …
4
votes
1 answer

DNS, subdomain, and IPv6 -- possible to add subdomain.example.com NS record to an IPv6 host?

example.com is listed with a registrar -- specifically, answerable.com. I want to host a subdomain in-house, specifically home.example.com. I am using an ipv6 gateway, specifically gogo6, to have a public IPv6 address. The IP address looks like…
mpbloch
  • 982
  • 9
  • 14
4
votes
3 answers

Alternate to /etc/hosts

We have a server on which we host private services. These services can also be access from rest of the world but there is slight difference on application level based on from which IP request came. Applications run on subdomains like…
Shoaibi
  • 809
  • 1
  • 10
  • 28
4
votes
3 answers

applying ssl for subdomains

When I access my site by domain.com from firefox says "Connection is untrusted" and it says "the certificate is valid only for *.domain.com". But when I try to access the site www.domain.com, its resolving properly. Firefox says, This Connection is…
Ramesh
3
votes
2 answers

Is there a way to forward a port based on subdomain?

Possible Duplicate: How to use DNS to redirect domain to specific port on my server Basically I want to have something like this: name1.mydomain.com:1234 -> my.internal.ip.address:10001 name2.mydomain.com:1234 ->…
Davy8
  • 143
  • 1
  • 8
3
votes
2 answers

Routes or subdomains for multiple apps?

I have been looking online for some time but unable to find a definitive answer to this in terms of best practice and extracting the pro's and cons has been difficult. I have multiple apps / locations that I wish to serve via an nginx reverse…
ptr
  • 165
  • 2
  • 6
3
votes
1 answer

how authenticated multiple subdomains in nginx with one login

we've got app consisting of several parts. Each part is running on it's subdomain (nginx site). We would like to hide access of dev env behind some shared auth, where first login on whatever of subdomains gonna grant access also for others. Our…
3
votes
2 answers

Automate creation of subdomain(xyz.serverfault.com)

What’s the best way to automate creation of subdomains (like Basecamp)? My requirement is somewhat similar to Basecamp where users request for a subdomain from a page and I create it for them from my business logic. Something like
Quintin Par
  • 4,373
  • 11
  • 49
  • 72