I am trying to modify the apache source code in order to let it read the files inside a zip file instead of getting it directly from www folder.
example:
instead of having www/index.htm
I want to have a zip file that contains the index.htm
I've been working on this for days. Is it possible or I am just wasting my time?