Hi, I've installed php4.0.4 on a linux machine running apache 1.3.19 but the
php is not working properly. When I try to open a php doc all i get is the
actual code - not the output eg. <? echo "This isn't working" ?>
These line have been added to my httpd.conf file:
AddModule mod_php.c
AddModule mod_php3.c
AddModule mod_perl.c
LoadModule php_module modules/mod_php.so
LoadModule php3_module modules/libphp3.so
LoadModule php4_module modules/libphp4.so
LoadModule perl_module modules/libperl.so
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php .php
Does anyone know what I am missing?
php is not working properly. When I try to open a php doc all i get is the
actual code - not the output eg. <? echo "This isn't working" ?>
These line have been added to my httpd.conf file:
AddModule mod_php.c
AddModule mod_php3.c
AddModule mod_perl.c
LoadModule php_module modules/mod_php.so
LoadModule php3_module modules/libphp3.so
LoadModule php4_module modules/libphp4.so
LoadModule perl_module modules/libperl.so
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php .php
Does anyone know what I am missing?
Comment