Do you have a php script that receives data from memcached and displays it, or does the web server itself receive data directly from memcached?
I don't know if lighthttpd can display the page directly from memcached, but I know that nginx can do this for google for ngx_http_memcached_module
source
share