Questions tagged [wildcard-subdomain]

196 questions
2
votes
2 answers

Can I have a DNS wildcard binding in multiple servers?

I have a Win 2k8 server that hosts multiple IIS apps that are under one domain, example.com. The need for a second server has increased and will need to get more servers to host my apps. On my server, I have a *.example.com bound Default Website…
Joel Peltonen
  • 169
  • 1
  • 2
  • 9
2
votes
2 answers

Lighttpd rewrite subdomains to subfolders

I have a server (itself on a subdomain) with wildcard DNS pointing to it. The server is running Lighttpd and PHP. I need requests to http://any-subdomain.server.example.com to rewrite to http://server.example.com/site/any-subdomain and be served…
2
votes
0 answers

How to configure servers on LAN to emulate no-ip.com functionality with dnsmasq and apache wildcard subdomains?

I have a multi workstation LAN with Apache2 serving a website at 10.0.0.3:80 and running on Ubuntu Linux. This LAN is segmented from another LAN via a router, from which all machines on this LAN receive their IP's. Is the following concept feasible…
2
votes
1 answer

From Apache to Nginx: complex rewrites with wildcard subdomains

I'm transitioning from Apache to Nginx and I'm trying to figure out how to get my subdomain rewrite rules to work. Apache The Apache configuration I have basically moves all traffic to HTTPS and changes .net and .org domains to the main .com domain.…
Steve
  • 143
  • 1
  • 8
2
votes
1 answer

automatic MX entries for (almost) all hosts within a domain

i'm running a DNS-server for example.com, with multiple A/CNAME records pointing to different IP-addresses. @ IN A 198.51.100.1 a IN A 198.51.100.3 b IN CNAME a c IN A …
umläute
  • 499
  • 1
  • 7
  • 26
2
votes
1 answer

Apache wildcard subdomain endlessly loads page

I'm on a Hostmonster VPS. I've pointed the A record *.example.com to my server's IP. Here's the main virtual host that's auto-generated by the server: ServerAdmin webmaster@example.com UseCanonicalName Off …
AgilE
  • 121
  • 3
2
votes
1 answer

Multi-level wildcard DNS matched by *.domain.com?

Q1: Does a DNS rule for *.domain.com match multi-level domain names? In other words, if I just set *.domain.com in my DNS records, will it match all of: a.domain.com b.a.domain.com c.b.a.domain.com as many levels deep as needed, with just that one…
Suman
  • 607
  • 1
  • 6
  • 12
2
votes
3 answers

ISPConfig - Unexisting subdomain address goes to an existing one

I am running Nginx/ISPConfig setup for about 6-7 months. Never had a problem and everything is smooth. But I just noticed that if browse to "blab.example.com", the page opens one of my wordpress blogs on the other domain. No matter what name I use…
xperator
  • 457
  • 2
  • 12
  • 24
2
votes
1 answer

Nginx - Redirect any Subdomain to File without Rewriting

Recently I have switched from Apache to Nginx to increase performance on a web server running Ubuntu 11.10. I have been having issues trying to figure out how certain things work in Nginx compared to Apache, but one issue has been stumping me and I…
Waffle
  • 143
  • 1
  • 4
2
votes
1 answer

wildcard subdomains for wordpress network

tyring to set up wildcard subdomains for wordpress 3 on localhost in Ubuntu 11 and no idea how to go about debugging this. Wordpress and wildcards seem to be set up correctly. If I create /var/www/domain/test.domain then that subdomain works. The…
Daithí
  • 1,333
  • 1
  • 11
  • 14
2
votes
3 answers

DNS wildcard and /etc/resolv.conf problem

I searched through google.com but can't find an answer... So I asked here. This is the problem: I build a DNS test environment on my PC which hostname is gamepc. The DNS server (bind9) has a wildcard record: * IN A 192.168.0.1 And the…
fubupc
  • 83
  • 2
  • 8
2
votes
1 answer

Bind9 virtual subdomains

I am trying to setup virtual subdomains using Bind9, following this tutorial.. http://groups.drupal.org/node/16862 which I've completed. Basically setting up the zone and modifying the resolv.conf file and the named.conf.local file. I've gotten…
Steffan
  • 131
  • 2
2
votes
2 answers

Automatic subdomains with Apache

I have a bunch of subdomains set up on my company's intranet. I set up each subdomain manually. I would like certain subdomains to get created automatically. For example, if I have /home/jason/foo and /home/jason/bar, I want to be able to go to…
Jason Swett
  • 1,468
  • 5
  • 23
  • 37
2
votes
2 answers

Nginx Subdomains and Rewrite Rules

I've been trying to configure Nginx to do what I currently have set up in Apache, but no luck so far. I would like http://$1.$2.mas.example.com (where $1 and $2 is any subdomain) to point to root with a value of /home/webcontent/$1/mas/$2/html Any…
daLizard
  • 131
  • 3
2
votes
2 answers

Does pointing *.[int].mydomain.com to 192.168.1.[int] constitute a security threat

For testing purposes, I've found it's really useful to point whatever.machineIP.mydomain.com to 192.168.1.machineIP : that way we can test each other's code without fidgetting with hosts files. I'm aware that this identifies our local IP addresses…
Dave
  • 220
  • 1
  • 2
  • 6