History log of /httpd/modules/proxy/Makefile.in
Revision Date Author Comments Expand
d9c7d1c90ce3f70253952a24413ffb32fd0a6898 726068 12-Dec-2008 jim

Treat proxy/balancers normally and independently... also, allow nice pretty Making all in proxy ... Making all in proxy/balancers

c91ce4e93e51611eb5e85cb73a1980ac98152030 722952 03-Dec-2008 jim

All lbmethods are now ind submodules...

ca6091d5263f75bdc9b8a38d0a5641b5da4e9efd 722920 03-Dec-2008 jim

And allow for the submod to be built

96863eb4016437ef08d50e06e178c98c02bcd4ef 87987 06-Feb-2001 chuck

update for the latest build system PR: Obtained from: Submitted by: Reviewed by:

5babe00918c88eda487771fa6d6d4a1a19c0ced0 85552 12-Jun-2000 chuck

New mod_proxy/mod_cache (file cache) for 2.0. This uses a caching API so that shared mem, LDAP servers, DBs, etc. can also be used for proxy caching. The caching API is very young, and subject to change as APR changes. proxy_cache.c from the proxy subdir is no longer used. Build with --enable-modules=proxy,cache Lightly tested on Linux, no warranties expressed or implied yet. Still to do: strerror(), waitpid(), stat() cleanups address issues marked by @@@FIXME add HTTP/1.1 This should be considered a *reference* proxy implementation for 2.0. What actually ends up shipping with 2.0 is likely going to be rather different as the redesign evolves. This may end up being the 2.0 backwards compatibility workalike. Modified to work with today's conf/build/layout scheme PR: Obtained from: Submitted by: Sam Magnuson Reviewed by: Chuck Murcko