<?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>Redips spideR Net&#187; Apache</title>
	<atom:link href="http://www.redips.net/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:18:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
		<item>
		<title>Styling Apache directory listings</title>
		<link>http://www.redips.net/apache/styling-directory-listings/</link>
		<comments>http://www.redips.net/apache/styling-directory-listings/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 09:37:58 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[directory list]]></category>
		<category><![CDATA[mod_autoindex]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=54</guid>
		<description><![CDATA[In this post you will find how to make stylish listing generated by the Apache server. This is not just another CSS solution. The trick is in configuring Apache to generate XML directory list and to use browser (IE, FF, Opera, Safari ...) to transform XML to the HTML. You will have full freedom to modify and style auto generated directory listings.]]></description>
		<wfw:commentRss>http://www.redips.net/apache/styling-directory-listings/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Create XML from directory list with Apache</title>
		<link>http://www.redips.net/apache/xml-directory-list/</link>
		<comments>http://www.redips.net/apache/xml-directory-list/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 20:43:18 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[directory list]]></category>
		<category><![CDATA[HeaderName]]></category>
		<category><![CDATA[IndexOptions]]></category>
		<category><![CDATA[mod_autoindex]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=53</guid>
		<description><![CDATA[In Apache world, the index of a directory can come from one of two sources - a file written by the user, typically called index.html or a listing generated by the server. If you enable automatic index generation (with Options +Indexes), Apache will create a HTML directory list for the URL without index page. With a few lines in httpd.conf, directory list can become a XML document.]]></description>
		<wfw:commentRss>http://www.redips.net/apache/xml-directory-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide parent directory in Apache</title>
		<link>http://www.redips.net/apache/hide-parent-directory/</link>
		<comments>http://www.redips.net/apache/hide-parent-directory/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:47:24 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[directory list]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[httpd.conf]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=52</guid>
		<description><![CDATA[Apache can generate directory indexes, automatically, similar to the Unix ls command or the Win32 dir shell command. With default settings, parent directory will be displayed too. If you want to hide parent directory from the directory list, use IndexIgnore directive.]]></description>
		<wfw:commentRss>http://www.redips.net/apache/hide-parent-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

