<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: How to set up Apache web server using AppServ</title>
	<atom:link href="http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:23:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-6646</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-6646</guid>
		<description>thankyou sorry for late response lol and as soon as my computer is fixed ill be glad to try it!</description>
		<content:encoded><![CDATA[<p>thankyou sorry for late response lol and as soon as my computer is fixed ill be glad to try it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-6208</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Mon, 22 Mar 2010 08:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-6208</guid>
		<description>Hi, Nick

It could be that other application may use the current port (80 is the default). For example, IIS. 

The solution is that change the port that apache is using. Edit httpd.conf file and change the text below from
&lt;pre lang=&#039;text&#039;&gt;
Listen 80

ServerName your-server-name:80
&lt;/pre&gt;

to

&lt;pre lang=&#039;text&#039;&gt;
Listen 8080

ServerName your-server-name:8080
&lt;/pre&gt;

Then, start the apache service again. And try to access the server like this:
http://localhost:8080/
http://your-server-name:8080/</description>
		<content:encoded><![CDATA[<p>Hi, Nick</p>
<p>It could be that other application may use the current port (80 is the default). For example, IIS. </p>
<p>The solution is that change the port that apache is using. Edit httpd.conf file and change the text below from</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Listen 80
&nbsp;
ServerName your-server-name:80</pre></div></div>

<p>to</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Listen 8080
&nbsp;
ServerName your-server-name:8080</pre></div></div>

<p>Then, start the apache service again. And try to access the server like this:<br />
<a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a><br />
<a href="http://your-server-name:8080/" rel="nofollow">http://your-server-name:8080/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-6177</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-6177</guid>
		<description>Ok i tried fixing problems 4 times and reinstalled alot. it still wont work. i type ion local host and says localhost was not set up to establish with www.
and i even did the error message fix and register global fix and it still doesnt work. and last but not least i tried to manual start apache and said it was unable to bind too 0.0.0.0. what does this mean?</description>
		<content:encoded><![CDATA[<p>Ok i tried fixing problems 4 times and reinstalled alot. it still wont work. i type ion local host and says localhost was not set up to establish with www.<br />
and i even did the error message fix and register global fix and it still doesnt work. and last but not least i tried to manual start apache and said it was unable to bind too 0.0.0.0. what does this mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4567</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Sat, 25 Jul 2009 15:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4567</guid>
		<description>Hi I installed appserv and entered localhost and i got in with proplames but when i tried doing it using my ip ip address i couldn&#039;t get in</description>
		<content:encoded><![CDATA[<p>Hi I installed appserv and entered localhost and i got in with proplames but when i tried doing it using my ip ip address i couldn&#8217;t get in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4555</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4555</guid>
		<description>Hi, Jimmy Adrian

To configure these settings, you have to edit php.ini file. By default, it located on C:\WINDOWS\SYSTEM32 folder. Open the file with notepad and search for &quot;display_errors&quot; and set to display_errors = Off. Next, search for &quot;register_globals&quot; and set to 
register_globals = Off.

Then, save the file and restart the Apache service.</description>
		<content:encoded><![CDATA[<p>Hi, Jimmy Adrian</p>
<p>To configure these settings, you have to edit php.ini file. By default, it located on C:\WINDOWS\SYSTEM32 folder. Open the file with notepad and search for &#8220;display_errors&#8221; and set to display_errors = Off. Next, search for &#8220;register_globals&#8221; and set to<br />
register_globals = Off.</p>
<p>Then, save the file and restart the Apache service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy adrian</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4545</link>
		<dc:creator>jimmy adrian</dc:creator>
		<pubDate>Sun, 19 Jul 2009 05:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4545</guid>
		<description>hi, linglom. how do yo do?
i have some problem to configure php on appserv. maybe u can help me. how to turn off display error and register global. i need that things off in order to install joomla. thx</description>
		<content:encoded><![CDATA[<p>hi, linglom. how do yo do?<br />
i have some problem to configure php on appserv. maybe u can help me. how to turn off display error and register global. i need that things off in order to install joomla. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4492</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4492</guid>
		<description>Hi, Dave
You should be able to configure password from your FTP server. The step may vary depends on which software (FTP server) that you are using.</description>
		<content:encoded><![CDATA[<p>Hi, Dave<br />
You should be able to configure password from your FTP server. The step may vary depends on which software (FTP server) that you are using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4487</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4487</guid>
		<description>hi linglom, how to protect my directories by accessing other users becoz my ftp has no password i want to put a password how can i do that?i try installing html password protect but im not satisfied because the sub directories can open directly. Html password protect only the main domain, hoping for your immediate reply, im using windows base appserv...</description>
		<content:encoded><![CDATA[<p>hi linglom, how to protect my directories by accessing other users becoz my ftp has no password i want to put a password how can i do that?i try installing html password protect but im not satisfied because the sub directories can open directly. Html password protect only the main domain, hoping for your immediate reply, im using windows base appserv&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4224</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Sun, 26 Apr 2009 06:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4224</guid>
		<description>Hi, Henyongadik01

Using ftp software such as FileZilla, you can upload files to server. But you need an FTP account to login to the server.</description>
		<content:encoded><![CDATA[<p>Hi, Henyongadik01</p>
<p>Using ftp software such as FileZilla, you can upload files to server. But you need an FTP account to login to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henyongadik01</title>
		<link>http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/comment-page-1/#comment-4201</link>
		<dc:creator>henyongadik01</dc:creator>
		<pubDate>Sun, 19 Apr 2009 07:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/02/01/how-to-set-up-apache-web-server-using-appserv/#comment-4201</guid>
		<description>thanks 4 d tutorial. newbie here, now, how do i upload my own website to the server? u know, the index.html... thanks</description>
		<content:encoded><![CDATA[<p>thanks 4 d tutorial. newbie here, now, how do i upload my own website to the server? u know, the index.html&#8230; thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
