From 2dad95aaf08a8571277e2a4ff88d93eedde490b9 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 6 Oct 2006 21:42:44 +0000 Subject: [PATCH] minor update for php in SCRATCH_INSTALL git-svn-id: svn://192.168.202.10@339 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 42eb3525..9acc3da4 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -683,6 +683,8 @@ installation on another machine) add the following lines: "AddType application/x-httpd-php .php .phtml" "LoadModule php4_module libexec/libphp4.so" + or + "LoadModule php4_module modules/libphp4.so" modify the index.html line and add index.php to the list - /usr/local/apache2/bin/apachectl start - go to http://your-new-asterisk-server-ipaddress/ to see if it worked