summaryrefslogtreecommitdiff
path: root/www/ap-php4/pkg/MESSAGE
blob: 50122b4e32405c05550e1bbde7fa4bc22d9e6c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
===========================================================================
$NetBSD: MESSAGE,v 1.2 2000/10/25 13:42:49 jdolecek Exp $

To add this to your Apache server, you will need to add the following
lines to the appropriate place in your httpd.conf file:

    LoadModule php4_module lib/httpd/mod_php4.so

    AddModule mod_php4.c
    AddType application/x-httpd-php .php

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

    AddType application/x-httpd-php .php3

Example configuration files suitable to be a basis for custom php.ini are
at:
    %PREFIX%/etc/php.ini-dist
    %PREFIX%/etc/php.ini-optimized
===========================================================================