Can you provide to me a pgp-fpm.conf that you use... Basically,
I want to create an environ that exactly uses the

   AddType application/x-php7-fpm .php
   Action application/x-php7-fpm /php7-fpm virtual
   <Location /php7-fpm>
     SetHandler proxy:fcgi://localhost:9000
   </Location>

setup. This shows what the httpd conf looks like...
can you provide a barebones fpm setup?

Thx!

Reply via email to