c - Is it possible to treat a zip file as a documentRoot in apache? -
i trying modify apache source code in order let read files inside zip file instead of getting directly www folder.
example:
instead of having www/index.htm
i want have zip file contains index.htm
i've been working on days. possible or wasting time?
you may indeed wasting time, doesn't mean it's not possible. apache doesn't have native capacity treat zipfile filesystem, there solutions can pursue.
the simplest option use archivemount expose archive filesystem on host. let apache -- , else -- treat directory tree.
Comments
Post a Comment