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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -