Jump to content

Recommended Posts

Posted

I did a simple test to see if mod_gzip was enabled and it isn't. Is it possible to add mod_gzip to the modules apache loads?

 

Since most computers can unzip faster than they download, this should increase page responsiveness and lesson their impact on my bandwidth.

 

This was my test, by the way:

>In .htaccess:

<IfModule mod_gzip.c>
DirectoryIndex index.php
</IfModule>

<IfModule !mod_gzip.c>
DirectoryIndex phpinfo.php
</IfModule>

  • 2 weeks later...
Posted (edited)

Perhaps it would be better if you'd submit a help desk ticket regarding this... :)

Edited by TCH-Raul

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...