mod_proxy missing under freebsd
Erik Norgaard
norgaard at locolomo.org
Tue Jul 4 16:13:22 UTC 2006
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
More information about the freebsd-questions
mailing list