Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

cachetool PHP cache clear fails with mod_php #257

Description

@gregharvey

From @mig5 (with regard to Apache opcache clearing)...

We should just revert to the old behaviour of reloading Apache.

https://ma.ttias.be/how-to-clear-php-opcache/

$ service httpd reload
$ apachectl graceful

A reload should be sufficient as it will clear the Opcache in PHP. A restart will also work, but is more invasive as it kills all active HTTP connections.

There doesn't appear to be a way to interact with mod_php from cachetool, it's for FPM/FCGI setups.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions