Re: [PHP-INST] Apache + php

2002-06-07 Thread Chris Hewitt
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

Re: [PHP-INST] Apache/PHP

2002-03-22 Thread Chris Hewitt
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

Fw: Re: [PHP-INST] Apache/PHP configuration question

2002-01-31 Thread Pierre-Alain Joye
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]>

Re: [PHP-INST] Apache/PHP configuration question

2002-01-31 Thread Randy Arabie
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

Re: [PHP-INST] Apache PHP Module not working (everything else is) - HELP!!!

2001-09-25 Thread Jeremy Wadsack
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...

Re: [PHP-INST] Apache, PHP, and undefined references

2001-07-19 Thread Rasmus Lerdorf
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