On Sat, January 16, 2010 8:57 am, Colin Adams wrote: > Actually it seems mod_proxy, mod_proxy_http and mod_headers are all > statically compile din. > > As mod_proxy_html is an external module, i expect i shall have to > compile that myself. But if anyone know different, please let me know.
My installation of 2.0 doesn't show mod_proxy_http.c when I run 'apachectl -L', though it does show mod_proxy.c. However, looking at the apache2 and apache22 Makefiles, it lists this: DFLT_APACHE_MODULES+= proxy proxy_connect proxy_ftp proxy_http ... which would make me think it's there. You could try adding it to the config and see if it barfs on the command, since I can't tell from these apparently conflicting items whether it's there or now.
