tjstein / php5-fpm-munin-plugins

A set of Munin plugins for PHP5-FPM
http://tjstein.com
MIT License
109 stars 45 forks source link

apache config required #21

Open cornernote opened 8 years ago

cornernote commented 8 years ago

I needed this in my Apache 000-default.conf:

<LocationMatch "/(ping|status)">
     SetHandler php5-fcgi-virt
     Action php5-fcgi-virt /php5-fcgi virtual
</LocationMatch>

Perhaps this can be added to the docs?