Hi,
A little confused regarding what actions are required to make this work. I'm pretty used to the accept filters with www/nginx.
I have the accept filters loaded:
and have restarted www/apache24 without issue.
Documentation online seems to be unclear if I have to edit httpd.conf to instruct www/apache24 to use the accept filters. Does www/apache24 automatically use them?
I did see an instruction to use
and
in /etc/rc.conf.
Seems a little unclear to see if www/apache24 is actually using it.
Does anyone have experience with these filters and www/apache24?
A little confused regarding what actions are required to make this work. I'm pretty used to the accept filters with www/nginx.
I have the accept filters loaded:
Code:
1 20 0xffffffff80200000 1fa7c38 kernel
2 1 0xffffffff821a9000 30aec0 zfs.ko
3 2 0xffffffff824b4000 adc0 opensolaris.ko
4 1 0xffffffff82621000 1046 accf_dns.ko
5 1 0xffffffff82623000 d8e accf_data.ko
6 1 0xffffffff82624000 1875 accf_http.ko
7 1 0xffffffff82626000 2c0a coretemp.ko
8 1 0xffffffff82629000 21aa cc_htcp.ko
Documentation online seems to be unclear if I have to edit httpd.conf to instruct www/apache24 to use the accept filters. Does www/apache24 automatically use them?
I did see an instruction to use
Code:
apache24_http_accept_enable="YES"
Code:
apache24_accept_enable="YES"
Seems a little unclear to see if www/apache24 is actually using it.
Does anyone have experience with these filters and www/apache24?