Jump to content

Recommended Posts

Posted

Hi everyone.

 

I was wondering if mod_gzip is installed in TCH's servers and if so, is it enabled or do I have to enable it for my site? And how do I do it?

 

Thanks :(

Posted

Don't know specifically about the mod_gzip, but there is an unzip utility available. Through cPanel's File Manager, if you click on a zipped file's name, then you are presented the option on the right side of the window to "Extract File Contents".

 

Lianna

Posted

Actually, Lianna, mod_gzip is a module for Apache. What it allows you to do is compress pages on their way out to reduce bandwidth. The pages are then uncompressed in compatible browsers.

 

More info here.

Posted

OK, here's a little explanation:

 

mod_gzip is an Apache module, just like rayners said.

It checks whether the client's browser supports compressed pages and if so, it compresses the data before sending it to the client. Oterwise, it will serve the plain 'version' of the page.

 

It helps reduce bandwidth usage and causes little strain on the server (contrary to what many people think).

 

Here's a link where you can read a little more detailed explanation:

 

http://www.sitepoint.com/article/1029

Posted

Thanks for that! (I still don't know the answer to your question though about if it is installed. I'll follow up on that tonight, ok? Sorry for the delay.)

 

Lianna

Posted

When I run the env.pl script on my web site:

http://www.kwsupport.com/cgi-bin/env.pl

 

it reports the following:

 

Web server Env

GATEWAY_INTERFACE = CGI/1.1

HTTP_ACCEPT = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*

HTTP_ACCEPT_ENCODING = gzip, deflate

 

which seems to imply that the mod_gzip is installed.

-kw

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...