Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize apache config #9969

Open
hennevogel opened this issue Jul 30, 2020 · 1 comment
Open

Modularize apache config #9969

hennevogel opened this issue Jul 30, 2020 · 1 comment
Labels
Feature Packages 📦 Things regarding our RPM packages

Comments

@hennevogel
Copy link
Member

We ship one file of apache config for everything as config(:noreplace). That configuration sets up some a tiny bit of dynamic variables that is adopted to the host and a large portion of static things that is the same on all hosts.

Now what people usually do is to change some of the dynamic parts. Then next time you do a package update you get a *.rpmnew file for this config. All is good.

Except if we want to touch the static part of the config. Like RewriteCond (17e8c2b) or even whole new features (a09bc3c).

We should put the parts that are host unspecific into files we Include into the dynamic part of the vhost config.

@hennevogel hennevogel added Packages 📦 Things regarding our RPM packages Feature labels Jul 30, 2020
@adrianschroeter
Copy link
Member

adrianschroeter commented Jul 31, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Packages 📦 Things regarding our RPM packages
Projects
None yet
Development

No branches or pull requests

2 participants