<?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>netz-guru blog &#187; etch</title>
	<atom:link href="http://www.netz-guru.de/tag/etch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netz-guru.de</link>
	<description>Webtechniken, Sicherheit und Interessantes...</description>
	<lastBuildDate>Fri, 18 Jun 2010 16:17:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>apache2, mod_mysql_auth, debian etch</title>
		<link>http://www.netz-guru.de/2008/01/30/apache2-mod_mysql_auth-debian-etch/</link>
		<comments>http://www.netz-guru.de/2008/01/30/apache2-mod_mysql_auth-debian-etch/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 02:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Webtechniken]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.netz-guru.de/2008/01/30/apache2-mod_mysql_auth-debian-etch/</guid>
		<description><![CDATA[Wer ebenfalls verzweifelt mod_mysql_auth für Apache2 unter Debian Etch sucht, dem sei gesagt, dass es aus lizenztechnischen Gründen in Debian Etch nicht mehr enthalten ist.
Man kann jedoch das Module relativ einfach nachinstallieren:

mkdir /root/src
aptitude install apache2-prefork-dev libmysqlclient15-dev
cd /root/src/
mkdir auth_mysql
cd auth_mysql
wget http://download.nuxwin.com/apache2.2-modules/auth_mysql/mod_auth_mysql-3.0.0.tar.gz
wget http://download.nuxwin.com/apache2.2-modules/auth_mysql/patch/apache2.2.diff
tar xzf mod_auth_mysql-3.0.0.tar.gz
mv apache2.2.diff mod_auth_mysql-3.0.0/
cd mod_auth_mysql-3.0.0
patch -p0 &#60; apache2.2.diff mod_auth_mysql.c
apxs2 -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm [...]]]></description>
			<content:encoded><![CDATA[<p>Wer ebenfalls verzweifelt mod_mysql_auth für Apache2 unter Debian Etch sucht, dem sei gesagt, dass es aus lizenztechnischen Gründen in Debian Etch nicht mehr enthalten ist.</p>
<p>Man kann jedoch das Module relativ einfach nachinstallieren:<br />
<span id="more-14"></span><br />
mkdir /root/src<br />
aptitude install apache2-prefork-dev libmysqlclient15-dev<br />
cd /root/src/<br />
mkdir auth_mysql<br />
cd auth_mysql<br />
wget http://download.nuxwin.com/apache2.2-modules/auth_mysql/mod_auth_mysql-3.0.0.tar.gz<br />
wget http://download.nuxwin.com/apache2.2-modules/auth_mysql/patch/apache2.2.diff<br />
tar xzf mod_auth_mysql-3.0.0.tar.gz<br />
mv apache2.2.diff mod_auth_mysql-3.0.0/<br />
cd mod_auth_mysql-3.0.0<br />
patch -p0 &lt; apache2.2.diff mod_auth_mysql.c<br />
apxs2 -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm -lz mod_auth_mysql.c<br />
apxs2 -i mod_auth_mysql.la<br />
echo &#8220;LoadModule mysql_auth_module /usr/lib/apache2/modules/mod_auth_mysql.so&#8221; &gt; /etc/apache2/mods-available/auth_mysql.load<br />
a2enmod auth_mysql<br />
/etc/init.d/apache2 force-reload</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netz-guru.de/2008/01/30/apache2-mod_mysql_auth-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
