Date: Tue, 04 Jul 2006 18:13:18 +0200 From: Erik Norgaard <norgaard@locolomo.org> To: npy <npy@vaccius.com> Cc: freebsd-questions@freebsd.org Subject: Re: mod_proxy missing under freebsd Message-ID: <44AA939E.80500@locolomo.org> 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: > I need to get mod_proxy running under apache and can't seem to find the > ports. Anyone knows where mod_proxy is located? Which version of apache? For apache 2.2 check Makefile.doc: To enable a module category: WITH_<CATEGORY>_MODULES To disable a module category: WITHOUT_<CATEGORY>_MODULES Per default categories are: AUTH AUTHN AUTHZ DAV CACHE MISC Categories available: AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules Cheers, Erik
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44AA939E.80500>