Helmut Tessarek <[EMAIL PROTECTED]> writes:
> Hi,
>> Howdy all, is a module written under v2.0.54 supposed to be
>> able to work with apache 2.2 without being recompiled ?
> I even had to change the code of my module a little bit.
I had a really hard time finding with specific documentation. So far as I
could tell, the only change required to the authentication module I
maintain was:
#ifdef ap_http_method
scheme = ap_run_http_method(r);
#else
scheme = ap_run_http_scheme(r);
#endif
but I keep seeing unspecific comments about how there were a lot of
changes to authentication modules without details and I keep wondering if
I missed something.
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>