The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
2answers
38 views

is it possible to Point a cname record to a wilcard subdomain [closed]

*.mydomain.com is pointing to this directory /home/mydirectory so if I enter : foo.mydomain.com or bar.mydomain.com it points to /home/mydirectory in another domaine I've set a CNAME as : ...
4
votes
1answer
66 views

Non-dot-wildcard (*-foo.example.com) for bind?

It seems there's no way to tell bind that *-foo.example.com should resolve to eg. 10.1.2.3, while *-bar.example.com resolves to 10.2.3.4. Is there any workaround? Can some names eg. resolve with an ...
0
votes
0answers
19 views

Point Domain containing customer name to single application

We are building a SAAS based product where in customers procure the product by registering with a unique name appended before the domain name. Ex. "abccompany.bestproduct.com" Likewise there would be ...
0
votes
1answer
23 views

Redirect invalid subdomain request to proper location

We've got site at a subdomain (new.example.com) and previous version of the site at the root (example.com). The previous version is a WordPress network with wildcard subdomains. The static subdomain ...
0
votes
1answer
19 views

Wildcard on DocumentRoot for virtualhost

i use this config in apache2 for wildcard subdomain and works good : <VirtualHost *:80> DocumentRoot /var/www/ ServerName sumdomains.example.com ServerAlias *.example.com RewriteEngine ...
0
votes
0answers
56 views

mod_rewrite in .htaccess w/ wildcard virtual hosts - preserving subdomain while funneling requests through index.php

I have a project which utilizes wildcard subdomains to allow requests for www.foo.com, api.foo.com, & admin.foo.com to utilize the same document root. Routing for this project is based initially ...
2
votes
0answers
90 views

Apache2 VirtualDocumentRoot wildcard subdomains with fallback

Configuring a local development linux box I'd like to have some sneaky Apache2 configuration which would do the following, when I request 'sub.domain.tld.local': 1.) Serve from: ...
0
votes
0answers
15 views

IIS 6.0 wildcard cert renewal

I am going to renew the certificate for a the domain *.domain.com and there are multiple sub domain already setup as domain1.domain.com domain2.domain.com. All of them already got a wildcard cert ...
0
votes
1answer
48 views

Receiving email to wildcard subdomain @ any alias (anyalias@*.domain.com)

I have seen lots of SaaS solutions provide client specific email URLs like the following: anyalias@*.mydomain.com. This is a new concept to me but i need to adopt it for future application ...
1
vote
2answers
38 views

wildcard dns redirect to root as well

I want to setup dns to allow wildcards eg. xxx.mycompany.com So I have setup the following dns entry *.mycompany.com 111.111.111.111 However just visiting mycompany.com does not resolve. For now ...
2
votes
2answers
68 views

Automatic wildcard subdomains on Apache

Currently I have several virtual hosts set up for individual subdomains. It would be a lot easier if I could tell Apache to automatically find the folder using a wildcard. For example, ...
3
votes
1answer
47 views

Apache2 with wildcard subdomains of the form sub.*.domain.tld

I currently have Apache2 configured to host wildcarded subdomains of the form *.domains.tld, where the * is unique for each client we have. Each client has an 'admin' page that they can log into, ...
0
votes
1answer
34 views

Virtualhost - defning subdomains each with separate folder

I currently have one main domain: mydomain.com This is working fine. What im trying to do is now adding a subdomain through my mydomain.conf file, so that I can have: sub.mydomain.com I've tried ...
0
votes
1answer
36 views

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 ...
0
votes
2answers
228 views

Virtualhost entries gets over-written when apache httpd.conf is rebuilt

Background: We have been trying to get a wildcard SSL working on multiple sub domains on a single dedicated address.. We have two sub domains next.my-personal-website.com and ...
1
vote
1answer
115 views

Configure dynamic subdomains with wildcard

I want to keep some web projects in my local host so my customers can access some webapps I'm developing. I've got a domain name that is currently mapped to my dynamic home ip. e.g: ...
0
votes
1answer
130 views

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 ...
2
votes
1answer
116 views

Is stage.*.example.com valid for a wildcard DNS CNAME?

We are creating a web app that will have vanity subdomains such as user1.example.com. Since we'll have many subdomains, they need to be dynamic. We want to have a public "stage" area where we can test ...
3
votes
1answer
92 views

Can a DNS wildcard only be the leftmost part of a record?

I'm using TinyDNS, and have successfully used wildcard records of the form: +*.<domain>:<ip> (+ for A records.) Can I also use: +development.*.<domain>:<ip> ? My ...
0
votes
1answer
38 views

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 ...
0
votes
1answer
46 views

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 ...
0
votes
0answers
37 views

Wildcard subdomain and file/folder writable permissions

I have the following config: <VirtualHost XXXXX:80> ServerName *.example.com ServerAlias *.example.com SetEnvIf HOST "^(\w+).example.com" CLIENT_ID=$1 UseCanonicalName Off </VirtualHost> ...
1
vote
3answers
73 views

