It's enough to restart the web server
De perto , na minha opinião:
- Apache: De fato.
- Nginx: Você precisará verificar o PHP-FPM também.
Por exemplo,
# sudo systemctl restart nginx.service
# sudo systemctl restart php-fpm.service
Como Silver apontou:
If PHP is integrated in your webserver you'll need to restart the webserver. If you run PHP with the FastCGI Process Manager (FPM), you'll need to restart the FPM service.