Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2018 18:33:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225005] Apache modules are touching user modified config file httpd.conf
Message-ID:  <bug-225005-13-QyrTpLech2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225005-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225005-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225005

--- Comment #2 from Miroslav Lachman <000.fbsd@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=3D     22+
AP_FAST_BUILD=3D  yes
AP_GENPLIST=3D    yes

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225005-13-QyrTpLech2>