[Bug 207317] www/apache22 missing some modules [2016Q1 branch]

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 19 04:36:57 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207317

Olli Hauer <ohauer at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ohauer at FreeBSD.org

--- Comment #3 from Olli Hauer <ohauer at FreeBSD.org> ---
Hi Florian,

make sure you have enabled PROXY and one of the PROXY_$PROTO module!

$ make showconfig | grep PROXY
  PROXY=on: mod_proxy  <== required 
  PROXY_AJP=on: mod_proxy_ajp
  ...
  PROXY_HTTP=on: mod_proxy_http
  ...

httpd-2.2.x has a different build system the httpd-2.4.x, and requires to
enable PROXY with at last one PROXY_$module.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list