puppetlabs-apache icon indicating copy to clipboard operation
puppetlabs-apache copied to clipboard

Add EnableSendfile per directory

Open kajinamit opened this issue 1 year ago • 0 comments

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)

kajinamit avatar Mar 17 '24 06:03 kajinamit