--- mod_extract_forwarded.c.orig 2004-03-09 00:27:36.000000000 +0900 +++ mod_extract_forwarded.c 2007-04-18 10:27:08.945045803 +0900 @@ -758,7 +758,7 @@ { if (conf->debug == MEF_DEBUG_ON) { - fprintf(stderr,"MEF: phase:%s, $s not acceptabler proxy, %s\n", + fprintf(stderr,"MEF: phase:%s, %s not acceptabler proxy, %s\n", phase, conn->remote_ip, r->unparsed_uri); fflush(stderr); } @@ -925,6 +925,9 @@ * spoof one) is added to the X-Forwarded-For header. */ static int mef_before_proxy_http(request_rec *r, +#if AP_SERVER_MINORVERSION_NUMBER >= 2 + proxy_worker *worker, +#endif proxy_server_conf *pconf, char *url, const char *proxyname, apr_port_t proxyport)