can litespeed use the apache's x-sendfile module (http://tn123.ath.cx/mod_xsendfile/) ?
I ask this because my project is using and dependent heavily on this x-sendfile module to load image/text files that resides outside of public web root directly to reduce load and memory while also serving them extremely fast.
because otherwise it has to be pulled out via php's readfile() or file_get_contents() which taxes heavily on the server.
awaiting your responses
I ask this because my project is using and dependent heavily on this x-sendfile module to load image/text files that resides outside of public web root directly to reduce load and memory while also serving them extremely fast.
because otherwise it has to be pulled out via php's readfile() or file_get_contents() which taxes heavily on the server.
awaiting your responses