PDA

View Full Version : Automagic unzipping


pier
05-11-1999, 08:40 AM
I wonder if there is some automagic unzipping here on FQ:
[nbsp]- Someone requests for example /foo/bar.html
[nbsp]- bar.html is gzipped to bar.html.gz
[nbsp]- server unzips bar.html.gz on the fly and outputs inner-html

Can this be done here (with .htaccess-modifications) or will this give a huge server-load ?

Pier

Terra
05-11-1999, 09:16 AM
That scenario would cause too much strain on the server...[nbsp][nbsp]It would be higher than CGI resources...

I do know the newer browsers will accept gzip encoded content, and then would become the browsers responsibility to decompress it...[nbsp][nbsp]I'm not sure it's 100% rock solid, but once again - would require the server to gzip it on the fly...

Interesting thought, but no we would not allow it...

--
Terra
--Crunch Time--
FutureQuest

pier
05-11-1999, 10:25 AM
I do know the newer browsers will accept gzip encoded content, and then would become the browsers
responsibility to decompress it...[nbsp][nbsp]I'm not sure it's 100% rock solid, but once again - would require the server to gzip it on the fly...
Interesting thought, but no we would not allow it...


I was afraid so...
My previous host had an own httpd-deamon (XS-httpd) which did it on the fly, so a mailinglist-archive was very much reduced in size.

Pier
[ Start rotating months now, I guess ]