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