<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Am!NeS0Ft's blog &#187; How To Create XAMPP Virtual Host For Domain !!</title>
	<atom:link href="http://aminesoft.wordpress.com/tag/how-to-create-xampp-virtual-host-for-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminesoft.wordpress.com</link>
	<description>linux / unix / 3d / mac OS</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aminesoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/38a17e10ee7c245db760461859c24010?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Am!NeS0Ft's blog &#187; How To Create XAMPP Virtual Host For Domain !!</title>
		<link>http://aminesoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminesoft.wordpress.com/osd.xml" title="Am!NeS0Ft&#8217;s blog" />
		<item>
		<title>How To Create XAMPP Virtual Host For Domain !!</title>
		<link>http://aminesoft.wordpress.com/2009/03/25/how-to-create-xampp-virtual-host-for-domain/</link>
		<comments>http://aminesoft.wordpress.com/2009/03/25/how-to-create-xampp-virtual-host-for-domain/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:02:34 +0000</pubDate>
		<dc:creator>abdessmed mohamed amine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux security]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[How To Create XAMPP Virtual Host For Domain !!]]></category>

		<guid isPermaLink="false">http://aminesoft.wordpress.com/?p=266</guid>
		<description><![CDATA[In this post, I will explain how to create apache virtual host.
Virtual host is apache feature to allow us to make our website with it own domain in our computer . So we can access our website through “real” url. yes !!
so , we will make a virtual host for www.yourname.com domain. you can use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=266&subd=aminesoft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_267" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-267" title="bae0_1" src="http://aminesoft.files.wordpress.com/2009/03/bae0_1.jpg?w=300&#038;h=299" alt="www" width="300" height="299" /><p class="wp-caption-text">Virtual Host For Domain</p></div>
<p>In this post, I will explain how to create apache virtual host.</p>
<p>Virtual host is apache feature to allow us to make our website with it own domain in our computer . So we can access our website through “real” url. yes !!</p>
<p>so , we will make a virtual host for <a href="http://#">www.yourname.com</a> domain. you can use .org &#8211; .com &#8211; .net &#8230;etc</p>
<p>mmmmm&#8230;&#8230; next steps</p>
<p><strong>1 // open your terminal .. and return <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p>If you installing lampp in /opt you need, you must be root  to edit /opt/lampp/etc/httpd.conf file. ok</p>
<p><strong>2 // Use </strong></p>
<blockquote>
<pre>sudo gedit /opt/lampp/etc/httpd.conf</pre>
</blockquote>
<p><strong>3 // And add this line in the last file:</strong></p>
<blockquote>
<pre><em>include /home/username/website/extra-httpd.conf</em></pre>
</blockquote>
<p>save and close ok&#8230;&#8230;</p>
<p><strong>4 // now</strong>..</p>
<p>Open your text editor</p>
<p>And add these lines</p>
<blockquote><p><em>&lt;VirtualHost 127.0.2.1&gt;<br />
ServerName www.yourname.com<br />
DocumentRoot /home/username/website/www.yourname.com</em></p>
<p><em> &lt;Directory /home/username/website/www.yourname.com&gt;<br />
AllowOverride All<br />
Options All<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</em><br />
<em><br />
</em></p></blockquote>
<p>Save this file as <strong>extra-httpd.conf</strong> in <strong>/home/username/website</strong>, as we define in httpd.conf file. ok</p>
<p><strong>5 // add host :</strong></p>
<p>Then, we must add the IP address we use above to /etc/hosts file.</p>
<p>add : ip &gt; 127.0.2.1 and domain www.yourname.com</p>
<p><strong>6 // if you have ubuntu</strong></p>
<p>Go to <em>System &gt;&gt; Administration &gt;&gt; Network.</em><br />
Change to the tab to Hosts, and  click Add,  enter the IP address and the server name.</p>
Posted in Linux, linux security, linux server Tagged: How To Create XAMPP Virtual Host For Domain !! <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminesoft.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminesoft.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminesoft.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminesoft.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminesoft.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminesoft.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminesoft.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminesoft.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminesoft.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminesoft.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=266&subd=aminesoft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aminesoft.wordpress.com/2009/03/25/how-to-create-xampp-virtual-host-for-domain/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5b8cdacaf198c942a572c9b3b672c56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Am!n3s0fT</media:title>
		</media:content>

		<media:content url="http://aminesoft.files.wordpress.com/2009/03/bae0_1.jpg?w=300" medium="image">
			<media:title type="html">bae0_1</media:title>
		</media:content>
	</item>
	</channel>
</rss>