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

IncludeOptional for local httpd include files, and a common include #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alaniwi
Copy link
Contributor

@alaniwi alaniwi commented Apr 16, 2020

Changes relating to inclusion of httpd local config:

  • use of IncludeOptional instead of Include removes the need to uncomment the Include in the main config file when providing a local include file, making management easier if the main config file can be kept unmodified

  • adds another optional local include file outside of the VirtualHost sections

(Makes use of wildcard trick used in top answer at https://stackoverflow.com/questions/9690085/how-do-i-include-a-file-in-apache-config-without-generating-an-error-when-it-doe )

alaniwi added 2 commits April 16, 2020 07:58
…ude file for top level; add explanatory comments in config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant