<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Samat Jain's personal home page</title>
  <link rel="alternate" type="text/html" href="http://samat.org/weblog/20060523-a-better-way-to-separate-apache-log-files-by-virtual-host-domains.html"/>
  <link rel="self" type="application/atom+xml" href="http://samat.org/node/99/atom/feed"/>
  <id>http://samat.org/node/99/atom/feed</id>
  <updated>2006-05-23T23:20:57-06:00</updated>
  <entry>
    <title>A better way to separate Apache log files by virtual host domains</title>
    <link rel="alternate" type="text/html" href="http://samat.org/weblog/20060523-a-better-way-to-separate-apache-log-files-by-virtual-host-domains.html" />
    <id>http://samat.org/weblog/20060523-a-better-way-to-separate-apache-log-files-by-virtual-host-domains.html</id>
    <published>2006-05-23T02:02:00-06:00</published>
    <updated>2006-05-23T23:20:57-06:00</updated>
    <author>
      <name>Samat Jain</name>
    </author>
    <category term="Apache" />
    <category term="Article" />
    <category term="Python" />
    <summary type="html"><![CDATA[<p>Apache's "combined" log format is one the most common log formats used in <a href="http://httpd.apache.org/docs/2.0/logs.html#accesslog">access logging</a>, containing useful fields such as referrer and user agent. Unfortunately, it does not contain a field listing the the virtual host for whom a request was formed. With Apache, this is easily rectified by defining a custom logging format and post-processing logs to maintain compatibility.</p>
    ]]></summary>
  </entry>
</feed>
