Date: Sun, 25 Aug 2002 01:26:42 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Brossin Pierrick <pbrossin@swissgeeks.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache2 and php4 Message-ID: <20020825002642.GA3075@happy-idiot-talk.infracaninophi> In-Reply-To: <000801c24b6c$a80cd680$3200000a@nitrox> References: <000501c24b5d$4f1b8300$3200000a@nitrox> <001401c24b60$346d09e0$0200000a@perimeter.co.za> <000801c24b6c$a80cd680$3200000a@nitrox>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 24, 2002 at 02:49:16PM +0200, Brossin Pierrick wrote:
> Hi and thank you for your very fast answer!
>
> :: # cd /usr/local/etc/apache
> :: # grep php httpd.conf
> :: LoadModule php4_module libexec/apache/libphp4.so
>
> humm this file doesn't exist on my system.
> I tried to "distclean" and "deinstall" apache2 and php4 and "install" both
> of them again but the file `libphp4.so` is not there.
Try looking in /usr/local/libexec/apache2
You need these lines in your httpd.conf:
happy-idiot-talk:...local/etc/apache2:# grep -i php httpd.conf
LoadModule php4_module libexec/apache2/libphp4.so
DirectoryIndex index.php index.html index.html.var
# PHP4 types
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825002642.GA3075>
