===========================================================================
$NetBSD: MESSAGE,v 1.6 2015/03/09 08:57:03 taca Exp $

In order to use this module in your Apache 2.x installation, you need to
add the following to your httpd.conf file:

  LoadModule php7_module lib/httpd/mod_php7.so
  <FilesMatch \.php$>
      SetHandler application/x-httpd-php
  </FilesMatch>

===========================================================================
