MarcT
31st January 2002, 12:11
I have successfully set up an Apache web server that compresses content on the fly, using mod_gzip available from Remote Communications (http://www.remotecommunications.com/apache/mod_gzip/).
I my experience it will compress HTML files to approx 10% of their original size.
See section 3.5 of the HTTP/1.1 RFC available from W3C (http://www.w3.org/Protocols/). (Direct link (ftp://ftp.isi.edu/in-notes/rfc2616.txt))
If it isn't possible to use this, because you are not using Apache, or you can't modify the configuration of the web server, most other web servers can serve gziped versions of static content - it won't be of any help on the forum, but would be fine for the main site.
A useful read:HTTP Compression Speeds up the Web (http://webreference.com/internet/software/servers/http/compression/)
I hope this helps...
Keep up the good work :)
MarcT
I my experience it will compress HTML files to approx 10% of their original size.
See section 3.5 of the HTTP/1.1 RFC available from W3C (http://www.w3.org/Protocols/). (Direct link (ftp://ftp.isi.edu/in-notes/rfc2616.txt))
If it isn't possible to use this, because you are not using Apache, or you can't modify the configuration of the web server, most other web servers can serve gziped versions of static content - it won't be of any help on the forum, but would be fine for the main site.
A useful read:HTTP Compression Speeds up the Web (http://webreference.com/internet/software/servers/http/compression/)
I hope this helps...
Keep up the good work :)
MarcT