<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Running IIS and Apache On the same Server	</title>
	<atom:link href="https://superpctricks.com/running-iis-and-apache-on-same-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://superpctricks.com/running-iis-and-apache-on-same-server/</link>
	<description>A tech blog</description>
	<lastBuildDate>Sat, 09 Jul 2016 14:23:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Amar pawar		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-452</link>

		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Mon, 22 Sep 2014 17:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-452</guid>

					<description><![CDATA[If you don&#039;t want port in URL, then you have to use port number 80, which is default port number for HTTP.]]></description>
			<content:encoded><![CDATA[<p>If you don&#39;t want port in URL, then you have to use port number 80, which is default port number for HTTP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Syed Ahmad Najmi Syed Md Nasir		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-455</link>

		<dc:creator><![CDATA[Syed Ahmad Najmi Syed Md Nasir]]></dc:creator>
		<pubDate>Mon, 22 Sep 2014 07:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-455</guid>

					<description><![CDATA[Thanks for the valuable information. &lt;br /&gt;But usually for production deployment, this kind of things will have some issues because the port number are displayed.&lt;br /&gt;&lt;br /&gt;Is there away to hide or make the port number disappear&lt;br /&gt;&lt;br /&gt;//]]></description>
			<content:encoded><![CDATA[<p>Thanks for the valuable information. <br />But usually for production deployment, this kind of things will have some issues because the port number are displayed.</p>
<p>Is there away to hide or make the port number disappear</p>
<p>//</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amar pawar		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-679</link>

		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Sat, 08 Feb 2014 11:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-679</guid>

					<description><![CDATA[The reason that your apache service is not running automatically is that port 80 is already occupied by some other program.in order to test this, go(in toolbar) to WampServer &#062; Apache &#062; Service &#062;Test Port 80,it will show you the error that port 80 is occupied and also by which application.Next you need to stop this application from running automatically at windows startup.&lt;br /&gt;                        For this,go to run(windows key+R) and type services.msc and look for the application you find in above step. double click on it and in start type change Automatic to disabled.Also make sure that wampapache is set to automatic.Hope it helps ........]]></description>
			<content:encoded><![CDATA[<p>The reason that your apache service is not running automatically is that port 80 is already occupied by some other program.in order to test this, go(in toolbar) to WampServer &gt; Apache &gt; Service &gt;Test Port 80,it will show you the error that port 80 is occupied and also by which application.Next you need to stop this application from running automatically at windows startup.<br />                        For this,go to run(windows key+R) and type services.msc and look for the application you find in above step. double click on it and in start type change Automatic to disabled.Also make sure that wampapache is set to automatic.Hope it helps &#8230;&#8230;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diego Curyk		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-684</link>

		<dc:creator><![CDATA[Diego Curyk]]></dc:creator>
		<pubDate>Fri, 07 Feb 2014 12:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-684</guid>

					<description><![CDATA[Hi Amar, thanks for the info. I have the following problem: I set up IIS on port 8080 and I can effectively run both servers together on different ports, but every time windows starts up I need to go to the command line and add any ip via netsh http add iplisten. Otherwise apache won&#039;t start. Then, after it has started I have to remove the iplisten, otherwise it doesn&#039;t work properly. After that everything works fine, but it&#039;s very annoying having to do this every day. Do you have any idea why this could be? And also, I&#039;m not sure how I could install apache and mysql as services using the last version of xampp server, I&#039;m always starting them manually. Thank you very much for any help you could give.]]></description>
			<content:encoded><![CDATA[<p>Hi Amar, thanks for the info. I have the following problem: I set up IIS on port 8080 and I can effectively run both servers together on different ports, but every time windows starts up I need to go to the command line and add any ip via netsh http add iplisten. Otherwise apache won&#39;t start. Then, after it has started I have to remove the iplisten, otherwise it doesn&#39;t work properly. After that everything works fine, but it&#39;s very annoying having to do this every day. Do you have any idea why this could be? And also, I&#39;m not sure how I could install apache and mysql as services using the last version of xampp server, I&#39;m always starting them manually. Thank you very much for any help you could give.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amar pawar		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-687</link>

		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Thu, 30 Jan 2014 17:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-687</guid>

					<description><![CDATA[your welcome ...........keep visiting]]></description>
			<content:encoded><![CDATA[<p>your welcome &#8230;&#8230;&#8230;..keep visiting</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dba's		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-690</link>

		<dc:creator><![CDATA[Dba's]]></dc:creator>
		<pubDate>Mon, 27 Jan 2014 21:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-690</guid>

					<description><![CDATA[Thank you so much for this]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for this</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amar pawar		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-691</link>

		<dc:creator><![CDATA[Amar pawar]]></dc:creator>
		<pubDate>Wed, 22 Jan 2014 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-691</guid>

					<description><![CDATA[Yes ..You can change binding in IIS to 88 or 90 or any port other than pre- defined ports......both 88 or 90 available so you can bind IIS to any one of these.]]></description>
			<content:encoded><![CDATA[<p>Yes ..You can change binding in IIS to 88 or 90 or any port other than pre- defined ports&#8230;&#8230;both 88 or 90 available so you can bind IIS to any one of these.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ธรรมนุญ ฉันทะ		</title>
		<link>https://superpctricks.com/running-iis-and-apache-on-same-server/#comment-692</link>

		<dc:creator><![CDATA[ธรรมนุญ ฉันทะ]]></dc:creator>
		<pubDate>Wed, 22 Jan 2014 12:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://superpctricks.com/2013/11/running-iis-and-apache-on-the-same-server.html#comment-692</guid>

					<description><![CDATA[can I change binding IIS to 88 or 90 ?]]></description>
			<content:encoded><![CDATA[<p>can I change binding IIS to 88 or 90 ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: superpctricks.com @ 2026-06-05 07:23:27 by W3 Total Cache
-->