Apache won't start with php loaded..

The installation of apache 1.3 was successful, after having

cd ../mod_php4 (php installtion)
make
make install
make clean

added:
#***************************************
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .php3s
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
#***************************************

to httpd.conf

Runing apache make the following error:
Syntax error on line 48 of /usr/local/etc/apache/httpd.conf:
Invalid command 'AddType', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/sbin/apachectl start: httpd could not be started

 

 

 

 

Top