Question about PHP5 vs mod_php5

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Dec 18 02:15:49 PST 2005


Jose Borquez wrote:
> I am currently running FreeBSD 5.4 with Apache+mod_ssl 1.3.34 and I am 
> attempting to configure group office which is a project management 
> suite.  I need php support and I am confused about what the difference 
> is between PHP5 and mod_php5.  If I just install mod_php5 will that be 
> enough to allow php support?

The www/mod_php5 port gives you just the Apache loadable module, no
standalone php executable.

The lang/php5 port gives you both the Apache loadable module and the
standalone php executable.

The lang/php5-cli port gives you just the standalone php executable.

Finally, the www/php5-cgi port gives you a version of PHP *without*
fastcgi support -- ie. it's tied to using the traditional CGI interface.
(The php5-cgi port exists principally to be used with the www/suphp port) 

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20051218/9a9fb20b/signature.bin


More information about the freebsd-questions mailing list