Skip to main content

Home/ Techs Worldwide/ Group items tagged file

Rss Feed Group items tagged

computerguy123

How to Define Static hostnames for IP Addresses in Windows (counterpart of Linux's /etc... - 0 views

  •  
    Problem: If you want to define a static fully qualified domain name (FQDN) on your windows XP/Server 2003 machine, so that your computer does not contact a DNS server to resolve a particular IP address then you can do so by using the instructions explained below. Scenario: This can be useful on a number of situations one such situation is as follows. Let's say you have a web server hosting www.example.com and you want to add a new machine to this web address for load balancing purposes. Once you are done setting up the new machine you'll test it by using the direct IP address of that machine. You cannot access the new machine using www.example.com because every time you try that your computer will be forwarded to the old machine (whose IP address is stored in the DNS server). In this situation you can use the instructions below to give a static IP address (IP address of the new machine) to www.example.com, so that your computer connects with the new server (when you access it) using www.example.com.
computerguy123

::Techs Worldwide:: Giving Apache Web Server A Different Name by changing Source Code B... - 0 views

  •  
    I am going to show you how to change Apache's source code before compiling and installing so that it always shows a different name while using the technique described here. I have used Apache version 2.0.59 for this tutorial. Assuming that you have already downloaded the source code and extracted all the files in httpd-2.0.59, 'cd' into httpd-2.0.59 and use 'nano' (or your favourite text editor) to open the file (httpd-2.0.59/server/core.c) containing the Apache label.
1 - 5 of 5
Showing 20 items per page