Install apache modules on MAMP

Posted by camupod on Server Fault See other posts from Server Fault or by camupod
Published on 2012-01-31T14:42:10Z Indexed on 2012/06/25 21:18 UTC
Read the original article Hit count: 220

Filed under:
|
|

How can I install X-Sendfile apache module so that MAMP can use it?

I have followed these instructions to install X-Sendfile, but it didn't work (it seems like it just installed it for the default apache installation). I also tried to manually copy /usr/libexec/apache2/mod_xsendfile.so to /Applications/MAMP/Library/modules/, but that produced the following error when restarting Apache:

Cannot load /Applications/MAMP/Library/modules/mod_xsendfile.so into server: cannot create object file image or add library

Update: The question was answered on stackoverflow: http://stackoverflow.com/questions/9101566/install-apache-module-x-sendfile-on-mamp

© Server Fault or respective owner

Related posts about apache2

Related posts about modules