Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
-
The
plesk repair
utility shows an error:Checking for obsolete PHP-FPM configuration files
Domain example.com ................................................... [ERROR]
- Non existing domain example.com has obsolete PHP-FPM configuration
file /etc/php-fpm.d/example.com
Cause
Obsolete PHP-FPM configuration files remaining on the server.
Resolution
-
Connect to the server via SSH.
-
Regenerate web configuration files:
# plesk repair web example.com
Note: change
example.com
for the domain in question. -
If the issue still persists, remove the file manually:
# rm -rf /etc/php-fpm.d/example.com
Note: change
example.com
for the domain in question.
Comments
0 comments
Please sign in to leave a comment.