Date: Fri, 4 Mar 2005 12:00:17 +0100 From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: freebsd-ports <ports@freebsd.org> Subject: Re: lang/php4 Apache module not matched by IfModule Message-ID: <20050304110014.GC63857@vision.anyware> In-Reply-To: <20050304102519.GA70223@goofy.cultdeadsheep.org> References: <20050304100443.GB63857@vision.anyware> <20050304102519.GA70223@goofy.cultdeadsheep.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Clement Laforet: > On Fri, Mar 04, 2005 at 11:04:45AM +0100, Jean-Baptiste Quenot > wrote: > > > <IfModule mod_php4.c> > > AddType application/x-httpd-php .php > > DirectoryIndex index.php > > </IfModule> > > Correct value actually is: > <IfModule sapi_apache2.c> > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > </IfModule> Well, "sapi_apache2.c" is not very meaningful for a system administrator. At least "php" should appear. And also, it means that a number of ports are broken, eg horde. -- Jean-Baptiste Quenot http://caraldi.com/jbq/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050304110014.GC63857>