![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm not sure if this is the correct place or not, I think it is. I checked with my hosting provider and mod_deflate (Apache hosting) is not available on my setup. I'd like to compress (ex: gzip index.html) some of the files for better load times. I should clean up the site and make the pages smaller but that's not going to happen any time soon. If I compress the file (except already compressed file such as .png, .jpeg, .gif and .zip files, for example) will I lock out any of the users of popular browsers? |
#3
| |||
| |||
|
|
Neil Cherry wrote: I'm not sure if this is the correct place or not, I think it is. I checked with my hosting provider and mod_deflate (Apache hosting) is not available on my setup. I'd like to compress (ex: gzip index.html) some of the files for better load times. I should clean up the site and make the pages smaller but that's not going to happen any time soon. If I compress the file (except already compressed file such as .png, .jpeg, .gif and .zip files, for example) will I lock out any of the users of popular browsers? How do you propose to compress them without mod_deflate? |
#4
| |||
| |||
|
|
How do you propose to compress them without mod_deflate? Actually part of the answer was easy but not the second part. I'd simply gzip index.html (resultant: index.html.gz) before hand but the Apache server won't serve up the file as it would with index.html. So calling http://www.linuxha.com/ wouldn't get you the index.html.gz file. I've currently abandoned this idea. |
#5
| |||
| |||
|
|
Neil Cherry <njc (AT) cookie (DOT) uucp> writes: How do you propose to compress them without mod_deflate? Actually part of the answer was easy but not the second part. I'd simply gzip index.html (resultant: index.html.gz) before hand but the Apache server won't serve up the file as it would with index.html. So calling http://www.linuxha.com/ wouldn't get you the index.html.gz file. I've currently abandoned this idea. That's definitely possible with apache. http://httpd.apache.org/docs/1.3/con...gotiation.html |
#6
| |||
| |||
|
|
So calling http://www.linuxha.com/ wouldn't get you the index.html.gz |
![]() |
| Thread Tools | |
| Display Modes | |
| |