<?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>facepalm | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/facepalm/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 18 Jan 2019 07:34:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Apache upgrade : Unknown Authz provider: from</title>
		<link>https://nerdpress.org/2019/01/18/apache-upgrade-unknown-authz-provider-from/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Fri, 18 Jan 2019 07:34:55 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[vServer]]></category>
		<category><![CDATA[Apache 2]]></category>
		<category><![CDATA[facepalm]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=2855</guid>

					<description><![CDATA[<p>For the record: If you ever encounter this error while upgrading Apache webserver 2.2 to 2.4: Then you probably made a mistake replacing: with And just replaced allow with Require and not the complete directive, like: Then its time for a double facepalm :)</p>
The post <a href="https://nerdpress.org/2019/01/18/apache-upgrade-unknown-authz-provider-from/">Apache upgrade : Unknown Authz provider: from</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>For the record:<br> If you ever encounter this error while <a href="https://httpd.apache.org/docs/2.4/upgrading.html">upgrading Apache webserver 2.2 to 2.4</a>:</p>


<pre class="wp-block-code"><span><code class="hljs language-javascript">Unknown Authz provider: <span class="hljs-keyword">from</span></code></span></pre>


<p>Then you probably made a mistake replacing:</p>


<pre class="wp-block-code"><span><code class="hljs language-javascript">allow <span class="hljs-keyword">from</span> all </code></span></pre>


<p>with</p>


<pre class="wp-block-code"><span><code class="hljs language-php"><span class="hljs-keyword">Require</span> all granted</code></span></pre>


<p>And just replaced <em>allow</em> with <em>Require</em> and not the complete directive, like:</p>


<pre class="wp-block-code"><span><code class="hljs language-javascript">Require <span class="hljs-keyword">from</span> all</code></span></pre>


<p>Then its time for a double facepalm :)</p>The post <a href="https://nerdpress.org/2019/01/18/apache-upgrade-unknown-authz-provider-from/">Apache upgrade : Unknown Authz provider: from</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
