Tai,
It means that apache does not recogise the file it is being asked to
server as a php file and does not send it to the php parser. Assuming
that your url is asking for a file ending in ".php", then in
/etc/httpd/conf/httpd.conf you need:
AddType application/x-httpd-php .php
Don't forget to
Dale,
Did you add the "AddType" line into httpd.conf?
HTH
Regards
Chris
Dale Rowley wrote:
>Hi,
>
>I have installed Apache 1.3.20 and PHP 4.1.3 on a NT4 SP6a box as a
>development server.
>I have followed the instructions in install.txt.
>I start apache in console mode and get the following te
Begin forwarded message:
Date: Thu, 31 Jan 2002 19:22:35 +0100
From: Pierre-Alain Joye <[EMAIL PROTECTED]>
To: Randy Arabie <[EMAIL PROTECTED]>
Subject: Re: [PHP-INST] Apache/PHP configuration question
On Thu, 31 Jan 2002 11:14:52 -0700 (MST)
Randy Arabie <[EMAIL PROTECTED]>
On Thu, 31 Jan 2002, Terry Poperszky wrote:
> I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
> Linux box. I followed the Apache Module Quick installation instruction found
> in the PHP manual, and seem to be having a bit of a problem. My goal is to
> install WebCalend
billos ([EMAIL PROTECTED]):
> Hi,
> If anyone can help me with this, I would really appreciate it!
> ok,
> Got Apache 1.3, installed on an NT4 box, with MySQL and PHP4
> I can query the MySQL db with PHP, but ONLY in a standalone DOS box, the
> rows are returned, as requested, no problem...
Not unless you provide us with more information. Like what was your
./configure line? And where is your libmysqlclient.* and mysql.h files
located on your system?
Hint, if they are in /usr/lib and /usr/include or perhaps /usr/lib/mysql
and /usr/include/mysql then use --with-mysql=/usr
-Rasmus