<?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>ubuntu,debian,redhat -linuxany.com &#187; httpd</title>
	<atom:link href="http://www.linuxany.com/archives/tag/httpd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache:Disable the HTTP TRACE method</title>
		<link>http://www.linuxany.com/archives/1338.html</link>
		<comments>http://www.linuxany.com/archives/1338.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 12:37:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1338</guid>
		<description><![CDATA[Description: How to disable the HTTP TRACE method on recent apache versions. Most vulnerability scanners (like the popular nessus, but commercial ones also) will complain (normally as a low thread or warning level) about TRACE method being enabled on the web server tested. Normally you will have this enabled by default, but if you want [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1338.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httpd与僵尸进程</title>
		<link>http://www.linuxany.com/archives/439.html</link>
		<comments>http://www.linuxany.com/archives/439.html#comments</comments>
		<pubDate>Tue, 02 Sep 2008 02:42:18 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[defunct]]></category>
		<category><![CDATA[getpid]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[僵尸进程]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=474</guid>
		<description><![CDATA[在用top命令的时候，出现这个 3021&#160; daemon&#160; &#160; 9&#160; &#160;0&#160; &#160; &#160;0&#160; &#160; 0&#160; &#160; &#160;0 Z&#160; &#160; 10.4&#160; 0.0&#160; &#160;0:01 httpd3046&#160; daemon&#160; &#160; 9&#160; &#160;0&#160; &#160; &#160;0&#160; &#160; 0&#160; &#160; &#160;0 Z&#160; &#160; &#160;9.7&#160; &#160;0.0&#160; &#160;0:01 httpd 这大概就是传说中的“僵尸进程”，僵尸进程表现为一般指连接数过多，造成的部分进程死掉的现象，维持几秒钟后会自动消失 ，网上这样定义的，“僵尸进程是指的父进程已经退出,而该进程dead之后没有进程接受,就成为僵尸进程.(zombie)进程. 由此，以后看到进程列表中有”Z”这个字母出现，基本上可以断定是僵尸进程。Linux进程的5种状态中，僵尸进程是非常特殊的一种，它已经放弃了几乎所有内存空间，没有任何可执行代码，也不能被调度，仅仅在进程列表中保留一个位置，记载该进程的退出状态等信息供其他进程收集，除此，僵尸进程不再占有任何内存空间。” 但是，在linux系统管理中，当用ps或者top命令观察进程的执行状态时，常看到某些进程的状态栏为defunct，但在进程表（processs table）中仍占了一个位置（slot）。而进程表的容量是有限的，所以，defunct进程不仅占用系统的内存资源，影响系统的性能，而且如果其数目太多，还会导致系统瘫痪。 还是要引起我们的警觉，一般这种情况就需要检查系统的健康状况了，我维护的机器里有一台就出现过这种现象2次。 下面的这段代码是我在网上找到的产生僵尸进程的源代码 view plaincopy to clipboardprint? #include &#60;stdio.h&#62; &#160; #include&#60;sys/types.h&#62; &#160; main(){ &#160; if(!fork()){ &#160; printf(“child [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/439.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

