[dundee] Mediawiki
gordon dunlop
astrozubenel at googlemail.com
Thu Jul 2 15:01:00 UTC 2009
2009/7/2 Dan Bolser <dan.bolser at gmail.com>
> Do you have any experience with php accelerators? Which is easiest to
> install? What is the impact on the stack of caches that lies between
> viewing the web page and the MySQL MW database?
>
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
using APC.
Obviously make sure that Apache, PHP & Pear are installed.
Specific packages to be installed:
php-pear
php-devel
httpd-devel
Edit /usr/share/pear/pearcmd.php
add as first line
@ini_set('memory_limit', '20M');
In terminal as root:
pear install pecl/apc
It now should install APC
In root terminal mode write the line:
echo "extension=apc.so" > /etc/php.d/apc.ini
Restart Apache and that should be you
>
> Do you have any experience with Semantic MediaWiki?
>
No
Gordon
>
>
> Cheers,
> Dan.
>
>
> _______________________________________________
> dundee GNU/Linux Users Group mailing list
> dundee at lists.lug.org.uk http://dundee.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/dundee
> Chat on IRC, #tlug on dundee.lug.org.uk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.lug.org.uk/pipermail/dundee/attachments/20090702/664917a1/attachment.htm
More information about the dundee
mailing list