<br><br><div class="gmail_quote">2009/7/2 Dan Bolser <span dir="ltr">&lt;<a href="mailto:dan.bolser@gmail.com">dan.bolser@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do you have any experience with  php accelerators? Which is easiest to<br>
install? What is the impact on the stack of caches that lies between<br>
viewing the web page and the MySQL MW database?<br>
</blockquote><div><br>PHP accelerators are required for Mediawiki with the memory limit set to 20MB, if the limit is too low some operations may fail, This is what I do for Fedora ,Centos 5.3, Red Hat etc<br>using APC.<br>
Obviously make sure that Apache, PHP &amp; Pear are installed. <br>Specific packages to be installed:<br>php-pear<br>php-devel<br>httpd-devel<br><br>Edit  /usr/share/pear/pearcmd.php<br>add as first line<br>@ini_set(&#39;memory_limit&#39;, &#39;20M&#39;);<br>
<br>In terminal as root:<br>pear install pecl/apc<br><br>It now should install APC<br>In root terminal mode write the line:<br>echo &quot;extension=apc.so&quot; &gt; /etc/php.d/apc.ini<br><br>Restart Apache and that should be you<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Do you have any experience with Semantic MediaWiki?<br>
</blockquote><div><br>No<br><br>Gordon <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Cheers,<br>
Dan.<br>
<br>
<br>
_______________________________________________<br>
dundee GNU/Linux Users Group mailing list<br>
<a href="mailto:dundee@lists.lug.org.uk">dundee@lists.lug.org.uk</a>  <a href="http://dundee.lug.org.uk" target="_blank">http://dundee.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/dundee" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/dundee</a><br>
Chat on IRC, #tlug on <a href="http://dundee.lug.org.uk" target="_blank">dundee.lug.org.uk</a><br>
</blockquote></div><br>