main/apache2: fix mod_proxy default configuration

fixes #9829
This commit is contained in:
Kaarle Ritvanen 2019-02-01 18:59:50 +02:00
parent 970d6636f6
commit aa1a70d7d2

View File

@ -3,7 +3,7 @@
pkgname=apache2
_pkgreal=httpd
pkgver=2.4.38
pkgrel=0
pkgrel=1
pkgdesc="A high performance Unix-based HTTP server"
url="https://httpd.apache.org/"
arch="all"
@ -313,6 +313,7 @@ proxy() {
"$pkgdir"/usr/lib/apache2/mod_lbmethod_*.so \
"$subpkgdir"/usr/lib/apache2/
_load_mod slotmem_shm
_load_mod watchdog
_load_mods
}