Brent:

Does PHP show up in the module list when Apache is restarted? Check the
apache error_log for something like:

[Tue Nov  5 11:51:55 2002] [notice] Apache/1.3.27 (Unix) PHP/4.2.3
configured -- resuming normal operations

If not, have you modified the apache config file. Make sure you have
something like the following lines:

        LoadModule php4_module        libexec/libphp4.so
        AddModule mod_php4.c
        AddType application/x-httpd-php .php

They may either not be there or commented out. If so add them in and restart
apache.

Cheers,

Barry

--
Barry Byrne, IT Manager,
WBT Systems, Block 2, Harcourt Centre
Harcourt Street, Dublin 2, Ireland

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of Brent Bailey
> Sent: 05 November 2002 16:33
> Im having the same issue .. I install per the way shown below
>
> cd /usr/ports/databases/mysql323-server
> make install clean
> cd /usr/ports/www/apache13-modssl
> make install clean
> cd /usr/ports/www/mod_php4
> make install clean
>
> but php4 doesnt work ...is ther some flags or options that need to be put
> in  ??
> Thanx
> Brent


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to