patch needed for Apache 2.2.x
Brought to you by:
ivn
Hi,
although you have the defines already in - that doesnt
work unless you include apr_version.h:
--- mod_bw.c.orig Sun Dec 11 23:07:54 2005
+++ mod_bw.c Sun Dec 11 23:23:00 2005
@@ -37,6 +37,7 @@
#include "apr_atomic.h"
#include "apr_lib.h"
#include "apr_shm.h"
+#include "apr_version.h" /* or else we'll never
se APR_MAJOR_VERSION */
#include "ap_config.h"
#include "util_filter.h"
#include "ap_mpm.h"
greets, Guenter.
Logged In: YES
user_id=289551
Hi
Thanks for the patch.
However, the correct way, is to delete the defines. Those
were put to address compatibility with apache 2.1