Questions tagged [domain]

A collection of computers or other networked resources.

A collection of computers or other networked resources within an organisation. A domain is identified by a domain name. Domains can be divided into hierarchical sub-domains.

A Microsoft domain is such a collection, often managed by the Active Directory product. The centralized authority for a Microsoft domain is one or more Domain Controllers. These Domain Controllers are responsible for authentication and other security services within the domain.

2711 questions
1
vote
1 answer

Apache restrict domain

I would like to configure Apache (2.2)to restrict what domains users can access e.g. if apache FQDN is myapache.myfunnydomain.com then apache will only allow requests to resources in .myfunnydomain.com (or whatever domain I configure as legal) and…
1
vote
1 answer

Is it possible to only allow certain computers to print to a shared printer in a domain?

Is it possible to configure a printer shared from a generic file and print server in a domain, call it FILEPRINT01, which has a shared printer called OFFICE01, to only allow certain computers to print to it? Imagine our users can hot desk and any…
Rob Burke
  • 215
  • 1
  • 6
  • 11
1
vote
6 answers

Domain Pointing

I currently have the domain www.sellframe.com which contains a folder "leaseway" I have another domain, called www.leasewayvehiclesales.co.uk I want www.leasewayvehiclesales.co.uk to POINT to www.sellframe.com/leaseway How would I do this? I only…
Phil
1
vote
2 answers

How to manage cname, MX and Azure

I am hosting my domain at 1&1 and have a VM and a mobile service in Azure. Currently I have set a cname to xxx.cloudapp.net. Now I want to create a subdomain for my Azure mobile service (something like mobile.mydomain.net instead of…
Michael
  • 113
  • 3
1
vote
1 answer

Limit mod_security rule to one vhost only

I run several domains (via vhosts) with the same apache installation. Some domains require different mod_security rules than the others. In a seperate exceptions.conf file I collect all those rules and have this syntax:
powtac
  • 639
  • 2
  • 6
  • 19
1
vote
1 answer

multiple domains on bind9 nameserver; one is not working

Bind9 DNS sever I have problem with setting up my dns server and another domain under it. First I have my master domain set up as a ns1 name server and it works. I need to add another domain which will use the ns1 name server. And when I set up it…
l1em1on1
  • 57
  • 1
  • 7
1
vote
1 answer

Is it possible to increase the max limit of 10 pc's to any number of times without making the user a domain admin?

Normally a domain user has a maximum limit for 10 computers to join to a domain. But what i want to know is, is it possible (by joining a account to a group) to do this any number of times without making the user a domain admin?
1
vote
2 answers

Finding the domain a domain controller belongs to

How do I figure out the name of the domain a domain controller belongs to? For example I have the domain controller \\nFS01.nfs01.local. It says the domain of this is NFS0101 but I don't remember setting a domain name like that, so is there a way to…
user1766888
  • 123
  • 1
  • 7
1
vote
0 answers

Apache DNS forwarding is finally working but some domains are resolving to the VPS IP address

I have a Linode VPS and 1&1 has my domains. I've finally got all of my web addresses pointing to my server and displaying the proper content but only one of my three domains is keeping its web address in the address bar; the other 2 are resolving to…
kylepixel
  • 11
  • 2
1
vote
1 answer

Redirect domain names on the same hosting

I have four domain names, but I will have only one site. All the domains will point to this one site. I have read that Google will treat this as duplicate content, and rate that as a bad practice or a black hat move to trick the SEO. I could do the…
marc-andre menard
1
vote
2 answers

how do I avoid spam domains to point to my site or IP hosting tomcat application

I can across a issue where I saw some xyz.com is pointing to mydomain.com. I am not using Apache, nor IIS but Tomcat 7 directly. How to I avoid such other spam domains pointing to mydomain.com? I read across some posts setting by virtual hosts etc,…
1
vote
3 answers

Point domain name to subdirectory with .htaccess

I have a server under one main domain, and I want to point another domain to /example/index.php to make another site. Is there anyway i can do this with .htaccess? cheers
Joe
1
vote
2 answers

making all subdomains use same document root with nginx

I have in the *.conf file for my domain the following: server { listen 80; server_name domain.tld; access_log /var/log/nginx/domain.tld.accesslog; root /var/www/domain.tld; index index.htm index.html; } My question is... what if I…
neubert
  • 317
  • 8
  • 26
1
vote
1 answer

How can I get my MyDomain-registered domain to point to a new URL?

Sometime before, MyDomain allows CNAMEing of second-level domains, and I naively used that. Now I thought I had specified everything using an A record, and last night I changed the entry for stornge.com to: A Record An A Record (or host name)…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
1
vote
1 answer

How, if possible, to join a computer to a domain when it is not in the domain geographically?

Is it possible to join a computer to a domain when it is not in the domain network? The user has company VPN connected when logged in to local account. But I am thinking once joined the domain via VPN, it will restart and there is no way to…
Jake
  • 1,172
  • 6
  • 28
  • 48