<?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>batteryslave &#187; apache</title>
	<atom:link href="http://www.batteryslave.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.batteryslave.com</link>
	<description>minor thoughts about gadgets, code, podcasts and other technical stuff...</description>
	<lastBuildDate>Sat, 20 Feb 2010 18:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>damn, new server: forgot to enable mod_rewrite</title>
		<link>http://www.batteryslave.com/2009/02/damn-new-server-forgot-to-enable-mod_rewrite/</link>
		<comments>http://www.batteryslave.com/2009/02/damn-new-server-forgot-to-enable-mod_rewrite/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 16:24:51 +0000</pubDate>
		<dc:creator>batteryslave</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.batteryslave.com/?p=81</guid>
		<description><![CDATA[dont know if someone besides thilo noticed, but since i reinstalled my server (2 weeks ago) all the links in this blog (running wordpress) where broken.
wordpress uses an apache module called mod_rewrite to rewrite the url. so what u see in the adressbar in your browser is not like
www.batterslave.com/?p=9
but
www.batteryslave.com/2009/02/lixhot-boysmeisenfrei-log/
a bit more readable. but i forgot [...]]]></description>
			<content:encoded><![CDATA[<p>dont know if someone besides thilo noticed, but since i reinstalled my server (2 weeks ago) all the links in this blog (running wordpress) where broken.</p>
<p>wordpress uses an apache module called <a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html">mod_rewrite</a> to rewrite the url. so what u see in the adressbar in your browser is not like</p>
<pre><code>www.batterslave.com/?p=9</code></pre>
<p>but</p>
<pre><code>www.batteryslave.com/2009/02/lixhot-boysmeisenfrei-log/</code></pre>
<p>a bit more readable. but i forgot to enable the module. that is an easy step if you running a standard debian 4.0 linux on your server like i do. apache 2 comes with some little helper scripts for managing modules and sites. in my case the script a2enmod will do the job (# will symbolise my prompt):</p>
<pre><code># a2enmod rewrite</code></pre>
<p>after that you call</p>
<pre><code># /etc/init.d/apache2 reload</code></pre>
<p>so apache relaods the module and config. and we are ready to run.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.batteryslave.com/2009/02/damn-new-server-forgot-to-enable-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
