Edit report at https://bugs.php.net/bug.php?id=62038&edit=1

 ID:                 62038
 Updated by:         fel...@php.net
 Reported by:        Tamaraxo3 at gmail dot com
 Summary:            apache2 + fpm is incompatible with mod_cache,
                     mod_mem_cache
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            FPM related
 Operating System:   Linux
 PHP Version:        5.3.13
-Assigned To:        
+Assigned To:        fat
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to