Linux / UNIX Tech Support Forum
This is a discussion on Help with xcache or eaccelerator. within the Web servers forums, part of the Mastering Servers category; Hello, I have installed xcache as well as eaccelerator but my vbseo doesnt show support for any of them. Please ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
I have installed xcache as well as eaccelerator but my vbseo doesnt show support for any of them. Please guide. phpinfo: phpinfo() Please help. Thanks & Regards Peeyoosh Kumar |
| Sponsored Links | ||
|
|
|
||||
|
First, you need to only use one of them and not both. Use xcache. Did you created xcache.ini file? Can you tell us more about your Linux distro?
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Yes, i have a xcache.ini in place according to this post: Redhat / CentOS / Fedora Linux Install XCache for PHP 5
I am using Cent Os 5.3 32 bit. Thanks |
|
||||
|
Did you restarted web server after installing xcache? What is output of the following?
Code:
php -v
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Yes i did restart apache. The output comes as : -
PHP 5.2.9 (cli) (built: Jun 18 2009 21:41:54) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies |
|
||||
|
Look like zend extension is not loading. Can you paste your xcache.ini? On 32 bit path for zend_extension is different. The default config file set path to 64bit system. You must set to 32bit in xcache.ini file:
Code:
zend_extension = /usr/lib/php/modules/xcache.so
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Please find the xcache.ini below:
[xcache-common] ; change me - 64 bit php => /usr/lib64/php/modules/xcache.so ; 32 bit php => /usr/lib/php/modules/xcache.so zend_extension = /usr/lib/php/modules/xcache.so [xcache.admin] xcache.admin.auth = On xcache.admin.user = "mOo" ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "" [xcache] xcache.shm_scheme = "mmap" xcache.size = 32M xcache.count = 1 xcache.slots = 8K xcache.ttl = 3600 xcache.gc_interval = 300 ; Same as aboves but for variable cache ; If you don't know for sure that you need this, you probably don't xcache.var_size = 0M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 ; N/A for /dev/zero xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.cacher = On xcache.stat = On I guess i have not edited the username and password field hence it is the giving problems. Shall i use root account details there? Please guide. Thanks |
|
||||
|
No password or username needed. I'm now out of ideas.
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Is there anything needed to be done in php.ini??? i took the admin folder from xcache folder and put it under my webfolder. when accessed from browser it gives:
XCache is not loaded Please check /etc/php.ini Does this help in getting some ideas? Also under directory /usr/lib/php/modules/ i do not find any xcache.so file?? Thanks Last edited by peeyooshk; 06-24-2009 at 05:52 PM. |
|
||||
|
Quote:
Code:
find / -iname "xcache.so"
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| apache xcache , lighttpd xcache , linux xcache , nginx xcache , vbseo , vbseo xcache |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|