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

(MODULES-3942) make sure mod_alias is loaded with redirectmatch #1675

Merged
merged 1 commit into from
Aug 22, 2017

Conversation

eputnam
Copy link
Contributor

@eputnam eputnam commented Aug 17, 2017

previously, when redirectmatch_* parameters were included, the RedirectMatch directive would be added to the vhost without mod_alias loaded. Since RedirectMatch is part of mod_alias, mod_alias is required. This change makes sure this happens whenever any of the three parameters are used.

@eputnam eputnam force-pushed the MODULES-3942 branch 6 times, most recently from bb62bf2 to 280fbc2 Compare August 22, 2017 17:56
previously, when redirectmatch_* parameters were included, the RedirectMatch directive would be added to the vhost without mod_alias loaded. Since RedirectMatch is part of mod_alias, mod_alias is required. This change makes sure this happens whenever any of the three parameters are used.
@HAIL9000 HAIL9000 merged commit 34e4586 into puppetlabs:master Aug 22, 2017
cegeka-jenkins pushed a commit to cegeka/puppet-apache that referenced this pull request Jul 15, 2020
(MODULES-3942) make sure mod_alias is loaded with redirectmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants