Files
pkgsrc-ng/www/ap-php/MESSAGE
2016-01-21 23:40:00 +01:00

13 lines
491 B
Plaintext

===========================================================================
$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 php${PKG_PHP_MAJOR_VERS}_module lib/httpd/mod_php${PKG_PHP_MAJOR_VERS}.so
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
===========================================================================