LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-31-2005, 10:31 PM   #1
johnball
Member
 
Registered: May 2005
Location: pittsburgh pa
Posts: 31

Rep: Reputation: 15
Unhappy trying to install mod_gzip for a linux newbie PLEASE HELP


hi all
i am trying to install mod_gzip onto the default install of apache thru fedora.
i cant seem to get past the make
the apxs im using is located in the /usr/sbin
and i am pretty sure my sever location is in the /etc/httpd

i configured the make file to the /usr/sbin
and this is the make output that i get

[root@localhost ~]# cd /etc/httpd/src/modules/gzip
[root@localhost gzip]# make
/usr/sbin/apxs -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c mod_gzip_debug.c mod_gzip_compress.c -o mod_gzip.so
/bin/sh /usr/lib/apr/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -I/root/download/httpd-2.0.54/srclib/apr/include -I/etc/httpd/include -Wall,-O3,-fomit-frame-pointer,-pipe -c -o mod_gzip.lo mod_gzip.c && touch mod_gzip.slo
In file included from mod_gzip.c:105:
mod_gzip.h:104: error: syntax error before "gzip_module"
mod_gzip.h:104: warning: type defaults to `int' in declaration of `gzip_module'
mod_gzip.h:104: warning: data definition has no type or storage class
mod_gzip.h:358: warning: "struct pool" declared inside parameter list
mod_gzip.h:358: warning: its scope is only this definition or declaration, which is probably not what you want
mod_gzip.h:363: error: syntax error before "array_header"
mod_gzip.h:363: warning: no semicolon at end of struct or union
mod_gzip.c:111: error: syntax error before "char"
mod_gzip.c:111: error: conflicting types for 'ap_server_root'
/etc/httpd/include/http_main.h:39: error: previous declaration of 'ap_server_root' was here
mod_gzip.c:111: error: conflicting types for 'ap_server_root'
/etc/httpd/include/http_main.h:39: error: previous declaration of 'ap_server_root' was here
mod_gzip.c: In function `mod_gzip_validate1':
mod_gzip.c:583: warning: implicit declaration of function `ap_table_unset'
mod_gzip.c: At top level:
mod_gzip.c:639: error: syntax error before "module"
mod_gzip.c: In function `mod_gzip_run_handlers':
mod_gzip.c:715: warning: comparison of distinct pointer types lacks a cast
mod_gzip.c:784: error: structure has no member named `type_checker'
mod_gzip.c:788: error: structure has no member named `translate_handler'
mod_gzip.c:824: error: structure has no member named `type_checker'
mod_gzip.c:828: error: structure has no member named `translate_handler'
mod_gzip.c: In function `mod_gzip_delete_file':
mod_gzip.c:995: warning: implicit declaration of function `unlink'
mod_gzip.c: At top level:
mod_gzip.c:1034: error: syntax error before "pool"
mod_gzip.c: In function `mod_gzip_init':
mod_gzip.c:1054: error: `server' undeclared (first use in this function)
mod_gzip.c:1054: error: (Each undeclared identifier is reported only once
mod_gzip.c:1054: error: for each function it appears in.)
mod_gzip.c:1054: error: request for member `module_index' in something not a structure or union
mod_gzip.c:1074: warning: passing arg 1 of `ap_add_version_component' from incompatible pointer type
mod_gzip.c:1074: error: too few arguments to function `ap_add_version_component'mod_gzip.c: In function `mod_gzip_create_unique_filename':
mod_gzip.c:1339: warning: implicit declaration of function `getpid'
mod_gzip.c: In function `mod_gzip_type_checker':
mod_gzip.c:1433: error: `table_entry' undeclared (first use in this function)
mod_gzip.c:1433: error: `elts' undeclared (first use in this function)
mod_gzip.c:1463: warning: implicit declaration of function `ap_table_setn'
mod_gzip.c:1463: warning: implicit declaration of function `ap_pstrdup'
mod_gzip.c:1482: error: request for member `module_index' in something not a structure or union
mod_gzip.c:1521: warning: implicit declaration of function `ap_table_get'
mod_gzip.c:1521: warning: initialization makes pointer from integer without a cast
mod_gzip.c:1673: warning: assignment makes pointer from integer without a cast
mod_gzip.c:1767: warning: assignment makes pointer from integer without a cast
mod_gzip.c:1853: error: syntax error before ')' token
mod_gzip.c:1855: error: dereferencing pointer to incomplete type
mod_gzip.c: In function `mod_gzip_do_command':
mod_gzip.c:2125: warning: implicit declaration of function `ap_table_set'
mod_gzip.c:2133: warning: implicit declaration of function `ap_soft_timeout'
mod_gzip.c:2153: warning: implicit declaration of function `ap_send_http_header'mod_gzip.c:2157: warning: passing arg 1 of `ap_send_mmap' from incompatible pointer type
mod_gzip.c:2161: warning: implicit declaration of function `ap_kill_timeout'
mod_gzip.c: In function `mod_gzip_handler':
mod_gzip.c:2243: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2310: error: request for member `module_index' in something not a structure or union
mod_gzip.c:2313: error: request for member `module_index' in something not a structure or union
mod_gzip.c:2329: warning: initialization makes pointer from integer without a cast
mod_gzip.c:2401: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2535: warning: implicit declaration of function `ap_pstrcat'
mod_gzip.c:2535: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2576: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2579: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2582: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2671: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:2671: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:2698: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2699: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2700: warning: assignment makes pointer from integer without a cast
mod_gzip.c:2701: warning: assignment makes pointer from integer without a cast
mod_gzip.c: At top level:
mod_gzip.c:2845: error: syntax error before '*' token
mod_gzip.c: In function `mod_gzip_merge1':
mod_gzip.c:2894: error: `merged_config' undeclared (first use in this function)
mod_gzip.c:2895: error: `nconf' undeclared (first use in this function)
mod_gzip.c:2895: error: `pconf' undeclared (first use in this function)
mod_gzip.c:2923: error: `p' undeclared (first use in this function)
mod_gzip.c: At top level:
mod_gzip.c:4245: error: syntax error before '*' token
mod_gzip.c: In function `mod_gzip_create_dconfig':
mod_gzip.c:4250: error: `dirspec' undeclared (first use in this function)
mod_gzip.c:4252: warning: implicit declaration of function `ap_pcalloc'
mod_gzip.c:4252: error: `p' undeclared (first use in this function)
mod_gzip.c:4258: warning: assignment makes pointer from integer without a cast
mod_gzip.c: At top level:
mod_gzip.c:4266: error: syntax error before '*' token
mod_gzip.c: In function `mod_gzip_merge_dconfig':
mod_gzip.c:4271: error: `p' undeclared (first use in this function)
mod_gzip.c:4272: error: `parent_conf' undeclared (first use in this function)
mod_gzip.c:4273: error: `newloc_conf' undeclared (first use in this function)
mod_gzip.c:4276: error: `pool' undeclared (first use in this function)
mod_gzip.c:4276: error: syntax error before ')' token
mod_gzip.c:4272: warning: unused variable `pconf'
mod_gzip.c:4273: warning: unused variable `nconf'
mod_gzip.c: At top level:
mod_gzip.c:4286: error: syntax error before '*' token
mod_gzip.c: In function `mod_gzip_create_sconfig':
mod_gzip.c:4291: error: `s' undeclared (first use in this function)
mod_gzip.c:4297: error: `p' undeclared (first use in this function)
mod_gzip.c:4303: warning: assignment makes pointer from integer without a cast
mod_gzip.c: At top level:
mod_gzip.c:4311: error: syntax error before '*' token
mod_gzip.c: In function `mod_gzip_merge_sconfig':
mod_gzip.c:4316: error: `p' undeclared (first use in this function)
mod_gzip.c:4317: error: `parent_conf' undeclared (first use in this function)
mod_gzip.c:4318: error: `newloc_conf' undeclared (first use in this function)
mod_gzip.c:4321: error: `pool' undeclared (first use in this function)
mod_gzip.c:4321: error: syntax error before ')' token
mod_gzip.c:4317: warning: unused variable `pconf'
mod_gzip.c:4318: warning: unused variable `nconf'
mod_gzip.c: At top level:
mod_gzip.c:4332: warning: missing braces around initializer
mod_gzip.c:4332: warning: (near initialization for `mod_gzip_cmds[0].func')
mod_gzip.c:4332: warning: initialization from incompatible pointer type
mod_gzip.c:4334: warning: initialization from incompatible pointer type
mod_gzip.c:4336: warning: initialization from incompatible pointer type
mod_gzip.c:4338: warning: initialization from incompatible pointer type
mod_gzip.c:4340: warning: initialization from incompatible pointer type
mod_gzip.c:4342: warning: initialization from incompatible pointer type
mod_gzip.c:4344: warning: initialization from incompatible pointer type
mod_gzip.c:4346: warning: initialization from incompatible pointer type
mod_gzip.c:4348: warning: initialization from incompatible pointer type
mod_gzip.c:4350: warning: initialization from incompatible pointer type
mod_gzip.c:4352: warning: initialization from incompatible pointer type
mod_gzip.c:4355: warning: initialization from incompatible pointer type
mod_gzip.c:4359: warning: initialization from incompatible pointer type
mod_gzip.c:4362: warning: initialization from incompatible pointer type
mod_gzip.c:4364: warning: initialization from incompatible pointer type
mod_gzip.c:4366: warning: initialization from incompatible pointer type
mod_gzip.c:4368: warning: initialization from incompatible pointer type
mod_gzip.c:4373: error: syntax error before "mod_gzip_handlers"
mod_gzip.c:4373: warning: type defaults to `int' in declaration of `mod_gzip_handlers'
mod_gzip.c:4375: warning: braces around scalar initializer
mod_gzip.c:4375: warning: (near initialization for `mod_gzip_handlers[0]')
mod_gzip.c:4375: warning: initialization makes integer from pointer without a cast
mod_gzip.c:4375: warning: excess elements in scalar initializer
mod_gzip.c:4375: warning: (near initialization for `mod_gzip_handlers[0]')
mod_gzip.c:4376: warning: braces around scalar initializer
mod_gzip.c:4376: warning: (near initialization for `mod_gzip_handlers[1]')
mod_gzip.c:4376: warning: initialization makes integer from pointer without a cast
mod_gzip.c:4376: warning: excess elements in scalar initializer
mod_gzip.c:4376: warning: (near initialization for `mod_gzip_handlers[1]')
mod_gzip.c:4377: warning: braces around scalar initializer
mod_gzip.c:4377: warning: (near initialization for `mod_gzip_handlers[2]')
mod_gzip.c:4377: warning: initialization makes integer from pointer without a cast
mod_gzip.c:4377: warning: excess elements in scalar initializer
mod_gzip.c:4377: warning: (near initialization for `mod_gzip_handlers[2]')
mod_gzip.c:4378: warning: braces around scalar initializer
mod_gzip.c:4378: warning: (near initialization for `mod_gzip_handlers[3]')
mod_gzip.c:4378: warning: initialization makes integer from pointer without a cast
mod_gzip.c:4378: warning: excess elements in scalar initializer
mod_gzip.c:4378: warning: (near initialization for `mod_gzip_handlers[3]')
mod_gzip.c:4379: warning: braces around scalar initializer
mod_gzip.c:4379: warning: (near initialization for `mod_gzip_handlers[4]')
mod_gzip.c:4379: warning: initialization makes integer from pointer without a cast
mod_gzip.c:4380: warning: data definition has no type or storage class
mod_gzip.c:4382: error: syntax error before "gzip_module"
mod_gzip.c:4382: warning: type defaults to `int' in declaration of `gzip_module'mod_gzip.c:4384: error: `this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function)
mod_gzip.c:4384: error: initializer element is not constant
mod_gzip.c:4384: error: (near initialization for `gzip_module')
mod_gzip.c:4385: warning: excess elements in scalar initializer
mod_gzip.c:4385: warning: (near initialization for `gzip_module')
mod_gzip.c:4386: warning: excess elements in scalar initializer
mod_gzip.c:4386: warning: (near initialization for `gzip_module')
mod_gzip.c:4387: warning: excess elements in scalar initializer
mod_gzip.c:4387: warning: (near initialization for `gzip_module')
mod_gzip.c:4388: warning: excess elements in scalar initializer
mod_gzip.c:4388: warning: (near initialization for `gzip_module')
mod_gzip.c:4389: warning: excess elements in scalar initializer
mod_gzip.c:4389: warning: (near initialization for `gzip_module')
mod_gzip.c:4390: warning: excess elements in scalar initializer
mod_gzip.c:4390: warning: (near initialization for `gzip_module')
mod_gzip.c:4391: warning: excess elements in scalar initializer
mod_gzip.c:4391: warning: (near initialization for `gzip_module')
mod_gzip.c:4392: warning: excess elements in scalar initializer
mod_gzip.c:4392: warning: (near initialization for `gzip_module')
mod_gzip.c:4393: warning: excess elements in scalar initializer
mod_gzip.c:4393: warning: (near initialization for `gzip_module')
mod_gzip.c:4394: warning: excess elements in scalar initializer
mod_gzip.c:4394: warning: (near initialization for `gzip_module')
mod_gzip.c:4395: warning: excess elements in scalar initializer
mod_gzip.c:4395: warning: (near initialization for `gzip_module')
mod_gzip.c:4396: warning: excess elements in scalar initializer
mod_gzip.c:4396: warning: (near initialization for `gzip_module')
mod_gzip.c:4397: warning: excess elements in scalar initializer
mod_gzip.c:4397: warning: (near initialization for `gzip_module')
mod_gzip.c:4398: warning: excess elements in scalar initializer
mod_gzip.c:4398: warning: (near initialization for `gzip_module')
mod_gzip.c:4399: warning: excess elements in scalar initializer
mod_gzip.c:4399: warning: (near initialization for `gzip_module')
mod_gzip.c:4400: warning: excess elements in scalar initializer
mod_gzip.c:4400: warning: (near initialization for `gzip_module')
mod_gzip.c:4401: warning: excess elements in scalar initializer
mod_gzip.c:4401: warning: (near initialization for `gzip_module')
mod_gzip.c:4403: warning: excess elements in scalar initializer
mod_gzip.c:4403: warning: (near initialization for `gzip_module')
mod_gzip.c:4403: warning: data definition has no type or storage class
mod_gzip.c: In function `mod_gzip_redir1_handler':
mod_gzip.c:4549: error: structure has no member named `client'
mod_gzip.c:4589: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:4589: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:4593: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:4593: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:4740: warning: implicit declaration of function `close'
mod_gzip.c:4740: error: structure has no member named `client'
mod_gzip.c:4748: error: structure has no member named `client'
mod_gzip.c:4779: error: structure has no member named `client'
mod_gzip.c:4780: error: structure has no member named `client'
mod_gzip.c: In function `mod_gzip_dyn1_getfdo1':
mod_gzip.c:4968: warning: passing arg 4 of `ap_log_rerror' makes integer from pointer without a cast
mod_gzip.c:4968: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_gzip.c:5017: error: structure has no member named `client'
mod_gzip.c: In function `mod_gzip_sendfile2':
mod_gzip.c:5386: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5386: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5389: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5389: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5419: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5419: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5422: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5422: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5445: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5445: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5448: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5448: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5712: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5712: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5714: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5714: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5735: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5735: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5737: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:5737: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6002: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6002: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6002: error: too few arguments to function `ap_log_error'
mod_gzip.c:6006: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6006: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6009: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6009: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6009: error: too few arguments to function `ap_log_error'
mod_gzip.c:6012: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6012: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6012: error: too few arguments to function `ap_log_error'
mod_gzip.c:6015: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6015: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6015: error: too few arguments to function `ap_log_error'
mod_gzip.c:6059: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6059: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6062: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6062: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6097: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6097: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:6097: error: too few arguments to function `ap_log_error'
mod_gzip.c:6606: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:6606: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:5262: warning: unused variable `ok_to_send'
mod_gzip.c: In function `mod_gzip_open_output_file':
mod_gzip.c:7063: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:7063: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c: In function `mod_gzip_flush_and_update_counts':
mod_gzip.c:7142: error: structure has no member named `client'
mod_gzip.c:7147: error: structure has no member named `client'
mod_gzip.c: In function `mod_gzip_encode_and_transmit':
mod_gzip.c:7812: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:7812: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:7812: warning: passing arg 6 of `ap_log_error' makes pointer from integer without a cast
mod_gzip.c:7906: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:7906: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c:7906: warning: passing arg 6 of `ap_log_error' makes pointer from integer without a cast
mod_gzip.c:8056: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:8056: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
mod_gzip.c: At top level:
mod_gzip.c:8066: warning: "struct pool" declared inside parameter list
mod_gzip.c:8066: error: conflicting types for 'mod_gzip_generate_vary_header'
mod_gzip.h:358: error: previous declaration of 'mod_gzip_generate_vary_header' was here
mod_gzip.c:8066: error: conflicting types for 'mod_gzip_generate_vary_header'
mod_gzip.h:358: error: previous declaration of 'mod_gzip_generate_vary_header' was here
mod_gzip.c: In function `mod_gzip_generate_vary_header':
mod_gzip.c:8069: error: `array_header' undeclared (first use in this function)
mod_gzip.c:8069: error: `ary' undeclared (first use in this function)
mod_gzip.c:8069: warning: implicit declaration of function `ap_make_array'
mod_gzip.c:8071: warning: implicit declaration of function `ap_push_array'
mod_gzip.c:8071: warning: assignment makes pointer from integer without a cast
mod_gzip.c:8076: warning: assignment makes pointer from integer without a cast
mod_gzip.c:8080: warning: implicit declaration of function `ap_array_pstrcat'
mod_gzip.c:8080: warning: return makes pointer from integer without a cast
mod_gzip.c: In function `mod_gzip_compress_file':
mod_gzip.c:8110: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast
mod_gzip.c:8110: warning: passing arg 5 of `ap_log_error' from incompatible pointer type
apxs:Error: Command failed with rc=65536
.
make: *** [build] Error 1
 
Old 06-01-2005, 10:40 AM   #2
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
I'm going to take a couple WAGs here. But I think the default http install of Fedora is Apache 2. It's been a while since I've used mod_gzip, but last I checked, there wasn't one for apache2 ( there may be now ).

The way I got mod_gzip to work was I downloaded the already compiled module and did a --add-module=mod_gzip when I config'd/compiled apache.

Hopefully this helps.
 
Old 06-02-2005, 10:56 PM   #3
johnball
Member
 
Registered: May 2005
Location: pittsburgh pa
Posts: 31

Original Poster
Rep: Reputation: 15
Smile GOT IT

Thanks That helped alot....
Just to post this i also found the mod_gzip for the apache 2 server at http://www.gknw.com/development/apac.../unix/modules/
I used the 2.1.0 version and tested it it all seems to work fine now i had some changes to make to the configuation of the httpd.conf they had omitted some of the setting that was needed on the previous version. FYI i am posting my configuration for all to see in the futre
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_can_negotiate Yes
mod_gzip_command_version '/mod_gzip_status'
mod_gzip_temp_dir /tmp
mod_gzip_keep_workfiles No
mod_gzip_minimum_file_size 500
mod_gzip_maximum_file_size 500000
mod_gzip_maximum_inmem_size 60000
mod_gzip_min_http 1000

# Before version 1.3.19.2a this value was not configurable.)

mod_gzip_item_exclude reqheader "User-agent: Mozilla/4.0[678]"
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.shtml$
mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.shtm$
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.phtml$
mod_gzip_item_exclude file \.js$
mod_gzip_item_exclude file \.css$
mod_gzip_item_include file \.pl$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/html$
mod_gzip_item_include mime ^text/plain$
mod_gzip_item_include mime ^httpd/unix-directory$
mod_gzip_item_exclude mime ^image/
mod_gzip_dechunk Yes
mod_gzip_add_header_count Yes
mod_gzip_command_version mod_gzip_version
CustomLog logs/gzip.log mod_gzip_info2
</IfModule>
I really appreciate all the help Im sure i will be coming back often to this site
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Just installed mod_gzip - be on the lookout! jeremy LQ Suggestions & Feedback 2 03-28-2005 06:20 AM
Apache mod_gzip: fails to compress PHP Apollo77 Linux - Software 2 02-18-2005 11:23 PM
Newbie Linux Install Question buntonn Linux - Newbie 3 02-10-2005 09:36 AM
newbie to linux and trying to install 10.1 misterpt Mandriva 22 01-20-2005 04:20 PM
Mod_GZIP Athens101com Linux - Software 0 12-08-2004 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration