Soldato
Been trying to do this for most of the day. I managed to get a WordPress website working at work a few months back, involving bind and SSL but trying to get this done at home is proving to be a bit tough.
So far, I've install, MySQL and Apache on Centos 6.8 and have managed to get a WordPress website up.
Three things I want to do.
1. Get the website to respond to andrew.com rather than IP.
2. Set up SSL.
3. Set up a 2nd site on the same Apache server.
I first started on the SSL task, but then decided to switch to installing bind and getting that working.
My set up is simple.
In my /etc/named.conf file I added:
zone "andrew.com" IN {
type master;
file "andrew.com.zone";
allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "1.168.192.in-addr.arpa.zone";
};
But now I am struggling with the zone file
I created a andrew.com.zone file but confused what values to put.
The DNS/apache server has an IP of 192.168.1.231
----
Actually this is all in preparation for an interview happening early next week.
So far, I've install, MySQL and Apache on Centos 6.8 and have managed to get a WordPress website up.
Three things I want to do.
1. Get the website to respond to andrew.com rather than IP.
2. Set up SSL.
3. Set up a 2nd site on the same Apache server.
I first started on the SSL task, but then decided to switch to installing bind and getting that working.
My set up is simple.
In my /etc/named.conf file I added:
zone "andrew.com" IN {
type master;
file "andrew.com.zone";
allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "1.168.192.in-addr.arpa.zone";
};
But now I am struggling with the zone file
I created a andrew.com.zone file but confused what values to put.
The DNS/apache server has an IP of 192.168.1.231
----
Actually this is all in preparation for an interview happening early next week.
Last edited: