mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
57eb6489a0
- QS_ClientIpFromHeader supports other modules (e.g. mod_remoteip) setting a client address to the request record when using the special header name #USERAGENT_IP. https://mod-qos.sourceforge.net/CHANGES.txt PR: 280799
23 lines
378 B
Makefile
23 lines
378 B
Makefile
PORTNAME= mod_qos
|
|
DISTVERSION= 11.75
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= QoS for Apache
|
|
WWW= https://mod-qos.sourceforge.net/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
|
|
|
USES= apache
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|