[NBLUG/talk] SquirrelMail and PHP.

troy fryman at sonic.net
Tue Apr 22 16:26:01 PDT 2003


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




More information about the talk mailing list