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

configure timeouts for apache::mod::reqtimeout #792

Merged
merged 1 commit into from
Aug 7, 2014

Conversation

roidelapluie
Copy link
Contributor

No description provided.

@@ -1,2 +1 @@
RequestReadTimeout header=20-40,minrate=500
RequestReadTimeout body=10,minrate=500
RequestReadTimeout <%= @timeouts %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would make more sense to have timeouts be an array and then have something like:

<% Array(@timeouts).each do |timeout| -%>
RequestReadTimeout <%= timeout %>
<% end -%>

@underscorgan
Copy link
Contributor

This is missing README updates and test coverage.

@roidelapluie
Copy link
Contributor Author

@miiiche Fixed and rebased

}
```

**Parameters within `apache::mod::reqtimeout`:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep with the format of the README, this line is unnecessary.

@underscorgan
Copy link
Contributor

@roidelapluie Once you make the README updates could you squash this down to one commit?

@roidelapluie
Copy link
Contributor Author

@mhaskel done :)

underscorgan pushed a commit that referenced this pull request Aug 7, 2014
configure timeouts for apache::mod::reqtimeout
@underscorgan underscorgan merged commit 1f8a39b into puppetlabs:master Aug 7, 2014
@underscorgan
Copy link
Contributor

@roidelapluie thanks for the contribution!

traylenator pushed a commit to traylenator/puppetlabs-apache that referenced this pull request Aug 15, 2022
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.

None yet

3 participants