Edit report at https://bugs.php.net/bug.php?id=62038&edit=1
ID: 62038
User updated by: Tamaraxo3 at gmail dot com
Reported by: Tamaraxo3 at gmail dot com
Summary: apache2 + fpm is incompatible with mod_cache,
mod_mem_cache
Status: Open
Type: Bug
Package: FPM related
Operating System: Linux
PHP Version: 5.3.13
Block user comment: N
Private report: N
New Comment:
Help
Previous Comments:
------------------------------------------------------------------------
[2012-05-17 17:59:33] Tamaraxo3 at gmail dot com
Help
------------------------------------------------------------------------
[2012-05-15 15:43:21] Tamaraxo3 at gmail dot com
Description:
------------
when you install apache2 and configure php5-fpm
and now so execute
a2enmod mem_cache
modul will be loaded
but apache cache didn't work with FPM
(all request will be handeled by FPM... none where use mem_cache)
Test script:
---------------
after setup try this
<?php
header('Cache-Control: public, must-revalidate, max-age=300, s-maxage=300');
echo time();
?>
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=62038&edit=1