Date: Tue, 2 Oct 2007 13:05:51 +0100 From: "Barry Byrne" <barry.byrne@wbtsystems.com> To: <freebsd-questions@freebsd.org> Subject: Apache port OPTIONs support Message-ID: <003401c804ec$93a387e0$88010c0a@dublin.wbtsystems.com>
next in thread | raw e-mail | index | archive | help
All,
Recently, the apache port changed as per the note in /usr/ports/UPDATING
below.
I used to build apache with the proxy modules:
make WITH_PROXY_MODULES=yes install
I've now tried:
make WITHOUT_APACHE_OPTIONS=YES WITH_PROXY_MODULES=yes install
This builds the proxy modules, but leaves out at least SSL modules, so I'm
assuming there is a preferred way to specify specific options, but can't
figure out how.
Thanks for any help,
Barry
- From the /usr/ports/UPDATING file -
By popular request, OPTIONS support has been added. When enabled
(default), these knobs are ignored:
* WITH_<CATEGORY>_MODULES
* WITHOUT_<CATEGORY>_MODULES
* WITH_CUSTOM_<CATEGORY>
* WITH_MODULES
* WITHOUT_MODULES
* WITH_STATIC_MODULES
However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS.
Previous
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003401c804ec$93a387e0$88010c0a>
