Configuring Bind – Linux StepByStep

Submitter: Matthew Carpenter Color Conventions in this document: Configuration Files in this document have been color-coded to better ease in reading. Red Items you must change Blue Various Filenames and Paths Dark Green Comments and Record Description Dark Purple Optional Records How this document is organized: BASIC DNS THEORY GETTING DNS TO WORK (General) CACHING ONLY CONFIGURATION (and appropriate files) STANDARD CONFIGURATION (and appropriate files) FILES COMMON TO ALL CONFIGURATIONS "Above all else, know thyself" VERY BASIC (and loosely correct) THEORY If you don’t understand DNS I’ll cover it VERY briefly. If you need more information, see the man pages […]

Read more

Named Daemon Details

named Daemon Purpose Provides the server function for the Domain Name Protocol. Syntax Refer to the syntax for the named9 daemon. Description AIX® 7.1 supports only BIND version 9. BIND 8 application code is removed from AIX 7.1 and the named daemon links to named9. /usr/sbin/named -> /usr/sbin/named9 < p>BIND 8 Application Programs Removed /usr/sbin/named8 /usr/sbin/named8-xfer The library code of BIND 8 is retained, as it is used by many AIX applications. Files Item Description /usr/sbin/named Contains the named daemon. /usr/sbin/named9 Contains the named9 daemon. /etc/resolv.conf Specifies the use of domain name services. /etc/services Defines socket service assignments. /usr/samples/tcpip/named.boot Contains […]

Read more

Setting up IIS to cooperate with Tomcat

Tomcat IIS HowTo By Gal Shachor <[email protected]> This document explains how to set up IIS to cooperate with Tomcat. Normally IIS can not execute Servlets and Java Server Pages (JSPs), configuring IIS to use the Tomcat redirector plugin will let IIS send servlet and JSP requests to Tomcat (and this way, serve them to clients). Document Conventions and Assumptions <tomcat_home> is the root directory of tomcat. Your Tomcat installation should have the following subdirectories: <tomcat_home>conf – Where you can place various configuration files <tomcat_home>webapps – Containing example applications <tomcat_home>bin – Where you may place web server plugins In all the […]

Read more