do we need to restart apache + APC after new version deployment of app?

后端 未结 3 1872
一个人的身影
一个人的身影 2021-01-18 22:30

when we deploy our app, we simply create a new folder and point a symbolic link to it, so apache will always find its way to the latest build.

However, we get strang

3条回答
  •  温柔的废话
    2021-01-18 23:31

    You can use apc_clear_cache().

    See related questions:

    How to clear APC cache entries?

    How to clear APC cache without crashing Apache?

提交回复
热议问题