summaryrefslogtreecommitdiff
path: root/www/ap-php/MESSAGE
blob: fee7be540fd90bd1d38d7249617f7e95d351134e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$NetBSD: MESSAGE,v 1.4 2014/07/31 06:11:53 obache 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
  AddHandler application/x-httpd-php .php

You may also add following if you still use .php3 files:

  AddHandler application/x-httpd-php .php3

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