Are SSL certificates fixed to IP's within a region?

I need to purchase a wildcard ssl certificate. I am looking at purchasing it from Comodo, however when I go to purchase it there is a question asking to "select the region that you are located in". ...
0
votes
1answer
161 views

Dynamic subdomains on Mac os x [closed]

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 ...
2
votes
1answer
38 views

How to automatically redirect subdomain.domain to domain/subdomain [duplicate]

Possible Duplicate: Apache Virtual Host redirect from subdomain to subdirectory Without access to cpanel and only .htacess and FTP access, how can I create a hosting site that when the user ...
0
votes
1answer
400 views

Configuring httpd.conf to handle wildcard domains with *multiple* scripts

I have a full-blown site like: http://www.example.com (uses index.php) http://www.example.com/scriptA.php http://www.example.com/scriptB.php I now want to have the possibility of setting up ...
0
votes
2answers
96 views

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? ...
0
votes
1answer
433 views

Best way to handle PHP sessions across Apache vhost wildcard domains

I'm currently running a site that allows users to use custom domains (i.e. so instead of mysite.com/myaccount, they could have myaccount.com). They just change the A record of their domain and we then ...
2
votes
2answers
426 views

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 ...
1
vote
1answer
426 views

Amazon ec2 - WildCard Sub-Domain

I'm running an ec2 instance on ubuntu running lamp stack. I configured my httpd.conf file to support wildcard sub-domain but it didn't work. My httpd.conf file NameVirtualHost * <VirtualHost ...
0
votes
1answer
280 views

Which SSL certificate providers support 2nd-level subdomains? [closed]

I'd like to have SSL-protected 2nd-level subdomains, as in Wildcard SSL certificate for second-level subdomain Which providers support this (my current one does not)?
1
vote
1answer
310 views

Is it possible to configure Nginx to allow for new domains to be added without me having to add a VirtualHost for each?

I have a SaaS application wherein users can enter their domain names. The application uses the hostname of incoming requests to determine the account based on the domain they entered for their ...
0
votes
1answer
552 views

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 ...
0
votes
2answers
163 views

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 ...
0
votes
1answer
171 views

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: <VirtualHost *:80> ServerAdmin account@gmail.com ServerName staging.domain.co ServerAlias ...
0
votes
1answer
372 views

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 ...
0
votes
1answer
146 views

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 ...
0
votes
0answers
172 views

apache mod_rewrite subdomain, domain and url arguments

I am trying to use mod_rewrite to capture a subdomain, domain, and the arguments passed with the url. I have multiple domains pointing to a single ip address, with both @ and * wildcard a-records, so ...
1
vote
2answers
172 views

subdomain of a subdomain on Server 11.10

I have a server that hosts mydomain.com. Then I have a server that hosts subdomain1.mydomain.com. On the subdomain1.mydomain.com server, how do I make subdomains? For instance I want to create ...
0
votes
2answers
612 views

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?
1
vote
1answer
196 views

Virtual domains with wildcard?

I would like to setup postfix to catch all emails from both: domain.tld & [randomsubdomain].domain.tld. /((\w[\w\-]*)\.)+domain\.tld/ OK This rule works very good, but unfortunately it's ...
0
votes
3answers
187 views

Catch-all subdomains email

I want to catch all emails sent to * @ *.domain.com to a single account, how do I do that? I've already set up a wildcard MX record, and it resolves correctly. But I'm having trouble finding any ...
0
votes
2answers
175 views

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 ...
1
vote
1answer
215 views

configure nginx name.site.com to blah/name?

I would like all subdomains to be mapped to a particular folder and 404 if nothing exist. So if i have a wordpress install i would like nginx to see ANYTHING.mysite.com and attempt to host files from ...
0
votes
1answer
141 views

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 ...
1
vote
1answer
182 views

Is it possible to use one wildcard subdomain for both Web and Incoming Email?

Is it possible to use one wildcard subdomain for both web and incoming email? So, for instance: random01.example.com => handled by web server user01@random01.example.com => handled by email server ...
0
votes
2answers
148 views

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 ...
0
votes
1answer
360 views

Changing the order of VirtualHosts in WHM/cPanel

I have a need for one of the VirtualHosts that WHM is pulling from cPanel when automatically building httpd.conf to be placed last, because it uses a wildcard subdomain. Example: <VirtualHost ...
1
vote
2answers
233 views

Apache conf: how to specify subdomain in <Directory /path/to/subdomain> when using mod_vhost_alias for wildcard virtual hosts

To start with, we wanted a request to *.example.com to be handled by a corresponding /var/www/*/ directory, and we have got this working by using mod_vhost_alias with VirtualDocumentRoot, as follows: ...
0
votes
1answer
394 views

How to create virtual subdomains by using DNS with wildcard

I want to create many virtual subdomains e.g my original site is www.Test.com but I want that my site users can open my site with the given pattern username.Test.com Can you please help me for this ...

1 2