interfasys
Verified User
[FR] Lets us install the www subdomain in another account
Currently DA has some restrictions in place which prevent us from installing a client's www subdomain outside of the user's account.
This restricts the use of local SaaS unless we manage these customers' DNS externally.
Example:
Account service offers a content management platform hosted at service.tld
Account user1 is hosting domain.tld
Both are on the same server and that's the problem.
We want to host www.domain.tld in the service account.
There are 2 things which get in the way currently:
Possible solutions:
Currently DA has some restrictions in place which prevent us from installing a client's www subdomain outside of the user's account.
This restricts the use of local SaaS unless we manage these customers' DNS externally.
Example:
Account service offers a content management platform hosted at service.tld
Account user1 is hosting domain.tld
Both are on the same server and that's the problem.
We want to host www.domain.tld in the service account.
There are 2 things which get in the way currently:
- When we want to add the www.domain.tld subdomain to a different account, DA sees www in the input and automatically assumes we want to add domain.tld and its www subdomain instead of simply adding www to the domain we're adding, like it's doing for any other subdomain. If doing this on the same server where the main domain is installed, this triggers an alert stating that the domain is already installed.
- HTTP templates all add www to the domain in ServerName and ServerAlias, even if www is not in the DNS which means that even if we manage to install the www subdomain under another account, the browser will never find it.
Possible solutions:
- Make the check optional, perhaps on the "Add domain" page. Other checks are already in place which prevent domain stealing anyway
- Have some variable in the vhost template which let us turn off www or check if www is even in the dns
Last edited: