+2007-07-06 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * handler.c: fixed compilation for Apache 2.2.x. No heavy testing has
+ gone into using mod_ngobjweb with Apache 2.2 currently, but first
+ tests indicate that it just works.
+
2007-01-15 Helge Hess <helge@perform>
* added ngobjweb.load configuration file for Apache2 setups which
#define BUFSIZE 2048
+/* ap_http_method is deprecated in Apache 2.2.x */
+#if MODULE_MAGIC_NUMBER_MAJOR >= 20051115
+#define ap_http_method ap_http_scheme
+#endif
+
extern int HEAVY_LOG;
#if WITH_LOGGING