<?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>Linux Windows System Administrator Help &#187; eAccelerator</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/eaccelerator/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2012 17:58:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How do I enable/disable eAccelerator?</title>
		<link>http://linuxwindowsmaster.com/how-do-i-enabledisable-eaccelerator/</link>
		<comments>http://linuxwindowsmaster.com/how-do-i-enabledisable-eaccelerator/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:17:58 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[eAccelerator]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=134</guid>
		<description><![CDATA[eAccelerator is used improve performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. IfÂ  eAccelerator is installed on serverwide then it is enable for all account or you can enable it eAccelerator by makeingÂ  [...]]]></description>
			<content:encoded><![CDATA[<div class="entry font-resize">
<p>eAccelerator is used improve performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution.<br />
IfÂ  eAccelerator is installed on serverwide then it is enable for all account or you can enable it eAccelerator by makeingÂ  a .htaccess file in your ‘htdocs’ directory, and add the following lines:</p>
<pre>
php_flag eaccelerator.enable 1
php_flag eaccelerator.optimizer 1
</pre>
<p>if you’d like to turn off eAccelerator for a particular directory, put the following in a .htaccess file in that subdirectory:</p>
<pre>
php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0
</pre>
<p>If php suexec is enabled on server then create php.ini file and following code in that file to disble eAccelerator.</p>
<pre>
eaccelerator.enable 0
eaccelerator.optimizer 0
</pre>
<p>Regards<br />
Alex P<br />
System Administrator</p></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-do-i-enabledisable-eaccelerator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

