> The 1.3.25dev proxy code has been working well for me on windows, Hotmail > works > fine and the other sites I previously had trouble with are all OK now. > > I have noticed a new issue but it is probably just due to the particularly > weird setup that I have to run. > > > I tried the latest proxy code - cvs snapshot > (apache-1.3_20020505221200.tar.gz) > ie compiled the lot then grabbed mod_proxy.so and dumped it onto my > server running 1.3.14 on Win95.
And the answer is... don't do that. You cannot expect modules compiled against a recent release (1.3.25) to work with the server at an earlier release (1.3.14). Even if it appears to work, it is a monumentally bad idea. In this case, 1.3.25-dev mod_proxy requires a couple of new functions exported from http_protocol.c that are not exported in earlier releases. Bill
