Re: PHP4 setup problems [SOLVED - kinda]

2002-05-29 Thread Andrew Pritchard
It means that the kernel didn't know how to execute that file. Perhaps you need '#! /usr/bin/php4' as the first line of the PHP script? Or add the following lines to /etc/apache/httpd.conf, preferably between IfModule mod_mime.c and its ending tag AddType application/x-httpd-php

Re: PHP4 setup problems [SOLVED - kinda]

2002-05-29 Thread Joris
Or add the following lines to /etc/apache/httpd.conf, preferably between IfModule mod_mime.c and its ending tag AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps I noticed in the error log file that it was having a problem loading the magic file.