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
0 answers

netdom join switch lowercase hostname to uppercase

When I join some pc to domain the hostname of the PC switching to uppercase. Since we have mixed ( linux/windows ) environment this provide us some issues. How can I join the PC with lowercase hostname to domain via netdom command and leave…
Max
  • 121
  • 4
1
vote
1 answer

Nginx source folder from an external domain without redirect

This is another question regarding the Nginx redirect/proxy_pass mechanism. My problem is the following : I have a website domain.tld and a second one blog.domain.tld. And I want to source the content of domain.tld/blog with the content of…
Plup
  • 161
  • 1
  • 7
1
vote
2 answers

Does changing wildcard record affect other records like mail MX records

I created a new website using another server. Pointed the @ record to my new server. However, the result is: www.domain.com points to old server domain.com (without www) points to new server I checked that *.domain.com is pointed to my old…
1
vote
1 answer

Remote Office Domain Controller - Redirected Folders

My first question here - I tried my best to find the answer before posting. I currently manage a small health center (25 employees) that has a single domain (health.local for this purpose) running on Server 2012 R2. The health center is planning to…
1
vote
2 answers

Windows DNS Redirect to External Domain

Through Windows Server 2012 DNS I want to be able to let http://wiki resolve to our externally hosted company wiki site (e.g. wiki.example.com). I know if it was internally hosted all I would need to do is to set up and A record but as it is…
tim.baker
  • 123
  • 1
  • 7
1
vote
0 answers

Centos 7 sssd authentication with authlite in child domain

Centos 7 server is joined to abc.com and authentication is working to abc.com with authlite for two-factor authentication. A child domain was created a.abc.com but authentication is not working to the child domain. Can the server be joined to two…
1
vote
1 answer

Access local owncloud installation with a domain name

I have owncloud installed on a local server at the office located at a buisness incubator and a web site with a domain name on a remote server. Current installation: Domain: example.com that points to my remote server owncloud installation with…
1
vote
1 answer

Number of domains in vultr?

How many website domains can a Vultr account have? My understandin is Vultr accounts are like VPS in that you can have unlimited domains/websites?
user393789
  • 11
  • 1
1
vote
2 answers

Google app engine with custom domain shows redirected URLs

I'm using Google App Engine with custom domain. (Flexible type with nodejs) When I completed settings it with https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl?hl=en , I could visit my site with custom domain…
1
vote
1 answer

Microsoft MPI unable to connect (The RPC server is unavailable.)

I have two machines both with MS MPI 7.1 installed, one called SERVER and one called COMPUTE. The machines are set up on LAN in a simple windows workgroup (No DA), and both have an account with the same name and password. Both are running the…
Maarten
  • 71
  • 1
  • 6
1
vote
1 answer

Server hacked, 301 redirect, domain lost?

My Ubuntu 16.04 with a new, up to date Wordpress installation (with only one or two Plugins) was hacked. I initiated a new server installation to get rid of anything bad. It seems like nothing really happened except there was a 301 redirect from my…
vellip
  • 13
  • 3
1
vote
1 answer

Updating a paid domain or subdomain to a dynamic ip

i was wondering if there was a service that is totaly free that can update the subdomain registered IP adress in the registry automaticly ? Like if i had a update script on the server that checks in each day or something like that ?
Cyberflow
  • 121
  • 5
1
vote
1 answer

HAproxy redirect all HTTP requests from single frontend to single backend (multiple ports)

I have haproxy installed and it works just fine, currently I have configuration that looks as follows frontend public_http # Listen on port 80 bind *:80 mode http # Define ACLs for each domain acl acl_webtest …
CROSP
  • 191
  • 1
  • 1
  • 7
1
vote
1 answer

Reverse Proxy on Apache same domain different path

Im new for the reverse proxy with Apache servers and I need to redirect my site to my web application. Here is the plan: I have that sub.domain.com that I want to redirect client to files under xampp/htdocs/mysite. Also I have that…
Talha ŞEKER
  • 11
  • 1
  • 4
1
vote
1 answer

How to share a folder on windows server 2008?

I have a Windows Server 2008 on my virtual machine. I created a domain controller and want to share one folder with one user. If I try to connect to the folder, I should enter the Username, Password and the domain name. The connection works, but the…