[Bug 225005] Apache modules are touching user modified config file httpd.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 8 18:33:34 UTC 2018


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

--- Comment #2 from Miroslav Lachman <000.fbsd at quip.cz> ---
The problem is that current code in ports/Mk/bsd.apache.mk is buggy - as I
demonstrated above, mod_xsendfile does not use any own code for handling
httpd.conf modification, it uses just these variables in Makefile:

USE_APACHE=     22+
AP_FAST_BUILD=  yes
AP_GENPLIST=    yes

Everything else is in bsd.apache.mk and as shown above it will remove my
modified settings on upgrade.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list