We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30eabe4 commit 028b342Copy full SHA for 028b342
docs/Readme.html
@@ -101,8 +101,16 @@ <h3>Benefits</h3>
101
<h2>Installation</h2>
102
<ol>
103
<li>Grab the source.</li>
104
- <li>Compile and install<br />
105
- <code>apxs -cia mod_xsendfile.c</code></li>
+ <li>Compile and install
+ <ul>
106
+ <li>In general:<br/>
107
+ <code>apxs -cia mod_xsendfile.c</code></li>
108
+ <li>Debian/Ubuntu uses apxs2:<br/>
109
+ <code>apxs2 -cia mod_xsendfile.c</code></li>
110
+ <li>Mac users might want to build fat binaries:<br/>
111
+ <code>apxs -cia -Wc,"-arch i386 -arch x86_64" -Wl,"-arch i386 -arch x86_64" mod_xsendfile.c</code></li>
112
+ </ul>
113
+ </li>
114
<li>Restart apache</li>
115
<li>That's all.</li>
116
</ol>
0 commit comments