On Wednesday, March 14, 2001, at 07:34 PM, Ian Holsman wrote: > >> 1st ... a stupid one. > >> how do I build this on unix ? I've managed to do it by hand but I'm > >> not 100% on if I'm doing it correctly... > > >In v2.0 you need to grab the contents of the httpd-proxy/modules-2.0 > >directory and place them in httpd-2.0/modules/proxy. Then add > >--enable-proxy to the configure script, and you should be fine from > >there. > > nup.. no go.. > the configure script in 2.0 doesn't seem to know anything about proxy. > I recreated the modules.mk / Makefile, and it now builds and runs.
Have you tried configure --with-mpm=prefork --enable-proxy? What I'm actually building with for testing is configure --prefix=/usr/local/www --with-mpm=prefork \ --enable-proxy --with-maintainer-mode What are you building from? 2.0.14 alpha? Current CVS? Chuck Chuck Murcko Topsail Group http://www.topsail.org/
