Hi, I am trying to set up a reverse proxy on apache and make that work with Outlook Web Access 2003. I got Apache compiled including the modules that I needed according to this document. (http://3cx.org/nucleus/plugins/print/print.php?itemid=46 ) But I think I need an other apache module allso. This "mod_cache" module ...but I don't know how I install this... I compiled apache from source on a ULTRASPARC (Solaris 9) box. These where my commands: #./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http [B]--enable-mod_cache[/B] --with-ssl=/opt/csw/ssl #make #make install Code (markup): But I still can't find the module in the /modules folder. Can someone help me here? I am a little bit a n00b @ this ... Thanks,
I have never done this on Solaris, but on mt RH Linux box, I had a similar problem. When I built Apache v2 from the source, it was actually installed into /usr/local/apache2 and the original httpd was still running. Make sure that the server you are checking is indeed the one you just built. Another thing is that unless you are logged on as root, you may need your build commands prefixed with sudo to give the scripts/make access to the system directories. J.D.