Edit report at https://bugs.php.net/bug.php?id=62038&edit=1
ID: 62038 Updated by: f...@php.net Reported by: Tamaraxo3 at gmail dot com Summary: apache2 + fpm is incompatible with mod_cache, mod_mem_cache -Status: Assigned +Status: Not a bug Type: Bug Package: FPM related Operating System: Linux PHP Version: 5.3.13 Assigned To: fat Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. This has nothing to do with FPM. It's a misconfiguration of apache mod_cache or a bug in apache mod_cache somehow. FPM is standalone and communicate with apache though fastcgi protocol. 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