This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
To build mod_proxy into Apache, just add —enable-module=proxy during the Apache ./configurestage. Since you will probably need mod_rewrite's capability as well, enable it with —enable-module=rewrite.
 
Continue to: