<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to set up your own server using XAMPP</title>
	<atom:link href="http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/</link>
	<description>Hardware and Software information</description>
	<lastBuildDate>Fri, 02 Oct 2009 18:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alok Swain</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1476</link>
		<dc:creator>Alok Swain</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1476</guid>
		<description>Hi,
I&#039;ve started using XAMPP recently for PHP/MySQL. I want to set up a Mail Server using XAMPP. I tried using mercury and sending mail from admin@localhost to admin@localhost and got a mail successfully sent alert. But I could not find the sent mail stored in the XAMPP directory(the files where the sent mail is stored, mentioned in XAMPP docs). Please suggest if any other changes are to be made. I use Windows Vista and Apache, MySQL have been running perfectly fine.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve started using XAMPP recently for PHP/MySQL. I want to set up a Mail Server using XAMPP. I tried using mercury and sending mail from admin@localhost to admin@localhost and got a mail successfully sent alert. But I could not find the sent mail stored in the XAMPP directory(the files where the sent mail is stored, mentioned in XAMPP docs). Please suggest if any other changes are to be made. I use Windows Vista and Apache, MySQL have been running perfectly fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Davis</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1357</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Sat, 01 Aug 2009 14:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1357</guid>
		<description>Lots of tutorials out there about using using XAMPP as a local server, but this is the first one I&#039;ve found that mentions security.

Good use of screenshots to explain the text and lots of security info... I&#039;ll start reading now.</description>
		<content:encoded><![CDATA[<p>Lots of tutorials out there about using using XAMPP as a local server, but this is the first one I&#8217;ve found that mentions security.</p>
<p>Good use of screenshots to explain the text and lots of security info&#8230; I&#8217;ll start reading now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chlankboot</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1185</link>
		<dc:creator>chlankboot</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1185</guid>
		<description>Btw,
Does anybody know if the access to apache service under windows server (2003 in my case), does it depend on OS licences, i.e : if i have 10 windows licences are users to the local website limited to 10?
Thanks for the nice post.</description>
		<content:encoded><![CDATA[<p>Btw,<br />
Does anybody know if the access to apache service under windows server (2003 in my case), does it depend on OS licences, i.e : if i have 10 windows licences are users to the local website limited to 10?<br />
Thanks for the nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chlankboot</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1184</link>
		<dc:creator>chlankboot</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1184</guid>
		<description>@Hey Alexander,
- Tip 1: Go to xampp\apache\conf\extra and edit the file httpd-xampp.conf, There you&#039;ll find the access policy for many resources.
- Tip 2: If you have an old version of xampp, probably you&#039;ll find it using (localhost) replace it with 127.0.0.1 (this solves half of the problems)
- Tip 3: Check out where there is &quot;Deny from all&quot; and add another line with the IP of the computer you want to grant access like : &quot;Allow from 10.120.120.10&quot;
Hope this helps.

@mohd nasrul:
Yes, just create a folder under htdocs let&#039;s say &quot;myfuturesite&quot; and access it with http://XX.XX.XX.XX/myfuturesite, for mysql databases just use phpmyadmin

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Hey Alexander,<br />
- Tip 1: Go to xampp\apache\conf\extra and edit the file httpd-xampp.conf, There you&#8217;ll find the access policy for many resources.<br />
- Tip 2: If you have an old version of xampp, probably you&#8217;ll find it using (localhost) replace it with 127.0.0.1 (this solves half of the problems)<br />
- Tip 3: Check out where there is &#8220;Deny from all&#8221; and add another line with the IP of the computer you want to grant access like : &#8220;Allow from 10.120.120.10&#8243;<br />
Hope this helps.</p>
<p>@mohd nasrul:<br />
Yes, just create a folder under htdocs let&#8217;s say &#8220;myfuturesite&#8221; and access it with <a href="http://XX.XX.XX.XX/myfuturesite" rel="nofollow">http://XX.XX.XX.XX/myfuturesite</a>, for mysql databases just use phpmyadmin</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohd nasrul</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1161</link>
		<dc:creator>mohd nasrul</dc:creator>
		<pubDate>Thu, 02 Jul 2009 19:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1161</guid>
		<description>ai, i&#039;m trying to connect my page using another computer. I put(http://mycomputerip/xampp) and load the xampp main page from another pc successfully. This is the main page of xampp. i want to open my main page in another pc so i can enter all information from there to the database in my server side pc. is this can happen somehow?</description>
		<content:encoded><![CDATA[<p>ai, i&#8217;m trying to connect my page using another computer. I put(http://mycomputerip/xampp) and load the xampp main page from another pc successfully. This is the main page of xampp. i want to open my main page in another pc so i can enter all information from there to the database in my server side pc. is this can happen somehow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-1142</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-1142</guid>
		<description>Hey, Good Instructions but, My Security Says : FORBIDDEN FOR CLIENT ( Local Host ) , I But ( local Host ) Cause thats where my ip is, dunno what happened?</description>
		<content:encoded><![CDATA[<p>Hey, Good Instructions but, My Security Says : FORBIDDEN FOR CLIENT ( Local Host ) , I But ( local Host ) Cause thats where my ip is, dunno what happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beny 75</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-81</link>
		<dc:creator>beny 75</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-81</guid>
		<description>There is XAMPP package developed for Linux systems. 
http://www.apachefriends.org/en/xampp-linux.html
There is also an installation manual on the site but it&#039;s a good idea first to check your distribution repositories if they contain XAMPP.You can do that by package manager installed on your system.</description>
		<content:encoded><![CDATA[<p>There is XAMPP package developed for Linux systems.<br />
<a href="http://www.apachefriends.org/en/xampp-linux.html" rel="nofollow">http://www.apachefriends.org/en/xampp-linux.html</a><br />
There is also an installation manual on the site but it&#8217;s a good idea first to check your distribution repositories if they contain XAMPP.You can do that by package manager installed on your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basic</title>
		<link>http://pc-level.com/2009/03/how-to-set-up-your-own-server-using-xampp/comment-page-1/#comment-78</link>
		<dc:creator>basic</dc:creator>
		<pubDate>Wed, 18 Mar 2009 21:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://pc-level.com/?p=463#comment-78</guid>
		<description>Hi! I just installed linux on my pc and I wonder whether this package could be installed on my linux.</description>
		<content:encoded><![CDATA[<p>Hi! I just installed linux on my pc and I wonder whether this package could be installed on my linux.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

