[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP4 setup problems



> 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 .php
    AddType application/x-httpd-php-source .phps


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: