<?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>飞扬轻狂&#039;s blog &#187; apache</title>
	<atom:link href="http://blog.fallseir.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fallseir.com</link>
	<description>我心飞扬 我意轻狂</description>
	<lastBuildDate>Thu, 06 May 2010 07:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='blog.fallseir.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Win下出现apache无法启动的解决方式</title>
		<link>http://blog.fallseir.com/2008/05/apachestart/</link>
		<comments>http://blog.fallseir.com/2008/05/apachestart/#comments</comments>
		<pubDate>Tue, 06 May 2008 03:49:46 +0000</pubDate>
		<dc:creator>飞扬轻狂</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://blog.fallseir.com/?p=88</guid>
		<description><![CDATA[Win下出现apache无法启动的解决方式 使用xampp时，时常会遇到apache启动不了的情况，而xampp的控制面板有没有什么像样的提示 只有一个&#8221;Busy&#8230;&#8221; 但重启Win后，先启动apache就不会遇到问题。 但是事情总是有原因的，决定去查下，也许是xampp给的提示不足，而不是apache的问题， > cmd > d:\ > cd tools\xampp\apache\bin\ #我的apache安装位置 > httpd # apache的启动程序 (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: c ould not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs # 找到原因了 原来是我的80端口被占用了 > netstat -ano # 查看网络状态 Proto Local Address Foreign Address State PID TCP 127.0.0.1:80 [...]]]></description>
			<content:encoded><![CDATA[<p>Win下出现apache无法启动的解决方式</p>
<p>使用xampp时，时常会遇到apache启动不了的情况，而xampp的控制面板有没有什么像样的提示 只有一个&#8221;Busy&#8230;&#8221; </p>
<p>但重启Win后，先启动apache就不会遇到问题。 </p>
<p>但是事情总是有原因的，决定去查下，也许是xampp给的提示不足，而不是apache的问题， </p>
<pre>
> cmd
> d:\
> cd tools\xampp\apache\bin\ #我的apache安装位置
> httpd # apache的启动程序

(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。  : make_sock: c
ould not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
# 找到原因了 原来是我的80端口被占用了

> netstat -ano # 查看网络状态

  Proto  Local Address          Foreign Address        State           PID
  TCP    127.0.0.1:80           127.0.0.1:1920         CLOSE_WAIT      1112
  TCP    127.0.0.1:80           127.0.0.1:2016         CLOSE_WAIT      1112
  ...
# 通过 Local Address 中端口为80的行 可以看到 我的80端口被PID为1112的进程占用了

任务管理器>进程 / 工具栏 > 查看 > 选择列 在“PID(进程ID)”项上打勾
在进程列表中 查找PID为1112的进程
# 我这里是该死的迅雷 ！！
# 当然之前我还遇到过QQ的时候
ok 杀掉这个进程 或者关掉罪魁，启动Apache 道路终于通畅了！^_～
</pre>
<p>取自&#8221;<a href="http://www.fallseir.com/wiki/Win%E4%B8%8B%E5%87%BA%E7%8E%B0apache%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E5%BC%8F.html">wiki:Win下出现apache无法启动的解决方式</a>&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fallseir.com/2008/05/apachestart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
