<?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>dmesg &#187; apache</title>
	<atom:link href="http://dmesg.org.ua/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmesg.org.ua</link>
	<description>заметки системного инженера</description>
	<lastBuildDate>Thu, 28 Jan 2010 09:06:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Отключение логирования статических файлов в Apache</title>
		<link>http://dmesg.org.ua/2009/06/disable-logging-static-files/</link>
		<comments>http://dmesg.org.ua/2009/06/disable-logging-static-files/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:08:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Администрирование]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://dmesg.org.ua/?p=42</guid>
		<description><![CDATA[Если вам нужен, красивый, медленно растущий и адекватный access_log apache , то вы можете убрать из него логирование статических файлов , таких как изображения, css, JavaScript. Делается это очень просто, добавлением в конфигурационный файл httpd: SetEnvIf Request_URI &#34;\.(gif&#124;js&#124;css&#124;ico&#124;jpg)$&#34; skip-log CustomLog logs/access_log combined env=!skip-log После этого можем смотреть на красивый tail -f access_log :)]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-108" style="margin-left: 5px; margin-right: 5px;" title="feather" src="http://dmesg.org.ua/wp-content/uploads/2009/06/feather.gif" alt="feather" width="180" height="54" />Если вам нужен, красивый, медленно растущий и адекватный access_log apache , то вы можете убрать из него логирование статических файлов , таких как изображения, css, JavaScript.<br />
Делается это очень просто, добавлением в конфигурационный файл httpd:</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">SetEnvIf Request_URI &quot;\.(gif|js|css|ico|jpg)$&quot; skip-log
CustomLog logs/access_log combined env=!skip-log</pre></div></div>

<p>После этого можем смотреть на красивый tail -f access_log :)</p>
]]></content:encoded>
			<wfw:commentRss>http://dmesg.org.ua/2009/06/disable-logging-static-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

