[NBLUG/talk] SquirrelMail and PHP.

Christopher Wagner chrisw at pacaids.com
Tue Apr 22 16:42:00 PDT 2003


Well, I commented out the relevant lines, now it's asking me if I want to
download the php file instead of displaying it..  Is this progress or a step
back?

- Christopher Wagner
chrisw at pacaids.com

Packaging Aids Corporation - Information Systems
P.O. Box 9144
San Rafael, CA 94912-9144
http://www.pacaids.com/
(415) 454-4868 x116
 

-----Original Message-----
From: talk-admin at nblug.org [mailto:talk-admin at nblug.org]On Behalf Of
troy
Sent: Tuesday, April 22, 2003 4:28 PM
To: talk at nblug.org
Subject: Re: [NBLUG/talk] SquirrelMail and PHP.


On Tue, Apr 22, 2003 at 02:44:30PM -0700, Christopher Wagner wrote:
> Ok folks..  The config file is attached.

You mentioned earlier that libphp4.so does in fact exist.  So i'd
replace:

<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>

with:
LoadModule php4_module        modules/libphp4.so

Likewise:

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

becomes:
        AddType application/x-httpd-php .php .php4 .php3 .phtml
        AddType application/x-httpd-php-source .phps


I'm not positive but I think that if the php4 module was built separately
from
apache, then it won't be defined as a built in apache module.  

-troy

_______________________________________________
talk mailing list
talk at nblug.org
http://nblug.org/mailman/listinfo/talk



More information about the talk mailing list