zEitEr
Super Moderator
is "patching it" just a matter of editing php_apc.h and fixing the #?
Yes, it seems so.
is "patching it" just a matter of editing php_apc.h and fixing the #?
; Custom
; Directory in which the loadable extensions (modules) reside.
;extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/" (Memcache)
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20090626/" (APC)
session.save_handler=memcached
session.save_path="127.0.0.1:11211"
;Memcache
extension=memcache.so
;APC
extension=apc.so
mail.add_x_header = On
My site gives me an error, memcache related error.
How to call this two extension_dir without having any error?
hi,
Now I want to turn it off on some vhost. Hot to?
many thanks
php_flag apc.cache_by_default Off
php_flag apc.cache_by_default "0"
# cat /proc/sys/kernel/shmmax
68719476736