Re: form response

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: Postgres-PHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: form response
Date: 2002-09-22 06:10:32
Message-ID: B9B2BAF8.13579%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

on 9/20/02 8:28 AM, warrenmassengill(at)hotmail(dot)com purportedly said:

> <IfModule mod_php4.c>
> AddType application/x-httpd-php .php .php4 .php3 .phtml
> AddType application/x-httpd-php-source .phps
> </IfModule>

How about removing the IfModule? Also, you should check to make sure that
the PHP module is where the conf thinks it is, and remove the duplicate
LoadModule (keeping whichever is accurate) from:

> > LoadModule php4_module modules/libphp4.so
> > LoadModule php_module modules/mod_php.so

If they both exist, there is possibly a conflict. Only PHP3 used
"mod_php.so", IIRC.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Zhidian Du 2002-09-25 02:54:52 Display the orginal Upper cases
Previous Message Chadwick Rolfs 2002-09-20 22:37:55 Re: form response