Issue
You may use a vhost configuration instructing the execution of (.php) files to be handed to an external or proxied FPM service. Example:
<VirtualHost *:80>
<...>
AddHandler "proxy:fcgi://30.98.23.19:9000" .php
<...>
</VirtualHost>Environment
- Imunify360
- Stand-alone
- UI
- PHP
- FPM
Solution
The Imunify360 UI backend must have access to the Unix sockets on the same server where the imunify360-agent service is running. Therefore, using a remote PHP-FPM (or "remote-fpm") setup is not currently supported.
Cause
Remote PHP handler is not supported due to Unix authentication.
Useful links
Comments
0 comments
Please sign in to leave a comment.