Questions tagged [wildcard-subdomain]
196 questions
0
votes
1 answer
catch all unused sub domains not working
im using wildcard subdomains and would like to specify the directory to send an unused subdomain.
i have edited the 000-default in my sites enabled but that does not effect anything.
how could i track down where the setting are for the unused?
Im…

petergus
- 121
- 4
0
votes
1 answer
can i have a subdomain pointed at one ip with a wildcard entry pointed at a different domain
I have a domain with a wildcard subdomain entry pointed at IP-A:
domain-a.com -> xxx.xxx.xxx.xxx
*.domain-a.com -> xxx.xxx.xxx.xxx
Can I create another CNAME pointing a spcified subdomain at a different IP. Or, rather, if I create such an entry,…

cori
- 381
- 1
- 8
- 16
0
votes
1 answer
Multiple dynamic subdomains and SSL (*.*.mysubdomain.mydomain.com)
I have a requirement to add SSL to a system that uses multiple dynamic subdomains. For example:
Y.X.mysubdomain.mydomain.com
Z.X.mysubdomain.mydomain.com
X = is the name of client and is dynamic
Y & Z = are names of the clients customers and are…

Canters
- 101
0
votes
1 answer
Dynamic subdomains on Mac os x
Here is my ideal setup that I would like to figure out how to do:
I have a domain professionally hosted:
Example.net
I have a subdomain, home.example.net that points to my Mac mini at home. I've already got this working just fine. The document root…

jshawl
- 297
- 2
- 13
0
votes
2 answers
Wildcard DNS + S3 (or similar)?
I know it's possible to have a subdomain point to an s3 bucket (so, I could use something like s3.example.com). Is it possible to use wildcard DNS with S3 (or something like it) to do the following?
abc.example.com =>…

Gregory
- 103
- 1
0
votes
2 answers
Bind IIS wildcard subdomain
I need to add a "Site Mapping" on IIS 7.5 to accept domains that meet some wildcard, for example: I need some web site to be mapped to the subdomain:
*.aaa.bbbb.com
That means: anything.aaa.bbbb.com and so.

Saw
- 139
- 10
0
votes
1 answer
staging and production on same server with domain wildcards
I have a virtual host configured to run a Ruby on Rails app on Apache and Passenger this way:
ServerAdmin account@gmail.com
ServerName staging.domain.co
ServerAlias *.doamin.co
DocumentRoot…

rtacconi
- 745
- 4
- 14
- 28
0
votes
1 answer
lighttpd: redirect traffic from http to https on *.domain.tdl
I am using Lighttpd with a snipped i've found on the net. How to redirect all subdomains of a given domain to https without touching other domains or subdomains of domains?
Currently i am doing this on the needed subdomains:
$SERVER["socket"] ==…

rugar
- 123
- 3
0
votes
1 answer
Apache Wildcard Vhost not working
I can't seem to get a wildcard vhost working on my local apache installation. My vhosts file currently has the contents below. After I edit it, I'm making sure to restart the server but have still had no luck getting it to work.
Basically, I'm…

joshholat
- 193
- 1
- 6
- 12
0
votes
2 answers
Use regular expression in definition of virtualhost
I have to define about 100 subdomain virtualhost entries in server config file . I want to know if there is any way to do it with regular expression to increase codes in apache config file?

hd01
- 279
- 1
- 3
- 9
0
votes
2 answers
How wordpress.com do scalability
Out of curiosity, I wanted to know, how Wordpress.com scale their architecture, specifically:
how they handle sub-domains.
I believe they have millions of subdomains.CMIIW. How do they scale their DNS to handle it?
They also support custom…

ariefbayu
- 229
- 2
- 5
- 13
0
votes
1 answer
Apache2 wildcard subdomains on server with multiple sites
I have an Apache server with multiple sites using their own domains. For one of those sites I wish to have wildcard subdomains.
I have set up the domain records for *.example.com and it works just fine.
With this I can configure any subdomain (e.g.…

Christoffer
- 257
- 4
- 11
0
votes
3 answers
Wildcard DNS, Hosted DNS or DNS server
I'm setting up a site where users can set up their own site. The users enters a sitename (say site1) and the site is created with the subdomain site1.example.com. Currently I’ve set up a wildcard DNS to a single server where the site created. This…
0
votes
1 answer
Subdomains from folders on Apache
I have a website on localhost, mapped in HOSTS as:
127.0.0.1 www.yorkshiretestingwebsite.com
127.0.0.1 yorkshiretestingwebsite.com
However, the folder (C:/www/vhosts/yorkshiretestingwebsite.com) has some sub-folders in it,…

acend85
- 1
- 1
0
votes
3 answers
subdomains of *
I have a * wildcard subdomain pointing to 1.1.1.1.
How can I describe a sub-subdomains dl1 and dl2 (pointing to 2.2.2.2 and 3.3.3.3) of this?
For example, dl1.blah.example.com must point to 2.2.2.2
Here is my zonefile:
$TTL 3600
example.com. IN …
user46909