Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9)
Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9)Version 1.0 This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Fedora 9 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the 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. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times." This document comes without warranty of any kind! I do not issue any guarantee that this will work for you!
1 Preliminary NoteI have tested this on a Fedora 9 server with the IP address 192.168.0.100 where lighttpd and PHP5 are already installed and working. I'll use lighttpd's default document root /var/www/lighttpd in this tutorial for demonstration purposes. Of course, you can use any other vhost as well, but you might have to adjust the path to the info.php file that I'm using in this tutorial.
2 Checking PHP5's Current StateFirst, before we install eAccelerator, let's find out about our PHP5 installation. To do this, we create the file info.php in our document root /var/www/lighttpd: vi /var/www/lighttpd/info.php
Afterwards, we call that file in a browser: http://192.168.0.100/info.php As you see, we have PHP 5.2.6 installed... ... but eAccelerator isn't mentioned anywhere on the page:
3 Installing eAcceleratorFortunately, there's an eAccelerator package for Fedora 9, php-eaccelerator, which we can install like this: yum install php-eaccelerator The eAccelerator configuration is stored in the file /etc/php.d/eaccelerator.ini. You can read up on the various configuration settings on this page: http://www.eaccelerator.net/wiki/Settings. Afterwards, we restart lighttpd so that our new PHP configuration takes effect: /etc/init.d/lighttpd restart Afterwards, open info.php again in a browser: http://192.168.0.100/info.php You should now see eAccelerator mentioned on the page which means it has successfully been integrated and is working as expected (I've marked the eAccelerator line in the below screenshot for better visibility):
4 Links
|
Join the discussion.
www.seamlessenterprise.com
IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com
Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com
Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com










Recent comments
3 hours 32 min ago
5 hours 15 min ago
7 hours 41 min ago
7 hours 47 min ago
12 hours 21 min ago
14 hours 21 min ago
17 hours 45 min ago
19 hours 51 min ago
20 hours 2 min ago
22 hours 29 min ago