Results 1 to 4 of 4
Hi guys, I am trying to add the compression module to my Apache v. 2.2.3 on suse 10.2, but I got stuck in compiling the module source code available from ...
- 07-28-2008 #1Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
How to compile mod_gzip modul for Apache
Hi guys, I am trying to add the compression module to my Apache v. 2.2.3 on suse 10.2, but I got stuck in compiling the module source code available from this url SourceForge.net: mod_gzip
I tried the compilation as suggested with command apxs2 -c mod_gunzip.c, but the compilation fails saying
gcc: mod_gunzip.c: No such file or directory
gcc: no input files
apxs: Error: Command failed with rc=65536
What could be wrong, from the message I guess, the file I am trying to compile isnt where it should be. Where should I place it if this is the case? Any help is welcome, thanks for your time.
- 07-31-2008 #2Just Joined!
- Join Date
- Jul 2008
- Posts
- 4
Linux + Apache + Mysql +perl +php
Anyone knows this answer
i don't have much idea about how to link apache between mysql perl and php..
i am very new in this firm.Also how data processsing going on between apache server and mysql..
Do u know any web link for getting ideas...
- 08-03-2008 #3Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
I got the solution. Actually the apache2 does not support mod_gunzip, so you have to use another module which does the same and that is mod_deflate mod_deflate - Apache HTTP Server Saanjac if you use suse, this link should help you setting up the web server Cool Solutions: Installing Apache, PHP, and MySQL on SUSE Linux Professional
- 08-05-2008 #4Just Joined!
- Join Date
- Jul 2008
- Posts
- 4
thanks for the information.........


Reply With Quote