<?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; Apache</title>
	<atom:link href="http://www.linuxany.com/archives/category/application/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description>ubuntu,debian,redhat,fedora,centos</description>
	<lastBuildDate>Sun, 29 Aug 2010 06:52:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ApacheBench with mod_gip, mod_deflate</title>
		<link>http://www.linuxany.com/archives/1344.html</link>
		<comments>http://www.linuxany.com/archives/1344.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 12:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[ApacheBench]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[mod_gzip]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1344</guid>
		<description><![CDATA[ApacheBench is one of the most common programs used to benchmark web servers. By default apachebench will run using HTTP/1.0 requests and without compression enabled even if the tested server supports that. For example: ab -n 1 -v 4 &#34;http://www.linuxany.com/&#34; This is ApacheBench, Version 2.0.41-dev &#60;$Revision: 1.141 $&#62; apache-2.0Copyright (c) 1996 Adam Twiss, Zeus Technology [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1344.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apache Logs: how long does it take to serve a request?</title>
		<link>http://www.linuxany.com/archives/1341.html</link>
		<comments>http://www.linuxany.com/archives/1341.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 12:46:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apachelogs]]></category>
		<category><![CDATA[combined]]></category>
		<category><![CDATA[logformat]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1341</guid>
		<description><![CDATA[Apache is one complex piece of software, that contains many features most people are normally not using. You can do so many things with apache outside of the default configurations, and I am not going to discuss today about an external module, but about the plain old mod_log_config. Normally most people will use for apache [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1341.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Apache调试重写规则(mod_rewrite)</title>
		<link>http://www.linuxany.com/archives/1302.html</link>
		<comments>http://www.linuxany.com/archives/1302.html#comments</comments>
		<pubDate>Wed, 26 May 2010 17:59:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1302</guid>
		<description><![CDATA[Apache服务器是最流行的开源服务器，它有一个功能就是基于正则的URL重写功能。但有时我们开启重写规则后，由于正则的复杂性导致一些重写没有生效，这时就需要有一个调试方法来测试重写是否达到我们期望的结果。开启调试可以在Apache的配置文件中的rewrite规则后增加相应两条指令： RewriteEngine onRewriteRule ^/yesno/(.+\.php)$ /yesno/App/$1RewriteLogLevel 3RewriteLog “/www/linuxany/debug_rewrite.log” 通过以上设置，我们可以在/www/linuxany/debug_rewrite.log中找到相关的重写调试信息。 您还可能感兴趣的内容使用TSIG和DNSSEC加固域名服务器OpenVPN HOWTO 中文版Tiny Tiny RSS: 打造自己的 Web RSS Reader搭建一个轻量级服务器环境 LIGHTTPD + MYSQL + PHP(FAST-CGI)Debian-Kernel-Compile-Howto (Kernel 2.6)]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1302.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache CGI程序的简单配置与使用</title>
		<link>http://www.linuxany.com/archives/1282.html</link>
		<comments>http://www.linuxany.com/archives/1282.html#comments</comments>
		<pubDate>Wed, 26 May 2010 12:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[scriptalias]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1282</guid>
		<description><![CDATA[添加虚拟主机 &#60;virtualhost 127.0.0.1:50001&#62;&#60;/virtualhost&#62; 这里新添加了50001端口来进行监听，所以还需要添加监听端口号 Listen 50001要让程序能正常运行，还得通过配置ScriptAlias来允许服务器在指定的情况下，以CGI方式运行。 &#60;virtualhost 127.0.0.1:50001&#62;ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/&#60;/virtualhost&#62; 所以上述的配置会告诉apache，所以以/cgi-bin/开头的资源都会被映射到/usr/local/apache/cgi-bin/目录下，并被认为是cgi程序。然后重启服务器 在apache/cgi-bin/目录里有一些测试例子，我们可能用它来测试下，看看配置是否能正常运行。 比如说apache/cgi-bin/目录下有个test-cgi程序，源码如下： #!/bin/sh&#160;# This article come from linxuany.comset -f&#160;echo &#34;Content-type: text/plain; charset=iso-8859-1&#34;echo&#160;echo CGI/1.0 test script report:echo&#160;echo argc is $#. argv is &#34;$*&#34;.echo&#160;echo SERVER_SOFTWARE = $SERVER_SOFTWAREecho SERVER_NAME = $SERVER_NAMEecho GATEWAY_INTERFACE = $GATEWAY_INTERFACEecho SERVER_PROTOCOL = $SERVER_PROTOCOLecho SERVER_PORT = $SERVER_PORTecho REQUEST_METHOD = $REQUEST_METHODecho HTTP_ACCEPT = &#34;$HTTP_ACCEPT&#34;echo PATH_INFO [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1282.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
