<?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>PHP Trivandrum &#187; shell scripting</title>
	<atom:link href="http://www.php-trivandrum.org/tag/shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:56:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lighttpd &#8211; Separate log files for each vhost</title>
		<link>http://www.php-trivandrum.org/general-articles/lighttpd-separate-log-files-for-each-vhost/</link>
		<comments>http://www.php-trivandrum.org/general-articles/lighttpd-separate-log-files-for-each-vhost/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 13:15:21 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/general-articles/lighttpd-separate-log-files-for-each-vhost/</guid>
		<description><![CDATA[I could not resist digging into my administrative and shell experience when I saw that somebody wrote a php script to dynamically split lighttpd logs. Hmm I use php for more complicated stuff. 
I achieved this by putting the following into lighttpd.conf

accesslog.filename          = "&#124;/usr/bin/splitlog.sh"


The following is [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/general-articles/lighttpd-separate-log-files-for-each-vhost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
