Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jul 2006 11:14:49 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        npy <npy@vaccius.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mod_proxy missing under freebsd
Message-ID:  <44AA93F9.7000200@daleco.biz>
In-Reply-To: <44AA8CE7.1020604@vaccius.com>
References:  <44AA8CE7.1020604@vaccius.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@archangel][/usr/ports/www/]
httpd -v
Server version: Apache/1.3.36 (Unix)
Server built:   May 29 2006 21:43:28

[kadmin@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44AA93F9.7000200>