On Wednesday 24 July 2002 23:21, Steve Mazerski wrote:
> On Wednesday 24 July 2002 22:48, MET wrote:
> >
> > ee /usr/local/apache/conf/httpd.conf
> >
> > I then append the line:    AddType application/x-httpd-php .php
>
> does Apache know about the PHP module? Somewhere in
> the httpd.conf there should be two sections (can't recall
> off-hand) where the modules-to-be-loaded are explictly
> mentioned. You may need to add PHP in both.

hah, found an old httpd.conf knocking around.
You will probably need something like this:

        <IfDefine PHP4>
        AddModule mod_php4.c
        </IfDefine>

        <IfDefine PHP4>
        LoadModule php4_module /usr/lib/apache/libphp4.so
        </IfDefine>

S.Mazerski


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

Reply via email to