mod_proxy missing under freebsd

Kevin Kinsey kdk at daleco.biz
Tue Jul 4 16:16:54 UTC 2006


npy wrote:
> Hi,
> 
> I need to get mod_proxy running under apache and can't seem to find the
> ports. Anyone knows where mod_proxy is located?
> 
> Thanks.
> 

Built in?

[kadmin at archangel][/usr/ports/www/]
httpd -v
Server version: Apache/1.3.36 (Unix)
Server built:   May 29 2006 21:43:28

[kadmin at archangel][/usr/ports/www/]
ll ../IN*6*
-rw-r--r--  1 root  wheel   8384144 May 28 14:13 ../INDEX-6
-rw-------  1 root  wheel    790763 May 28 02:09 ../INDEX-6.bz2
-rw-r--r--  1 root  wheel  16333824 May 29 09:05 ../INDEX-6.db

[kadmin at archangel][/usr/ports/www/]
grep proxy /usr/local/etc/apache/httpd.conf
LoadModule proxy_module       libexec/apache/libproxy.so
AddModule mod_proxy.c
# document that was negotiated on the basis of content. This asks proxy
# enable the proxy server:
#<IfModule mod_proxy.c>
#    <Directory proxy:*>
#    CacheRoot "/usr/local/www/proxy"
# End of proxy directives.



Kevin Kinsey


More information about the freebsd-questions mailing list