logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 on Windows Server 2012 R2 and BIND9
Author
danielpi



Joined: 09 Jan 2015
Posts: 2
Location: Stuttgart

PostPosted: Fri 09 Jan '15 20:30    Post subject: Apache 2.4 on Windows Server 2012 R2 and BIND9 Reply with quote

Dear All,

I want to install an Apache Webserver including BIND 9 on a Windows Server 2012 R2. Apache only i have successfully installed several times before. But now i would like to know, if it is possible to install Apache and BIND on the same Server. Apache should resolve some Records only over this Nameserver and not in the Internet. If he can't resolve a Record, then he should ask the Nameserver of Google (8.8.8.Cool

My Workflow in Detail is like the following:
The Requests are coming from the Internet over one Domain. This Domain is bind to a public IP and this public IP is nated to the private IP of the Apache Webserver.
Now i want to configure Apache, that he is redirecting the public domain to the internal domain and then all other requests should be resolved by the internal BIND-Server.

Is that possible?

Thanks in Advance.


Cheers,

Daniel
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 14 Jan '15 15:01    Post subject: Reply with quote

It is possible to do a parallel installation.
To make sure that apache uses the local bind for the domain name requests you have to change the DNS server in your network card configuration. First DNS server 127.0.0.1 and the second DNS server 8.8.8.8

Quote:
Now i want to configure Apache, that he is redirecting the public domain to the internal domain and then all other requests should be resolved by the internal BIND-Server.


Sorry I don't get what you want to say with this.
Back to top
danielpi



Joined: 09 Jan 2015
Posts: 2
Location: Stuttgart

PostPosted: Sun 18 Jan '15 13:11    Post subject: Reply with quote

Hi James Blond,

I have solved the Issue by reconfiguring the ADFS-Role of my CRM-Installation. The Question was, how i can reach the installation outside from the LAN. But now i have solved this without installing an Apache and BIND9-Server. Smile

The only Thing i had to do, was reconfiguring the ADFS-Role and the Claims based Authentication of the CRM-Installation. But for this, there is a SSL-WildCard-Certificate of the new Name neccessary. Finally i had to publish the Adresses of the CRM-Deployment to the Public-DNS:

- HOST-Record to the IP of the ADFS-Proxy

- CNAME-Records (auth, dev, adfs, CRM-Organisation) to thos HOST-Record

The Last Step is to configure the HOSTS-File of the ADFS-Proxy:

- auth, dev und CRM-Organization --> CRM-Server

- adfs --> ADFS-Server

Thats it. Now i can reach CRM from outside the LAN without Apache and BIND. Smile

Regards, danielpi
Back to top


Reply to topic   Topic: Apache 2.4 on Windows Server 2012 R2 and BIND9 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software