<?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>Starttipp Blog &#187; Confixx</title>
	<atom:link href="http://starttipp.de/category/confixx/feed/" rel="self" type="application/rss+xml" />
	<link>http://starttipp.de</link>
	<description>Blog von Webmastern für Webmaster</description>
	<lastBuildDate>Mon, 07 Jun 2010 01:34:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Confixx 403 Fehler nach Installation</title>
		<link>http://starttipp.de/confixx/confixx-403-fehler-nach-installation/</link>
		<comments>http://starttipp.de/confixx/confixx-403-fehler-nach-installation/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:27:47 +0000</pubDate>
		<dc:creator>Redaktion</dc:creator>
				<category><![CDATA[Confixx]]></category>
		<category><![CDATA[403]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://starttipp.de/?p=268</guid>
		<description><![CDATA[Gef&#252;hlte &#8220;zig Millionen&#8221; mal habe ich nun Confixx installiert. Aber dennoch gibt es hin und wieder eine &#220;berraschung, so wie heute.
Nach der Installation von Confixx auf einem Debian Lenny verweigert die Oberfl&#228;che ihren Dienst und quittiert mir h&#228;misch einen 403-Fehler (Forbidden). Zum Gl&#252;ck ist der Monitor kein Spiegel, sicher habe ich etwas bedeppert ausgesehen. Ein [...]]]></description>
			<content:encoded><![CDATA[<p>Gef&#252;hlte &#8220;zig Millionen&#8221; mal habe ich nun Confixx installiert. Aber dennoch gibt es hin und wieder eine &#220;berraschung, so wie heute.</p>
<p>Nach der Installation von Confixx auf einem Debian Lenny verweigert die Oberfl&#228;che ihren Dienst und quittiert mir h&#228;misch einen 403-Fehler (Forbidden). Zum Gl&#252;ck ist der Monitor kein Spiegel, sicher habe ich etwas bedeppert ausgesehen. Ein Blick in die Logfiles sagt folgendes:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">13</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>Permission denied: <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>confixx<span style="color: #000000; font-weight: bold;">/</span>.htaccess pcfg_openfile:
unable to check htaccess <span style="color: #c20cb9; font-weight: bold;">file</span>, ensure it is readable</pre></div></div>

<p>Na huch, eine .htaccess im Confixx-Verzeichnis? Pustekuchen, damit hatte es nichts zu tun. Als ich im Verzeichnis gest&#246;bert habe, sehe ich eine seltsame Gruppenbezeichnung:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000;">4170883</span> drwxr-x---  <span style="color: #000000;">7</span> confixx <span style="color: #800000;">${APACHE_RUN_GROUP}</span> <span style="color: #000000;">4096</span> <span style="color: #000000;">2009</span>-<span style="color: #000000;">12</span>-09 <span style="color: #000000;">16</span>:<span style="color: #000000;">32</span> confixx</pre></div></div>

<p>Das sollte normal nicht so aussehen, ein</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chgrp</span> confixx confixx</pre></div></div>

<p>brachte nicht wirklich Hilfe. zus&#228;tzlich mussten noch die Rechte angepasst werden.</p>
<p>Hintergrund der &#8220;omin&#246;sen&#8221; Zuordnung ist die Apache-Konfiguration, in der apache2.conf befinden sich drei Eintr&#228;ge, die laut <a href="http://kb.parallels.com/en/5533">Parallels KB</a> wie folgt ge&#228;ndert werden m&#252;ssen:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">PidFile</span> ${APACHE_PID_FILE}
<span style="color: #00007f;">User</span> ${APACHE_RUN_USER}
<span style="color: #00007f;">Group</span> ${APACHE_RUN_GROUP}</pre></div></div>

<p>muss ge&#228;ndert werden in</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">PidFile</span> /var/run/apache2.pid
<span style="color: #00007f;">User</span> www-data
<span style="color: #00007f;">Group</span> www-data</pre></div></div>

<p>Danach den obligatorischen Restart f&#252;r den Apache und erledigt. Sinnvollerweise macht man diese Anpassung dann nat&#252;rlich vor der Installation <img src='http://starttipp.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://starttipp.de/confixx/confixx-403-fehler-nach-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

