<?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>apache &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>php.ini for two web servers</title>
		<link>/2009/05/10/phpini-for-two-web-servers/</link>
		<comments>/2009/05/10/phpini-for-two-web-servers/#respond</comments>
		<pubDate>Sun, 10 May 2009 04:14:26 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">/?p=551</guid>
		<description><![CDATA[Two Apaches one php.ini Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however some directives in php.ini does not worked for one of the server. Why the second &#8230; <a href="/2009/05/10/phpini-for-two-web-servers/" class="more-link">Continue reading <span class="screen-reader-text">php.ini for two web servers</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/06/15/use-zend_translate-to-translate-your-web-app/" rel="bookmark" title="Use Zend_Translate to Translate Your Web App">Use Zend_Translate to Translate Your Web App </a></li>
<li><a href="/2010/01/11/what-should-be-optimized-in-one-web-page/" rel="bookmark" title="What should be optimized in one web page?">What should be optimized in one web page? </a></li>
<li><a href="/2010/01/18/what-should-i-optimize-first-in-my-web-page/" rel="bookmark" title="What should I optimize first in my web page?">What should I optimize first in my web page? </a></li>
<li><a href="/2010/01/13/optimizing-the-web-start-with-the-images/" rel="bookmark" title="Optimizing the web. Start with the images!">Optimizing the web. Start with the images! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Two Apaches one php.ini</h2>
<p>Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however some directives in php.ini does not worked for one of the server.</p>
<h2>Why the second server does not read php.ini?</h2>
<p>Well actually when you load the php.ini for the first server it loads correctly with everthing declared in it. However when you start the second server, of course on a different port than the first one, you get all the php.ini values as if they are default.</p>
<h2>Why?</h2>
<p>That&#8217;s some feature of PHP we didn&#8217;t know. I still don&#8217;t have an explanation about it. But of cource there&#8217;s a &#8230;</p>
<h2>Workaround</h2>
<p>You can put everything for the second server in the .htaccess file, so this will act as second php.ini for the second web server</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/06/15/use-zend_translate-to-translate-your-web-app/" rel="bookmark" title="Use Zend_Translate to Translate Your Web App">Use Zend_Translate to Translate Your Web App </a></li>
<li><a href="/2010/01/11/what-should-be-optimized-in-one-web-page/" rel="bookmark" title="What should be optimized in one web page?">What should be optimized in one web page? </a></li>
<li><a href="/2010/01/18/what-should-i-optimize-first-in-my-web-page/" rel="bookmark" title="What should I optimize first in my web page?">What should I optimize first in my web page? </a></li>
<li><a href="/2010/01/13/optimizing-the-web-start-with-the-images/" rel="bookmark" title="Optimizing the web. Start with the images!">Optimizing the web. Start with the images! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/05/10/phpini-for-two-web-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
