Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21

Thread: xCache cPanel/WHM Installation Guide

  1. #16
    Member saamxvr's Avatar
    Join Date
    Oct 2010
    Posts
    71

    Default Re: xCache cPanel/WHM Installation Guide

    im use fcgi

  2. #17
    Member saamxvr's Avatar
    Join Date
    Oct 2010
    Posts
    71

    Default Re: xCache cPanel/WHM Installation Guide

    i just add this line to php.ini file

    xcache.size = 64M
    xcache.var_size = 4M

    now shown xcache work !! but i want to know 100% how install Xcache successfully Thanks

  3. #18
    Member
    Join Date
    Mar 2010
    Location
    Jakarta, Indonesia
    Posts
    23

    Default Re: xCache cPanel/WHM Installation Guide

    CPanel - Easy Apache now support XCache!

    Don't forget to upgrade to latest CPanel.
    www.kotakomputer.net - Indonesian CPanel Specialist - 082 111 978 168

  4. #19
    Member
    Join Date
    Dec 2011
    Posts
    6
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    Every time I google this question, I get this forum link, so here is what I think is the much easier way to go about it.
    cPanel has made a ton of scripts for the command line, so always look there first....
    They have a tool called phpextensionmgr which handles this for you. you can use 'list' to learn what other extensions is handles

    First, use Easyapache to make sure the xcache support is compiled in.

    Second, SSH in to the box and use the "/scripts/phpextensionmgr install xcache" command and it will compile xcache for you.

    To uninstall, simply run "/scripts/phpextensionmgr uninstall xcache"

  5. #20
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,476
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    We definitely recommend using /scripts/phpextensionmgr to install and uninstall PHP extensions. They are extensions, so installing and uninstalling them does not require rebuilding all of Apache and PHP. Not only is is much faster to use /scripts/phpextensionmgr, there is less risk of something going wrong during an unnecessary Apache and PHP build.

    /scripts/phpextensionmgr will install and uninstall the following extensions:

    Code:
    # /scripts/phpextensionmgr list
    Available Extensions:
    EAccelerator
    IonCubeLoader
    Zendopt
    Xcache
    SourceGuardian
    PHPSuHosin
    #
    Its usage is as follows:

    Code:
    # /scripts/phpextensionmgr help
    Usage:
        phpextensionmgr [options] [action] [extension]
    
            Options:
              --help       Help message
              --prefix     Installation prefix for PHP (normally /usr/local or /usr/local/php4)
    
            Actions:
              install      Install or update the extension
              uninstall    Uninstall the extension
              status       Display the installation status of the extension
              list         Show available extensions
    
    #
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation - Find cPanel hosting


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

  6. #21
    Member
    Join Date
    Dec 2012
    Posts
    5
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    im use the "/scripts/phpextensionmgr install xcache"

    Code:
    > Got ret value 0 from system( make )
    > Will now run system( make,install )
    > Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20090626/
    > Got ret value 0 from system( make,install )
    > Will now run system( make,clean )
    > find . -name \*.gcno -o -name \*.gcda | xargs rm -f
    > find . -name \*.lo -o -name \*.o | xargs rm -f
    > find . -name \*.la -o -name \*.a | xargs rm -f
    > find . -name \*.so | xargs rm -f
    > find . -name .libs -a -type d|xargs rm -rf
    > rm -f libphp.la   modules/* libs/*
    > Got ret value 0 from system( make,clean )
    > Xcache extension activated
    > ./cpanel-install exiting with exit code 0
    but xcache anyway does not work .. what i need to do after install xcache? /http://estyle.lv/phpinfo.php is my phpinfo and i dont see xcache

Page 2 of 2 FirstFirst 12

Similar Threads

  1. xCache cPanel/WHM Installation Guide
    By saamxvr in forum New User Questions
    Replies: 13
    Last Post: 05-25-2011, 12:24 AM
  2. Xcache Installation help please
    By bhanuprasad1981 in forum Optimization
    Replies: 6
    Last Post: 02-15-2011, 12:22 PM
  3. xCache Installation Help
    By GaryT in forum Optimization
    Replies: 6
    Last Post: 06-08-2010, 06:25 AM
  4. CentOS-5.4-x86_64-cPanel.iso - Installation guide
    By _Dejan_ in forum New User Questions
    Replies: 2
    Last Post: 03-17-2010, 06:03 AM
  5. cPanel DNS-Only installation guide?
    By -jdk- in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 01-07-2008, 07:39 AM