I try to compile mod_gzip with command :
make APXS=/usr/local/apache/bin/apxs
but there's a problem . It writes a lot of warning on the file mod_gzip.c and error conflicting types for 'mod_gzip_generate_vary_header .
How can i resolve this problem please !!?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I try to compile mod_gzip with command :
make APXS=/usr/local/apache/bin/apxs
but there's a problem . It writes a lot of warning on the file mod_gzip.c and error conflicting types for 'mod_gzip_generate_vary_header .
How can i resolve this problem please !!?
I found this version for apache 2
https://sourceforge.net/forum/forum.php?thread_id=792685&forum_id=183364
You have to compil with Zlib library and it works good. But several modification on the Apache File Conf .
Good luck !!