server-configs-apache icon indicating copy to clipboard operation
server-configs-apache copied to clipboard

Apache HTTP server boilerplate configs

Results 5 server-configs-apache issues
Sort by recently updated
recently updated
newest added

The [`cache-control`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) header (which takes precedence over `expires` if present) has been asked about before in [#85](https://github.com/h5bp/server-configs-apache/issues/85) and [#73](https://github.com/h5bp/server-configs-apache/issues/73). I would like to raise this again because the header provides...

enhancement

Hey! I'm currently facing an issue with the build script. I'm trying to generate a custom htaccess file while including a custom partial in it. Here's a basic example: ```apache...

This feature adds support for using designated previous responses, as an external dictionary for Brotli(or Zstandard)-compressing HTTP responses. If the browser and server share a dictionary, using the dictionary for...

enhancement
on-hold

[Feature Policy](https://caniuse.com/feature-policy) is deprecated and has been replaced with [Permissions Policy](https://caniuse.com/permissions-policy) and [Document Policy](https://caniuse.com/document-policy). This repo has `Permissions Policy` found here: https://github.com/h5bp/server-configs-apache/blob/main/h5bp/security/permissions-policy.conf It should also contain `Document Policy`. Link: https://wicg.github.io/document-policy/

enhancement
on-hold

If you use the h5bp Apache config in a server configuration, and add a virtual host and a directory block with custom rewrite rules, none of the h5bp rewrite rules...

enhancement
help wanted
good first issue