<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 24, 2015 at 11:07 AM, Gary Fitts <span dir="ltr">&lt;<a href="mailto:gary@ifitts.com" target="_blank">gary@ifitts.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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</blockquote></div><br>Normally you get binaries from MacPorts. It is possible to extract source, however:</div><div class="gmail_extra"><br></div><div class="gmail_extra">    $ sudo port patch apache2</div><div class="gmail_extra"><br></div><div class="gmail_extra">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&#39;s work directory (port work).</div><div class="gmail_extra"><br></div><div class="gmail_extra">You might want to read through <a href="http://guide.macports.org">http://guide.macports.org</a>.<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>