Links, and a milestone

informit.com has the typical BSD overview article: BSD: The Other Free UNIX Family. (Seen on hubertf’s site) Shadow Development has an article about FreeBSD as a desktop; topical after this previously-linked DragonFly review. There’s some interesting material about the Intel Macs on there, too. (From BSDnewsletter.com, via Liam Foy’s BSD Portal.

Also: this is the 1,501st post on this blog! I am curious to see how this volume stacks up to the other BSD sites out there…

Apache 1, 2, and mod_php

mod_php, in pkgsrc, is the package ap-php. If you install the binary version, Apache 1.3 is the dependency it tries to load. This can be a problem if you are alreay running Apache 2.

The ap-php package works with Apache 2 – it has to be built from source, however. Joerg Sonnenberger has more details.

There’s an ongoing debate about this on the pkgsrc tech-pkg list, too.