Activity Stream
48,167 MEMBERS
62691 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Respected Member
    Bharat's Avatar
    Website's:
    ShineServers.Com Pickadedi.com

    Default High Performance/Traffic PHP WebServer - PHP Caching (eaccelerator)

    eAccelerator is a PHP caching system, which caches frequently used portions of PHP files to RAM to increase performance. This is especially great on high traffic websites such as forums. Performance gains of up to 1000% have been seen with eAccelerator. The following tutorial shows how to install eAccelerator from source on Linux.


    Download the source:


    Code: 
    cd /usr/src/
      wget http://internap.dl.sourceforge.net/sourceforge/eaccelerator/eaccelerator-0.9.3.tar.gz
      tar zxvf eaccelerator-0.9.3.tar.gz
      cd eaccelerator-0.9.3

    Build:


    Code: 
    export PHP_PREFIX="/usr"
      $PHP_PREFIX/bin/phpize
      ./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config
      make

    Note, the PHP_PREFIX should be set to where you have PHP installed.




    Install:


    Code: 
    make install

    If you are using Zend, add the following to your php.ini file:




    Code: 
    zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so"
      eaccelerator.shm_size="16"
      eaccelerator.cache_dir="/tmp/eaccelerator"
      eaccelerator.enable="1"
      eaccelerator.optimizer="1"
      eaccelerator.check_mtime="1"
      eaccelerator.debug="0"
      eaccelerator.filter=""
      eaccelerator.shm_max="0"
      eaccelerator.shm_ttl="0"
      eaccelerator.shm_prune_period="0"
      eaccelerator.shm_only="0"
      eaccelerator.compress="1"
      eaccelerator.compress_level="9"

    Note: zend_extension should be equal to the location to where the extension was installed.

    If you are not using Zend, you can load eAccelerator as a PHP extension:


    Code: 
    extension="eaccelerator.so"
            eaccelerator.shm_size="16"
            eaccelerator.cache_dir="/tmp/eaccelerator"
            eaccelerator.enable="1"
            eaccelerator.optimizer="1"
            eaccelerator.check_mtime="1"
            eaccelerator.debug="0"
            eaccelerator.filter=""
            eaccelerator.shm_max="0"
            eaccelerator.shm_ttl="0"
            eaccelerator.shm_prune_period="0"
            eaccelerator.shm_only="0"
            eaccelerator.compress="1"
          eaccelerator.compress_level="9"
           Setup caching directories:
           mkdir /tmp/eaccelerator
          chmod 0777 /tmp/eaccelerator
    You can copy the eaccelerator.php file to a web accessible location, and check if eAccelerator is running.
    Bharat Reviewed by Bharat on . High Performance/Traffic PHP WebServer - PHP Caching (eaccelerator) eAccelerator is a PHP caching system, which caches frequently used portions of PHP files to RAM to increase performance. This is especially great on high traffic websites such as forums. Performance gains of up to 1000% have been seen with eAccelerator. The following tutorial shows how to install eAccelerator from source on Linux. Download the source: cd /usr/src/ wget http://internap.dl.sourceforge.net/sourceforge/eaccelerator/eaccelerator-0.9.3.tar.gz tar Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    When I use the command "phpize"

    Cannot find build files at '/usr/lib64/php/build'. Please check your PHP install

    Please help me!

  4.     
    #3
    Respected Member
    Bharat's Avatar
    Website's:
    ShineServers.Com Pickadedi.com
    Do you have cpanel already installed ??

  5.     
    #4
    Member
    Website's:
    vaporhostn.com
    ewwww... you use those noobcellerators...

    Be a big man and learn about memcache and sphinx.. the two make a elite couple haha

  6.     
    #5
    Member
    works on rapidleech?
    None

  7.     
    #6
    Member
    Website's:
    vaporhostn.com
    this is just for web cacheing not downloading

  8.     
    #7
    Respected Member
    Bharat's Avatar
    Website's:
    ShineServers.Com Pickadedi.com
    nah don't think u can make an turbo rapidleech from it , its just an caching system , not a downloader for php programs ..

  9.     
    #8
    Member
    Website's:
    Katzbb.com Foxmovie.co
    for rapidleech use fastcgi mode or nginx/litespeed webserver


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Other] High performance RDP server for 8 persons
    By ashokbansal in forum Archive
    Replies: 2
    Last Post: 1st Apr 2012, 09:08 AM
  2. Replies: 0
    Last Post: 27th Jun 2011, 04:13 PM
  3. Replies: 1
    Last Post: 13th Jun 2011, 02:57 PM
  4. Replies: 1
    Last Post: 9th Jun 2011, 07:23 AM
  5. Replies: 1
    Last Post: 21st Mar 2011, 02:26 PM

Tags for this Thread

BE SOCIAL