[Mod_gzip] Upgrade?
Christian Kruse
mod_gzip@lists.over.net
Wed, 2 Oct 2002 09:13:05 +0200
Hi Steven,
Steven <extremeinct@yahoo.com> wrote:
> Hi all, been using Mod_GZip for awhile and was
> wondering if it was worth going thrugh an upgrade to
> the latest version. I am running the last version
> prior to the new take over. Also does the
> documentation cover how to properly upgrade within
> Apache? I am still relatively new to Linux (RedHat
> 7.2) and still need step by step instructions for
> stuff like this.
>From the ChangeLog:
[...]
Now there are two ways to build mod_gzip: statically compiled
into Apache and a DSO-File for mod_so. If you want to
compile it statically into Apache, just copy the source
to Apache src/modules directory and there into a subdirectory
named 'gzip'. You can activate it via a parameter of the
configure script, e.g.
./configure --activate-module=src/modules/gzip/mod_gzip.a
make
make install
This will build a new Apache with mod_gzip statically built in.
The DSO-Version is much easier to build. Just type
make APXS=/path/to/apxs
make install APXS=/path/to/apxs
/path/to/apachectl restart
The apxs script is normaly located inside the bin directory of
Apache.
I hope this helps.
Greetings,
CK