Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jul 2006 12:23:54 +0800
From:      Ng Pek Yong <npy@vaccius.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: mod_proxy missing under freebsd
Message-ID:  <44AB3EDA.8050809@vaccius.com>
In-Reply-To: <44AA939E.80500@locolomo.org>
References:  <44AA8CE7.1020604@vaccius.com> <44AA939E.80500@locolomo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi guys,

Thanks for the pointer. Got it working now.
The steps are:

cd /usr/ports/www/apache22
export WITH_PROXY_MODULES=1
make install

Thanks!

Erik Norgaard wrote:

> 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
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"





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