Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: xCache cPanel/WHM Installation Guide

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

    Default xCache cPanel/WHM Installation Guide

    Hello Plz gide me Stap by stap to install XCache on Cpanel/whm ?

    I already installed Ngnix , So Xcache Support with Ngnix ?
    Last edited by saamxvr; 11-07-2010 at 01:14 AM.

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

    Default re: xCache cPanel/WHM Installation Guide

    Dump.!!! Have any one help here ?

  3. #3
    Member kuldeep_'s Avatar
    Join Date
    Apr 2010
    Posts
    54

    Default re: xCache cPanel/WHM Installation Guide

    Quote Originally Posted by saamxvr View Post
    Hello Plz gide me Stap by stap to install XCache on Cpanel/whm ?

    I already installed Ngnix , So Xcache Support with Ngnix ?
    As you are using Ngnix, you will need to manually install/compile XCache

    Refer to following steps.

    1) Download source file.
    2) Extracting file.
    #tar -zxvf xcache-1.2.2.tar.gz
    3) change directory to xcache-1.2.2
    #cd xcache-1.2.2
    # phpize
    # ./configure –enable-xcache
    # make
    # make install
    Now edit php.ini and add following extension.

    extension=xcache.so
    Restart Ngnix server. Now create a phpinfo and you should see Xcache in it
    That's all

    If you are runing apache web server, then you can simply run easyapache and select xcache from php module.

  4. #4
    Member
    Join Date
    Jun 2010
    Posts
    7

    Default Re: xCache cPanel/WHM Installation Guide

    Quote Originally Posted by kuldeep_ View Post

    If you are runing apache web server, then you can simply run easyapache and select xcache from php module.
    I'm looking for help on how to install xCache and i've been looking in easyapache but can't seem to find anything on how to install it.

  5. #5
    Member
    Join Date
    Aug 2008
    Location
    India
    Posts
    219

    Default Re: xCache cPanel/WHM Installation Guide

    i really don't see any option in easyapache to install xcache ?

  6. #6
    Member
    Join Date
    Apr 2009
    Location
    United States
    Posts
    153
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    It's not in easy apache. You need to use putty.
    RLS Hosting|Realistic Logical Solutions
    http://www.rlshosting.com

  7. #7
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    EasyApache provides EAccelerator rather than XCache or APC OPCode options.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

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

    Default Re: xCache cPanel/WHM Installation Guide

    Hello i really want to install Xcach on my server plz any Cpanel stuff memener answer this post complete guide plz , Thanks

  9. #9
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    You can simply install it manually as was mentioned above:

    http://forums.cpanel.net/f34/xcache-...tml#post710706

    The post is wrong about it being in EasyApache, but the steps to manually install it were sound.

    We do not currently support XCache, so eAccelerator is the option from cPanel that is available.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

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

    Default Re: xCache cPanel/WHM Installation Guide

    Thanks im gona install Xcache now

    Code:
    wget http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz
    tar -zxvf xcache-1.3.0.tar.gz
    cd xcache-1.3.0
    phpize
    ./configure –enable-xcache
    make
    make install

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

    Default Re: xCache cPanel/WHM Installation Guide

    i got error

    Code:
    root@server1 [~]# wget http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz
    --2011-05-24 05:56:04--  http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz
    Resolving xcache.lighttpd.net... 188.40.103.19, 2a01:4f8:100:8082::2
    Connecting to xcache.lighttpd.net|188.40.103.19|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 105881 (103K) [application/octet-stream]
    Saving to: `xcache-1.3.0.tar.gz.1'
    
    100%[======================================>] 105,881     --.-K/s   in 0.02s
    
    2011-05-24 05:56:05 (4.88 MB/s) - `xcache-1.3.0.tar.gz.1' saved [105881/105881]
    
    root@server1 [~]# tar -zxvf xcache-1.3.0.tar.gz
    xcache-1.3.0/
    xcache-1.3.0/.config
    xcache-1.3.0/.cvsignore
    xcache-1.3.0/.vimrc
    xcache-1.3.0/admin/
    xcache-1.3.0/admin/common-en.lang.php
    xcache-1.3.0/admin/common-zh-simplified-utf-8.lang.php
    xcache-1.3.0/admin/common-zh-traditional-utf-8.lang.php
    xcache-1.3.0/admin/common.php
    xcache-1.3.0/admin/config.php.example
    xcache-1.3.0/admin/edit.php
    xcache-1.3.0/admin/edit.tpl.php
    xcache-1.3.0/admin/footer.tpl.php
    xcache-1.3.0/admin/header.tpl.php
    xcache-1.3.0/admin/help-en.lang.php
    xcache-1.3.0/admin/help-zh-simplified-utf-8.lang.php
    xcache-1.3.0/admin/help-zh-traditional-utf-8.lang.php
    xcache-1.3.0/admin/help.php
    xcache-1.3.0/admin/index.php
    xcache-1.3.0/admin/mkpassword.php
    xcache-1.3.0/admin/tablesort.js
    xcache-1.3.0/admin/xcache.css
    xcache-1.3.0/admin/xcache.php
    xcache-1.3.0/admin/xcache.tpl.php
    xcache-1.3.0/align.h
    xcache-1.3.0/assembler.c
    xcache-1.3.0/AUTHORS
    xcache-1.3.0/ChangeLog
    xcache-1.3.0/config.m4
    xcache-1.3.0/config.w32
    xcache-1.3.0/const_string.c
    xcache-1.3.0/const_string.h
    xcache-1.3.0/const_string_opcodes_php4.x.h
    xcache-1.3.0/const_string_opcodes_php5.0.h
    xcache-1.3.0/const_string_opcodes_php5.1.h
    xcache-1.3.0/const_string_opcodes_php6.x.h
    xcache-1.3.0/COPYING
    xcache-1.3.0/coverager/
    xcache-1.3.0/coverager/common-en.lang.php
    xcache-1.3.0/coverager/common-zh-simplified-gb2312.lang.php
    xcache-1.3.0/coverager/common-zh-simplified-utf-8.lang.php
    xcache-1.3.0/coverager/common.php
    xcache-1.3.0/coverager/config.php.example
    xcache-1.3.0/coverager/coverager.css
    xcache-1.3.0/coverager/coverager.php
    xcache-1.3.0/coverager/coverager.tpl.php
    xcache-1.3.0/coverager/index.php
    xcache-1.3.0/coverager.c
    xcache-1.3.0/coverager.h
    xcache-1.3.0/decoder.c
    xcache-1.3.0/Decompiler.class.php
    xcache-1.3.0/disassembler.c
    xcache-1.3.0/disassembler.h
    xcache-1.3.0/encoder.c
    xcache-1.3.0/foreachcoresig.h
    xcache-1.3.0/includes.c
    xcache-1.3.0/INSTALL
    xcache-1.3.0/lock.c
    xcache-1.3.0/lock.h
    xcache-1.3.0/Makefile.frag
    xcache-1.3.0/mem.c
    xcache-1.3.0/mem.h
    xcache-1.3.0/mkopcode.awk
    xcache-1.3.0/mkopcode_spec.awk
    xcache-1.3.0/mkstructinfo.awk
    xcache-1.3.0/mmap.c
    xcache-1.3.0/NEWS
    xcache-1.3.0/opcode_spec.c
    xcache-1.3.0/opcode_spec.h
    xcache-1.3.0/opcode_spec_def.h
    xcache-1.3.0/optimizer.c
    xcache-1.3.0/optimizer.h
    xcache-1.3.0/phpdc.phpr
    xcache-1.3.0/phpdop.phpr
    xcache-1.3.0/prepare.devel
    xcache-1.3.0/prepare.devel.inc
    xcache-1.3.0/prepare.devel.inc.example
    xcache-1.3.0/processor/
    xcache-1.3.0/processor/dispatch.m4
    xcache-1.3.0/processor/hashtable.m4
    xcache-1.3.0/processor/head.m4
    xcache-1.3.0/processor/main.m4
    xcache-1.3.0/processor/processor.m4
    xcache-1.3.0/processor/string.m4
    xcache-1.3.0/processor/struct.m4
    xcache-1.3.0/processor.c
    xcache-1.3.0/README
    xcache-1.3.0/run-xcachetest
    xcache-1.3.0/stack.c
    xcache-1.3.0/stack.h
    xcache-1.3.0/test.mak
    xcache-1.3.0/THANKS
    xcache-1.3.0/utils.c
    xcache-1.3.0/utils.h
    xcache-1.3.0/xcache-test.ini
    xcache-1.3.0/xcache-zh-gb2312.ini
    xcache-1.3.0/xcache.c
    xcache-1.3.0/xcache.h
    xcache-1.3.0/xcache.ini
    xcache-1.3.0/xcache_globals.h
    xcache-1.3.0/xc_malloc.c
    xcache-1.3.0/xc_shm.c
    xcache-1.3.0/xc_shm.h
    root@server1 [~]# cd xcache-1.3.0
    root@server1 [~/xcache-1.3.0]# phpize
    Configuring for:
    PHP Api Version:         20090626
    Zend Module Api No:      20090626
    Zend Extension Api No:   220090626
    root@server1 [~/xcache-1.3.0]# ./configure .enable-xcache
    configure: WARNING: you should use --build, --host, --target
    checking for egrep... grep -E
    checking for a sed that does not truncate output... /bin/sed
    checking for .enable-xcache-cc... no
    checking for .enable-xcache-gcc... no
    checking for cc... cc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ANSI C... none needed
    checking how to run the C preprocessor... cc -E
    checking for icc... no
    checking for suncc... no
    checking whether cc understands -c and -o together... yes
    checking for system library directory... lib
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... Invalid configuration `.enable-xcache': machine `.enable' not recognized
    configure: error: /bin/sh ./config.sub .enable-xcache failed
    root@server1 [~/xcache-1.3.0]# make
    make: *** No targets specified and no makefile found.  Stop.
    root@server1 [~/xcache-1.3.0]# make install
    make: *** No rule to make target `install'.  Stop.
    root@server1 [~/xcache-1.3.0]#

  12. #12
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    This command is incorrect:

    Code:
    ./configure .enable-xcache
    Most flags are passed using - or -- and enable-xcache is a flag being passed. Please try -enable-xcache and, if that doesn't work, please try --enable-xcache
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

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

    Default Re: xCache cPanel/WHM Installation Guide

    yap i installed , how i check its work or not ?

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

    Default Re: xCache cPanel/WHM Installation Guide

    Last edited by saamxvr; 05-25-2011 at 12:49 AM.

  15. #15
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: xCache cPanel/WHM Installation Guide

    Which PHP handler are you using? suPHP does not work with XCache or any OPCode caching, so if you are using suPHP, you cannot make use of XCache.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Page 1 of 2 12 LastLast

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