Apache - building extensions with apxs
- by Brian
Hello,
Pardon the newbie question - I haven't worked with manually compiling Apache modules (or anything) before. I am trying to get the mod_concat module going. It seems simple enough - just requires downloading the mod_concat.c file and then running:
axps -c mod_concat.c
This is new to me. Does it matter which directory I put mod_concat.c…