<?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; apache2</title>
	<atom:link href="http://blog.adin.pro/tag/apache2/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>PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</title>
		<link>http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/</link>
		<comments>http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/#comments</comments>
		<pubDate>Thu, 07 Aug 2014 12:45:43 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=393</guid>
		<description><![CDATA[<p>While your coding session, you encounter this error : You think, easy, a module should be missing on my php So you install it : And restart apache. But it still doesn&#8217;t work. In phpinfo() it seems the module is &#8230; <a href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</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>While your coding session, you encounter this error :</p>
<pre class="brush: bash; title: ; notranslate">
Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH
</pre>
<p>You think, easy, a module should be missing on my php<br />
So you install it :</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install php5-mcrypt
</pre>
<p>And restart apache.</p>
<p>But it still doesn&#8217;t work. In phpinfo() it seems the module is not installed.</p>
<p>In fact with the new version of PHP, you still need to activate the module</p>
<pre class="brush: bash; title: ; notranslate">
php5enmod -s apache2 mcrypt
</pre>
<p>The restart apache and the module should work.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-08-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/">PHP &#8211; Use of undefined constant MCRYPT_BLOWFISH &#8211; assumed &#8216;MCRYPT_BLOWFISH</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-07/php-use-of-undefined-constant-mcrypt_blowfish-assumed-mcrypt_blowfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</title>
		<link>http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/</link>
		<comments>http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/#comments</comments>
		<pubDate>Mon, 09 Sep 2013 18:32:32 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache2]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=287</guid>
		<description><![CDATA[<p>You have this error message on your apache logs Check the .htaccess file and there is no Header command&#8230; In fact, this issue is due to the header apache&#8217;s module whose&#8217;s missing. To install it, run And don&#8217;t forget to &#8230; <a href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</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 have this error message on your apache logs</p>
<pre class="brush: bash; title: ; notranslate">
/home/www/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
</pre>
<p>Check the .htaccess file and there is no Header command&#8230;</p>
<pre class="brush: bash; title: ; notranslate">
&lt;FilesMatch &quot;\.(xml|jpg)$&quot;&gt;
FileETag None
Header unset ETag
Header set Cache-Control &quot;max-age=0, no-cache, no-store, must-revalidate&quot;
Header set Pragma &quot;no-cache&quot;
Header set Expires &quot;Wed, 11 Jan 1984 05:00:00 GMT&quot;
&lt;/FilesMatch&gt;
</pre>
<p>In fact, this issue is due to the header apache&#8217;s module whose&#8217;s missing.<br />
To install it, run</p>
<pre class="brush: bash; title: ; notranslate">
a2enmod headers
</pre>
<p>And don&#8217;t forget to restart apache</p>
<pre class="brush: bash; title: ; notranslate">
service apache2 restart
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-09-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/">Invalid command &#8216;Header&#8217;, perhaps misspelled or defined by a module not included in the server configuration</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-09/invalid-command-header-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
