<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Page Hosting &#187; web hosting</title>
	<atom:link href="http://ffchapplications.com/category/web-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://ffchapplications.com</link>
	<description>Web Hosting &#124; Dedicated Server Hosting&#124; Cpanel Hosting &#124; VPS Hosting &#124; Windows Hosting &#124; Windows Reseller</description>
	<lastBuildDate>Sat, 30 Aug 2008 10:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wildcard DNS record</title>
		<link>http://ffchapplications.com/web-hosting/wildcard-dns-record</link>
		<comments>http://ffchapplications.com/web-hosting/wildcard-dns-record#comments</comments>
		<pubDate>Thu, 28 Feb 2008 10:12:20 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://ffchapplications.com/?p=43</guid>
		<description><![CDATA[A wildcard DNS record match all requests for non-existent domain names in a DNS Zone, i.e. domain names for which there are no records at all. The wild cardcharacter, used to search for text, that may represent any character or set of character. A wild-card character is like a wild card in a card game, [...]]]></description>
			<content:encoded><![CDATA[<p>A wildcard DNS record match all requests for non-existent domain names in a DNS Zone, i.e. domain names for which there are no records at all. The wild cardcharacter, used to search for text, that may represent any character or set of character. A wild-card character is like a wild card in a card game, which may represent any other card in the deck. Wildcard DNS allows setting up a host to respond to any particular hostname in the domain.<br />
For eg : xyz.domainname will show domainname page<br />
Implementing the following step you can set up Wild Card—————————————————————–<br />
Enter the entry in Zone file ::<br />
For eg :<br />
#vi /var/named/domainname.db<br />
; Modified by Web Host Manager<br />
; Zone File for domainname<br />
$TTL 14400<br />
@ 86400 IN SOA ns1.micfo.com. cpanel.micfo.com. (<br />
2006062906<br />
86400<br />
7200<br />
3600000<br />
86400<br />
)<br />
domainname. 86400 IN NS ns1.micfo.com.<br />
domainname. 86400 IN NS ns2.micfo.com.<br />
domainname. 14400 IN A IP<br />
localhost.domainname. 14400 IN A 127.0.0.1<br />
domainname. 14400 IN MX 0 domainname.<br />
mail 14400 IN CNAME domainname.<br />
www 14400 IN CNAME domainname.<br />
ftp 14400 IN A IP<br />
*.domainname. 14400 IN A IP<br />
Due to clustering, this entery should be present on the all the Servers from where the DNS for the domain is resolving.<br />
After entering this entery restart named on the Server.<br />
Also, the entry has to be made in virtual host on the server ::<br />
——————————————————————————<br />
For eg :<br />
#vi /usr/local/apache/conf/httpd.conf<br />
ServerAlias www.domain.com domain.com *.domain.com<br />
ServerAdmin webmaster@domain.com<br />
DocumentRoot /home/user/public_html<br />
BytesLog domlogs/domain.com-bytes_log<br />
ServerName www.domain.com<br />
User user<br />
Group user<br />
CustomLog /usr/local/apache/domlogs/domain.com combined<br />
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/</p>
<p>once you finish this, restart Apache server.</p>
]]></content:encoded>
			<wfw:commentRss>http://ffchapplications.com/web-hosting/wildcard-dns-record/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
