puppetlabs-apache
puppetlabs-apache copied to clipboard
Add EnableSendfile per directory
Summary
Support configuring the EnableSendfile option under Directory directives
Additional Context
The EnableSendfile option can be configured in a Directory directive to disable/enable the snedfile feature for specific paths as is described in https://httpd.apache.org/docs/2.4/en/mod/core.html#enablesendfile .
Related Issues (if any)
N/A
Checklist
- [x] 🟢 Spec tests.
- [ ] 🟢 Acceptance tests.
- [ ] Manually verified. (For example
puppet apply)