My application needs XSendfile to serve protected files to registered users of my website. I read on another post (http://forum.webfaction.com/viewtopic.php?id=3226) that the only way to get this to work was to start a Custom App, download the apache source and then compile it from scratch to get access to the apxs function and then compile mod_xsendfile. Is this still considered the best way to enable xsendfile or is there a better way? Would it work if you just downloaded a pre-compiled version of mod_xsendfile and put it in the modules directory? Sorry for being such a whiner.... |
Tried this and it worked: http://forum.webfaction.com/viewtopic.php?pid=18733 Don't forget to specify
in your httpd.conf file (for mod_xsendfile 0.12 and up) answered 15 Dec '10, 21:12 ron |