I installed php4 debian package.
I have apache already installed and running.
The problem is that apache does not seem to recognize my .php files.
I get the following error in my error log.
Unterminated <> operator ....
I have uncomment the
AddType application/x-httpd-php .php
in the httpd.conf file
I have also added
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
I even see
Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.3 ...
in the log when restarting.
So I beleive it is an Apache problem.
any help would be greatly appreticated.