summaryrefslogtreecommitdiff
path: root/www/ap-php4/MESSAGE
blob: 984ba5a552a6adbbd3c6293fe8a9edaf4fb850c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/12/17 20:10:41 jdolecek Exp $

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

  LoadModule php4_module lib/httpd/mod_php4.so
  AddType application/x-httpd-php .php

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

  AddType application/x-httpd-php .php3

For Apache 2.x installation, you need following:

  LoadModule php4_module lib/httpd/mod_php4.so
  AddHandler application/x-httpd-php .php

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

  AddHandler application/x-httpd-php .php3

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