On Tue, Mar 24, 2015 at 11:07 AM, Gary Fitts <[email protected]> wrote:

> Actually I was hoping to study the core server as well as add a custom
> module or two. I did this before in a previous life, and debugging
> high-load performance was a lot easier (not easy, but easier) with the
> server source


Normally you get binaries from MacPorts. It is possible to extract source,
however:

    $ sudo port patch apache2

Extracts the source (port extract), fetching it if necessary (port fetch)
and applying any local patches. Also makes sure build-time prerequisites
are installed. The result is left in the port's work directory (port work).

You might want to read through http://guide.macports.org.

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to