I just configured my first CentOS server with Nginx (if I point my browser there it says that nginx is working properly) but I don't know how to configure domains and virtual hosts. I want to point my domain ottoquattro.com to a folder on my server (say var/www/ottoquattro.com). I don't understand how virtual hosts work. Any help? Thanks!
Linking Structure for higher file locations
Ok, I have googled and googled this question to no avail. This is a linking question for image linking. I have apache2 setup for namedbased virtual hosts with base root as /var/www/ .
I need to use a domain name that I own but it is registered with yahoo.com. I need to know if I just point the domain to my godaddy dedicated server, will that give me the same effect as transferring the domain over for search engine optimization? Will the site traffic, identification, and location have the same effects on Google, Yahoo and MSN results?
OK I think I have a DNS issue.
The situation-
I have multiple servers in the main office and everything works fine, one of which is primary DNS server (ServerA) and one is the Exchange Server (ServerB)
I have another SBS in another domain that is a DNS Server for the remote location (ServerC) with a secondary DNS record of ServerA
My problem is that 2 XP workstations in the remote location wil
This command will show the output of MX record:
dig @ns1.myname.com myname.com +short MX
and this will output A record:
dig @ns1.myname.com myname.com +short A
My question is how to output both A and MX with +short in one output display? Thank you.
UPDATE:
Cakemox this is the output I receive:
root@server1:~# dig +noall +answer @ns1.myname.com myname.com MX
myname.com.
I'm migrating to a new server and would like to test before redelegating the domain over. I have some familiarity with setting up apache virtual hosts, but limited knowledge.
How can I go about setting this up?
I need to setup a dns record to point a subdomain to a server. atm I am using godaddy's dns, and I have an "A" record to point to the main server and I need to point fs.domain.com to another server. What records do I need to add?
I'm trying to use a CNAME file in my git hub project to point to my wordpress registered domain name. ex: example.com to point to myusername.github.com.
I read Github-Setting up a custom domain.
I have: - two DNS servers: 1.1.1.1 and 2.2.2.2 - domain name: domain.com pointed to 1.1.1.1
I want to point sub domain: sub.domain.com to 2.2.2.2 (obviously www.sub.domain.com too)
on 1.1.1.1 I've create a DNS A record pointing sub.domain.com to 2.2.2.2
accessing sub.domain.com now lead to 2.2.2.2 successfully
the problem is the DNS records on 2.2.2.2 such as CNAME www do not work means access