[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mod_gzip & Apache 'ap_regexec()'
- Subject: Re: [cobalt-users] Mod_gzip & Apache 'ap_regexec()'
- From: Mailing Lists <listonly@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Jul 4 07:38:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
on 7-3-02 11:20 PM, Steve Bassi stated:
> Ok ... the fix is as follows :
> cd /tmp
> wget
> http://www.remotecommunications.com/apache/mod_gzip/src/1.3.19.1a/mod_gzip.c
>
> RaQ3 ONLY(apache 1.3.6): edit the mod_gzip.c file (supplied by Chris
> Burton )
> ==================================
> pico mod_gzip.c
> Add the following 3 lines to the end of the file
> API_EXPORT(int) ap_regexec(const regex_t *preg, const char *string,
> size_t nmatch, regmatch_t pmatch[], int eflags)
> { return regexec(preg, string, nmatch, pmatch, eflags); }
>
> === end of custom RAQ3 1.3.6 changes ==========
>
> /usr/sbin/apxs -i -a -c mod_gzip.c
> Then follow the instructions after this point as shown on:
> http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=113
>
>
> This will enable mod gzip to work on the old RAQ3 1.3.06 apache .
>
> Rgds
>
> Bassi
Steve!!! :))))
Worked like a charm, I still got the errors/warnings, but it still compiled
and followed your http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=113 to the
letter and restarted apache and works fine. Now to get those comments on how
fast our sites load ;^Q
Appreciate the quick reply. Sorry for not getting back and letting you know.
Was about midnight here when I logged in and decided to wait till today.
Again many thanks.
Dave