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-2616) Optionally set LimitRequestFieldSize on an apache::vhost #1208

Merged
merged 1 commit into from Sep 24, 2015
Merged

Conversation

traylenator
Copy link
Contributor

Support setting of LimitRequestFieldSize on a vhost.

apache::vhost{'foo':
  limit_request_field_size => 1234
}

by default value is unset.

http://httpd.apache.org/docs/2.4/mod/core.html#limitrequestfieldsize
https://tickets.puppetlabs.com/browse/MODULES-2616

Support setting of LimitRequestFieldSize on a vhost.

```puppet
apache::vhost{'foo':
  limit_request_field_size => 1234
}
```

by default value is unset.

http://httpd.apache.org/docs/2.4/mod/core.html#limitrequestfieldsize
https://tickets.puppetlabs.com/browse/MODULES-2616
@traylenator
Copy link
Contributor Author

Other LimitRequest variables exist, I'm happy to add them now or do we leave things out till someone actually wants them.

@traylenator
Copy link
Contributor Author

Not sure why travis is not running?

@tphoney
Copy link
Contributor

tphoney commented Sep 24, 2015

that is disturbing, i will have a look

@tphoney
Copy link
Contributor

tphoney commented Sep 24, 2015

i am going to close then re-open the ticket to force

@tphoney tphoney closed this Sep 24, 2015
@tphoney tphoney reopened this Sep 24, 2015
@tphoney
Copy link
Contributor

tphoney commented Sep 24, 2015

yay travis is running

@traylenator
Copy link
Contributor Author

The reboot it fix.

tphoney added a commit that referenced this pull request Sep 24, 2015
(MODULES-2616) Optionally set LimitRequestFieldSize on an apache::vhost
@tphoney tphoney merged commit 2730154 into puppetlabs:master Sep 24, 2015
@traylenator traylenator deleted the lrfs branch November 17, 2015 15:28
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