8 Feb 12:07
Save sessions in memcached
From: sir buce <sirbuce <at> gmail.com>
Subject: Save sessions in memcached
Newsgroups: gmane.comp.web.lighttpd
Date: 2008-02-08 11:11:08 GMT
Subject: Save sessions in memcached
Newsgroups: gmane.comp.web.lighttpd
Date: 2008-02-08 11:11:08 GMT
Hello,
When I try to save the sessions on memcached with Lighttpd 1.5 doesn't
run correctly, doesn't do anything in the log of memcached, and save the
session files in the default folder of php5.
I have configured /etc/php5/cgi/php.ini
session.save_handler = Memcache
session.save_path = "tcp://192.168.100.243:11211?persistent=1"
When I execute "php5-cgi -m" we can see that the module of memcache
loaded.
My pecl's version is 2.1.2
Memcached service: I try in 1.1.13 and 1.2.2
With apache2 the same parameters in /etc/php5/apache2/php.ini run ok.
Somebody know what is the solution?
Thanks
When I try to save the sessions on memcached with Lighttpd 1.5 doesn't
run correctly, doesn't do anything in the log of memcached, and save the
session files in the default folder of php5.
I have configured /etc/php5/cgi/php.ini
session.save_handler = Memcache
session.save_path = "tcp://192.168.100.243:11211?persistent=1"
When I execute "php5-cgi -m" we can see that the module of memcache
loaded.
My pecl's version is 2.1.2
Memcached service: I try in 1.1.13 and 1.2.2
With apache2 the same parameters in /etc/php5/apache2/php.ini run ok.
Somebody know what is the solution?
Thanks
RSS Feed