summaryrefslogtreecommitdiff
path: root/www/ap-php4/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-php4/MESSAGE')
-rw-r--r--www/ap-php4/MESSAGE16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/ap-php4/MESSAGE b/www/ap-php4/MESSAGE
new file mode 100644
index 00000000000..d7be0caf1af
--- /dev/null
+++ b/www/ap-php4/MESSAGE
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:53 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 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
+
+===========================================================================