When I upgraded my Lion Server to Mountain Lion, it seems like it removed my mod_xsendfile from apache.
I followed the instructions on this website, but got stuck in the error "There is no such file or directory." With some google help, I found this page that gave me a solution to this: "sudo ln -s / Applications / Xcode.app / Contents / Developer / Toolchains / XcodeDefault.xctoolchain // Applications / Xcode.app / Contents / Developer / Toolchains / OSX10.8.xctoolchain "
It looked good, but when I try to run "sudo apxs -cia mod_xsendfile.c", I get the error "fatal error: apr.h" file not found ".
Any ideas?
einord
source share