<?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>Agence de Développement Informatique du Nord &#187; apache</title>
	<atom:link href="http://blog.adin.pro/tag/apache-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>apache AH01630: client denied by server configuration &#8211; error 403 forbidden</title>
		<link>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/</link>
		<comments>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/#comments</comments>
		<pubDate>Tue, 05 Aug 2014 18:23:09 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=389</guid>
		<description><![CDATA[<p>You are seting up a new website and you get an 403 forbidden error and this on apache error log : You don&#8217;t understand because you already setup hundred of websites, you check chmod but you still get this error. &#8230; <a href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">apache AH01630: client denied by server configuration &#8211; error 403 forbidden</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are seting up a new website and you get an 403 forbidden error and this on apache error log :</p>
<pre class="brush: bash; title: ; notranslate">AH01630: client denied by server configuration</pre>
<p>You don&#8217;t understand because you already setup hundred of websites, you check chmod but you still get this error.</p>
<p>Don&#8217;t panic, since apache 2.4 you have to change the directory configuration:</p>
<pre class="brush: bash; title: ; notranslate">
&lt;Directory /&gt;
  Options Indexed FollowSymLinks
  AllowOverride All
  Require all granted
&lt;/Directory&gt;
</pre>
<p>and restart apache, that should do the trick.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/">apache AH01630: client denied by server configuration &#8211; error 403 forbidden</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2014-08-05/apache-ah01630-client-denied-by-server-configuration-error-403-forbidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error:  Call to undefined function curl_init()</title>
		<link>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/</link>
		<comments>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/#comments</comments>
		<pubDate>Tue, 24 Sep 2013 13:19:43 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=292</guid>
		<description><![CDATA[<p>A classic error To fix it, you just need to install the php5-curl extension</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/">PHP Fatal error:  Call to undefined function curl_init()</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>A classic error</p>
<pre class="brush: bash; title: ; notranslate">
PHP Fatal error:  Call to undefined function curl_init()
</pre>
<p>To fix it, you just need to install the php5-curl extension</p>
<pre class="brush: bash; title: ; notranslate">
apt-get install php5-curl
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/">PHP Fatal error:  Call to undefined function curl_init()</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-09-24/php-fatal-error-call-to-undefined-function-curl_init/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
