<?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>LINUX ADMINISTRATION NOTES &#38; CODE SNIPPETS &#187; apache</title>
	<atom:link href="http://linuxbloggers.org/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn Off directory browsing on Apache</title>
		<link>http://linuxbloggers.org/turn-off-directory-browsing-on-apache/</link>
		<comments>http://linuxbloggers.org/turn-off-directory-browsing-on-apache/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:43:55 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://linuxbloggers.org/?p=184</guid>
		<description><![CDATA[If your apache is chowing a indexes when browsing /var/www directory tree it might be considered as a security weakness. Unless you need your users to browse entire directory tree you may need to change a default apache setting in /etc/apache2/sites-available/yousite :
FROM:

            Options Indexes [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/turn-off-directory-browsing-on-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using .htaccess file to redirect to www host</title>
		<link>http://linuxbloggers.org/using-htaccess-file-to-redirect-to-www-host/</link>
		<comments>http://linuxbloggers.org/using-htaccess-file-to-redirect-to-www-host/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 00:49:08 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[rewrite www .httaccess apache redirect from to]]></category>

		<guid isPermaLink="false">http://blog.linuxconfig.org/using-htaccess-file-to-redirect-to-www-host/</guid>
		<description><![CDATA[Sometimes we would like to instruct apache to redirect all incoming visitors from our_sample_domain.com to www.our_sample_domain.com
to do this we need to amend .htaccess file as follows:
 # RewriteCond %{HTTP_HOST} ^our_sample_domain.com\.com$ [NC]
# RewriteRule .* our_sample_domain.com/ [L,R=301]
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/using-htaccess-file-to-redirect-to-www-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
