The Silicon Underground
  Welcome to Dave Farquhar's Silicon Underground Monday, November 23 2009 @ 10:04 AM CST  
Theme Changer
Change the look of the site by selecting a theme below:

What's New
STORIES
No new stories

COMMENTS last 48 hrs
  • Why don't wins co...

  • LINKS last 2 wks
    No recent new links

    Google Ads

    User Functions
    Username:

    Password:

    Don't have an account yet? Sign up as a New User

    Firefox


    And we're live | 30 comments | Create New Account
    The following comments are owned by whomever posted them. This site is not responsible for what they say.
    And we're live
    Authored by: csebold on Monday, January 26 2004 @ 08:08 AM CST

    Here's my complete mod_gzip section in httpd.conf:

    # mod_gzip settings
    
    mod_gzip_on     Yes
    mod_gzip_can_negotiate  Yes
    mod_gzip_add_header_count       Yes
    mod_gzip_minimum_file_size      400
    mod_gzip_maximum_file_size      0
    mod_gzip_temp_dir       /tmp
    mod_gzip_keep_workfiles No
    mod_gzip_maximum_inmem_size     100000
    mod_gzip_dechunk        Yes
    
    mod_gzip_item_include   handler proxy-server
    mod_gzip_item_include   handler cgi-script
    
    mod_gzip_item_include mime ^text/.*
    mod_gzip_item_include mime ^application/postscript$
    mod_gzip_item_include mime ^application/ms.*$
    mod_gzip_item_include mime ^application/vnd.*$
    mod_gzip_item_exclude mime ^application/x-javascript$
    mod_gzip_item_exclude mime ^image/.*$
    mod_gzip_item_include   mime    httpd/unix-directory
    mod_gzip_item_include   file    .htm$
    mod_gzip_item_include   file    .html$
    mod_gzip_item_include file .php$
    mod_gzip_item_include file .phtml$
    mod_gzip_item_exclude file .css$
    

    Of course my weblog doesn't rely on PHP for the posts, but it does generate PHP templates so I can do things like the Hebrew date and the "link!" subweblog. And those all seem to work with these settings; I imagine they'd help you too.

    [ Reply to This | Parent ]

    Created this page in 0.37 seconds


     Copyright © 2009 Dave Farquhar's Silicon Underground
     All trademarks and copyrights on this page are owned by their respective owners.

    Powered by GL 1.3.x