Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding mod_proxy to apache 1.3.20

Status
Not open for further replies.

wcuz

MIS
Mar 22, 2002
54
US
I'm trying to utilize the mod_proxy module on apache 1.3.20. The problem is, mod_proxy.c doesn't show up when I run httpd -l. I've uncommented the loadmodule and addmodule sections of httpd.conf and added proxypass and proxypassreverse directives with no luck. No errors on apache restart, I just can't access the proxied server. Do I have to re-install apache to get the mod_proxy module or is there an easier way? Thanks for any insight.
 
httpd -l will only show modules compiled in at build time

when you compile use

--enable-proxy

BTW - You should upgrade from .20 if possible, its up to .29 now.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top