Home > Archive > PHP Eaccelerator > May 2007 > No keys seen in the eA control panel
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
No keys seen in the eA control panel
|
|
| Matthias Saou 2007-01-23, 7:46 pm |
| Hi,
I'm running eA 0.9.5 on RHEL4 with lighttpd and PHP 4.4.4 through
fastcgi. Everything is working fine, but while debugging some issues in
some websites, I've noticed that the original control panel, as well as
the new "enhanced" one mentioned on this list a while back (which is so
much nicer!) both don't display any keys at all :
- Cached keys : 5,186
- User Cache : No keys found
The script cache tab shows all the cached scripts, but the user cache
tab is empty, although the front page reports thousands of keys. My
allowed_admin_path is set properly as everything else works.
What could be causing this? Here is the configuration :
; Enable eAccelerator extension module
zend_extension = /usr/lib/php4/eaccelerator.so
; Options for the eAccelerator module
eaccelerator.cache_dir = /var/cache/php-eaccelerator
eaccelerator.shm_size = "256"
eaccelerator.enable = "1"
eaccelerator.optimizer = "1"
;eaccelerator.log_file = "/var/log/lighttpd/dl/eaccelerator_log"
eaccelerator.name_space = ""
eaccelerator.check_mtime = "1"
eaccelerator.filter = ""
eaccelerator.shm_max = "0"
eaccelerator.shm_ttl = "3600"
eaccelerator.shm_prune_period = "0"
eaccelerator.shm_only = "1"
eaccelerator.compress = "1"
eaccelerator.compress_level = "9"
eaccelerator.keys = "shm_only"
eaccelerator.sessions = "shm_only"
eaccelerator.content = "shm_only"
eaccelerator.allowed_admin_path = "/var/www/dl/scripts/"
I have actually seen some keys on one server with 10.000+ reported as
being used, but only 5 displayed in the user cache tab, all 5 marked as
"expired". Could it be a bug that only lets me see expired entries?
Could it be more severe, with keys not being properly cached or
retrieved?
Matthias
--
Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
Fedora Core release 6 (Zod) - Linux kernel 2.6.19-1.2895.fc6
Load : 0.18 0.13 0.09
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?...orge&CID=DEVDEV
| |
| Matthias Saou 2007-01-23, 7:46 pm |
| Matthias Saou wrote :
> I'm running eA 0.9.5 on RHEL4 with lighttpd and PHP 4.4.4 through
> fastcgi. Everything is working fine, but while debugging some issues in
> some websites, I've noticed that the original control panel, as well as
> the new "enhanced" one mentioned on this list a while back (which is so
> much nicer!) both don't display any keys at all :
>
> - Cached keys : 5,186
> - User Cache : No keys found
[...]
Replying to myself just to say that this seems to have already been
reported here (with no followup unfortunately) :
http://eaccelerator.net/ticket/203
Note that about the 5 "expired" keys I was seeing :
They weren't really expired, I just got hit by this bug :
http://eaccelerator.net/ticket/187
(and the trivial change fixed the problem)
Now I finally see those 5 keys as expiring in 24h, but the main control
panel page still tells me that I have thousands of keys... but
where? :-/
Matthias
--
Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
Fedora Core release 6 (Zod) - Linux kernel 2.6.19-1.2895.fc6
Load : 0.07 0.19 0.18
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?...orge&CID=DEVDEV
| |
| Bart Vanbrabant 2007-01-24, 7:16 pm |
| -------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?...orge&CID=DEVDEV
| |
|
|
|
|
|
|
|
|
|
|
|