Apache source?

Brandon Allbery allbery.b at gmail.com
Tue Mar 24 08:12:53 PDT 2015


On Tue, Mar 24, 2015 at 11:07 AM, Gary Fitts <gary at ifitts.com> 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
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20150324/269d2d56/attachment.html>


More information about the macports-users mailing list