deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Docs : Add the workaround to avoid PHP-FPM caching symlinks in the doc

Open PatrickePatate opened this issue 2 years ago • 1 comments

Hi, I have a Debian VPS on wich I installed ISPConfig 3 as a webserver administration panel.

Context

The default ISPConfig stack is a combination of Apache2, PHP-FPM, and caching, wich creates the symlink bug when deploying an application with Deployer.

I had to dig the web to finally found a workaround (here : https://forge.typo3.org/issues/99355)

Can you add this workaround in the official documentation so other people that encountered this situation with the same stack find a way around faster ?

Workaround

You need to set opcache.revalidate_path=1 in your active php.ini config file to force opcache to revalidate symlinks

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

PatrickePatate avatar Apr 17 '23 12:04 PatrickePatate

Sure! Will be cool to add.

antonmedv avatar Apr 17 '23 12:04 antonmedv