<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Enabling mod_rewrite for Apache2 in Debian</title>
	<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/</link>
	<description>Kilo - Hotel - Golf</description>
	<pubDate>Thu, 24 Jul 2008 03:09:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Kenny Gillen</title>
		<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-10</link>
		<author>Kenny Gillen</author>
		<pubDate>Fri, 01 Apr 2005 06:39:31 +0000</pubDate>
		<guid>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-10</guid>
		<description>Thank you, Gary and WordStress, problem is solved. In fact, the URI was being re-written effectively however the my problem was with the configuration of the apache2 virtual host.

I should have enabled the AllowOverride directive; as shown &lt;a href="http://codex.wordpress.org/Using_Permalinks" rel="nofollow"&gt;in the Worpress Codex of Wisdom&lt;/a&gt;. I did not remeber that this was not done for the wordpress directory, since I recently installed gallery, and set the directive for the gallery install. Indeed, a silly mistake. :)

Kenny</description>
		<content:encoded><![CDATA[<p>Thank you, Gary and WordStress, problem is solved. In fact, the URI was being re-written effectively however the my problem was with the configuration of the apache2 virtual host.</p>
<p>I should have enabled the AllowOverride directive; as shown <a href="http://codex.wordpress.org/Using_Permalinks" rel="nofollow">in the Worpress Codex of Wisdom</a>. I did not remeber that this was not done for the wordpress directory, since I recently installed gallery, and set the directive for the gallery install. Indeed, a silly mistake. :)</p>
<p>Kenny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fleming</title>
		<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-9</link>
		<author>Gary Fleming</author>
		<pubDate>Thu, 31 Mar 2005 17:04:27 +0000</pubDate>
		<guid>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-9</guid>
		<description>Or manually add the rewrite rules that WP gives you. Whatever is easier.</description>
		<content:encoded><![CDATA[<p>Or manually add the rewrite rules that WP gives you. Whatever is easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordStress</title>
		<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-8</link>
		<author>WordStress</author>
		<pubDate>Thu, 31 Mar 2005 15:28:01 +0000</pubDate>
		<guid>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-8</guid>
		<description>Woah there G, let's not get hasty with world-writable files. If the problem is that your apache process can't write to your .htaccess file, then chown the file appropriately. (For example apache:apache, nobody:nogroup, as applicable from your User/Group main configuration directives).

For fun, you could try running the perchild MPM under Apache 2 and play with the AssignUserID directive. Process space explosion is the biggest risk with this MPM (and the fact that it's marked as experimental), but in my opinion privilege splitting is a huge benefit on any site with multiple untrusted virtual hosts. (And even the majority of those with trusted virtual hosts.)

Stoobe</description>
		<content:encoded><![CDATA[<p>Woah there G, let&#8217;s not get hasty with world-writable files. If the problem is that your apache process can&#8217;t write to your .htaccess file, then chown the file appropriately. (For example apache:apache, nobody:nogroup, as applicable from your User/Group main configuration directives).</p>
<p>For fun, you could try running the perchild MPM under Apache 2 and play with the AssignUserID directive. Process space explosion is the biggest risk with this MPM (and the fact that it&#8217;s marked as experimental), but in my opinion privilege splitting is a huge benefit on any site with multiple untrusted virtual hosts. (And even the majority of those with trusted virtual hosts.)</p>
<p>Stoobe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fleming</title>
		<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-7</link>
		<author>Gary Fleming</author>
		<pubDate>Thu, 31 Mar 2005 12:25:36 +0000</pubDate>
		<guid>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-7</guid>
		<description>Have you added write access to your .htaccess file? Chmod 666 your root .htaccess file, or Wordpress can't add the redirects necessary to change your permalinks. After submitting the changed permalink structure, if you scroll to the bottom of the page it should have a textbox full of instructions if it didn't write successfully (regardless of access permissions).</description>
		<content:encoded><![CDATA[<p>Have you added write access to your .htaccess file? Chmod 666 your root .htaccess file, or Wordpress can&#8217;t add the redirects necessary to change your permalinks. After submitting the changed permalink structure, if you scroll to the bottom of the page it should have a textbox full of instructions if it didn&#8217;t write successfully (regardless of access permissions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Gillen</title>
		<link>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-6</link>
		<author>Kenny Gillen</author>
		<pubDate>Thu, 31 Mar 2005 11:35:51 +0000</pubDate>
		<guid>http://ccgi.sunim.plus.com/virtuality/2005/03/30/enabling-mod_rewrite-for-apache2-in-debian/#comment-6</guid>
		<description>And, indeed, mod_rewrite is now loaded into Apache2, but the wordpress custom permalink structure does NOT work! (note the /index.php/ part of the URI, it allow's nicer a URI without mod_rewrite)

-Kenny</description>
		<content:encoded><![CDATA[<p>And, indeed, mod_rewrite is now loaded into Apache2, but the wordpress custom permalink structure does NOT work! (note the /index.php/ part of the URI, it allow&#8217;s nicer a URI without mod_rewrite)</p>
<p>-Kenny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
