<?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>落腳齋 &#187; 網路 教學</title>
	<atom:link href="http://wuyy.idv.tw/blog/index.php/tag/%e7%b6%b2%e8%b7%af-%e6%95%99%e5%ad%b8/feed/" rel="self" type="application/rss+xml" />
	<link>http://wuyy.idv.tw/blog</link>
	<description>淡　是人生最深的滋味</description>
	<lastBuildDate>Sun, 05 Sep 2010 02:44:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何查出佔用連接埠(port)的程式(程序)</title>
		<link>http://wuyy.idv.tw/blog/index.php/inquire-comm-port/</link>
		<comments>http://wuyy.idv.tw/blog/index.php/inquire-comm-port/#comments</comments>
		<pubDate>Wed, 30 May 2007 03:17:38 +0000</pubDate>
		<dc:creator>落腳齋主人</dc:creator>
				<category><![CDATA[伺服器架設]]></category>
		<category><![CDATA[網路 教學]]></category>

		<guid isPermaLink="false">http://wuyy.idv.tw/blog/index.php/20070530/</guid>
		<description><![CDATA[今天在安裝 Apache Server 時，出現 80 port 被佔用，無法啟動 Apache Server 的情況，納悶著，這台 WindowsXP 我明明沒安裝 IIS 啊，到底 80 port 被哪支程式給佔用了？使用 netstat + 工作管理員，找出原兇，原來是 skype 啊，之前竟然都沒注意過這件事。以下簡單說明一下查詢的方式。

使用 netstat 查看網路連線狀況
先進到命令列模式（開始 -&#62; 所有程式 -&#62; 附屬應用程式 -&#62; 命令提示字元），指令：netstat -abn。參數 a 表示列出所有連線中或 listening的連線；n 表示使用數字形態列出，亦即 http 會以 80 顯示，ftp 會以 21 顯示&#8230;；b為列出哪支程式在使用該連接埠；o 則為列出該程式的 PID。以下圖為例，可以看出使用 80 port 的程式為 httpd.exe，即正被 Apache 使用。(update: 2009/03/10)

若上述方式無法找到佔用的程式，可再試著使用下列方法。改下指令：netstat -ano。以下圖為例，可以看出 80 port 正在使用，PID [...]]]></description>
		<wfw:commentRss>http://wuyy.idv.tw/blog/index.php/inquire-comm-port/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
