Date: Fri, 27 Feb 2009 08:53:33 -0500 From: Boris Kochergin <spawk@acm.poly.edu> To: Robert Huff <roberthuff@rcn.com> Cc: ports@freebsd.org Subject: Re: OT: apache + php not working Message-ID: <49A7F05D.2070708@acm.poly.edu> In-Reply-To: <18855.59166.483602.739949@jerusalem.litteratus.org> References: <18855.59166.483602.739949@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Robert Huff wrote: > Any experts out there willing to do a little off-list advising > on why my Apache 2.2 server isn't handling php5? > > > Robert Huff > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I have several installations of Apache 2.2 with PHP 5 as a module. The relevant httpd.conf bits look like this: LoadModule php5_module libexec/apache22/libphp5.so (The above line is added to httpd.conf by the lang/php5 port if you compile the module.) ... <IfModule dir_module> DirectoryIndex index.html index.php </IfModule> ... AddType application/x-httpd-php .php If I'm making some incorrect assumptions about your setup, can you be more specific about how you installed both Apache and PHP? -Boris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49A7F05D.2070708>