blob: db2418fe2be76f7c09dc7427b1a27ccca7404ef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
===========================================================================
$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:51 zuntum 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 php3_module lib/httpd/mod_php3.so
AddModule mod_php3.c
AddType application/x-httpd-php3 .php3
===========================================================================
|