FYI: mod_gzip for Apache is now available with complete source code
mod_gzip.c is attached to this message.
Headline article today 10.13.00 at Internet.com webreference site...
Article title: "mod_gzip released for Apache"
Link: http://www.webreference.com
Featured news story about mod_gzip and HTTP compression at
Internet.com webreference site...
http://webreference.com/internet/software/servers/http/compression/
mod_gzip home page ( Contains links for downloading all pre-compiled
versions of ApacheModuleGzip.dll for Windows and mod_gzip.so for
Linux, UNIX, etc. Also contains links for downloading SOURCE CODE.)...
http://www.RemoteCommunications.com/apache/mod_gzip/
mod_gzip online FAQ...
http://www.RemoteCommunications.com/apache/mod_gzip/mod_gzip_faq.htm
Pre-compiled binary sizes...
Windows - ApacheModuleGzip.dll - Only 38k
Linux - mod_gzip.so - Only 57k
Solaris7 64-bit version - mod_gzip.so - Only 58k
Source code: mod_gzip.c ( Only 161k complete )
There are no header files or any other source code files.
mod_gzip.c is the only source code file there is.
There is also no requirement for any 3rd party compression
libraries whatsoever. All the code that mod_gzip needs is
in mod_gzip.c itself.
mod_gzip.c contains a highly optimized and Web-Server
thread safe version of the LZ77 + Huffman compression
technique that has come to be known as GZIP.
Runs perfectly as either an external DSO load module or built
right into the core.
Yours...
Kevin Kiley
CTO, Remote Communications, Inc.
http://www.RemoteCommunications.com/
http://www.RemoteCommunications.com/rctpd/ - Free IETF Encoding Server
http://www.RemoteCommunications.com/apache/ab/ - Free Enhanced ApacheBench
http://www.RemoteCommunications.com/apache/mod_gzip/ - Free Apache module
|