Antwort: [Mod_gzip] mod_gzip without apache..?
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Tue, 4 Mar 2003 18:31:03 +0200
Hi Eyck,
> I would like to use stand-alone mod_gzip for testing.
I don't really understand what you are trying to do.
mod_gzip is an Apache module; a big part of its code
handles the internal Apache APIs.
So I cannot imagine how you expect such an Apache dependent
piece of code to work "without Apache".
> That would be something like thise - simple proxy that passess
> all requests on. Would it be hard to do? Does such solution
> already exists?
> request -> proxy -> real server
> client <- proxy compressess response <- real server.
And why should this "proxy" not be an Apache with mod_proxy
and mod_gzip?
Regards, Michael