-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add suexec support #712
Add suexec support #712
Conversation
Unit test failures:
|
This adds the suexec_user_group parameter to vhost and introduces a class apache::mod::suexec, which is included when the parameter is used.
Argh. Should be fixed now. |
Still an issue with Ruby 1.8.7/puppet 2.7 Failures:
|
I wonder if that's related to my patch or just slipped in because of Travis CI breakage. |
I'll run the tests locally and see what happens... |
:sigh: Looks like this is, indeed, an issue with travis. |
Why was this important PR not merged? |
@mbrodala I'm not sure what you mean since it was merged. |
@ekohl I'm sorry I was confused since I came from Jira where there's only the "Closed" notice and I didn't double check here. |
@mbrodala I can see how Jira would lead you to think that :) |
…13_1 Release prep v3.13.1
This adds the suexec_user_group parameter to vhost and introduces a class
apache::mod::suexec, which is included when the parameter is used.