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

#FORGE-288 Apache::vhost module should support raw vhost configuration #1259

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -78,6 +78,7 @@
[`content`]: #content
[custom error documents]: http://httpd.apache.org/docs/current/custom-error.html
[`custom_fragment`]: #custom_fragment
[`raw_vhost`]: #raw_vhost

[`default_mods`]: #default_mods
[`default_ssl_crl`]: #default_ssl_crl
Expand Down Expand Up @@ -1903,6 +1904,10 @@ Specifies the list of things to which Apache blocks access. Valid option: 'scm',

Passes a string of custom configuration directives to place at the end of the virtual host configuration. Default: 'undef'.

##### `custom_fragment`

Passes a string that contains raw content to generate vhost. It will be mutually exclusive with the other options for parameterizing vhost template. Default: 'undef'.

##### `default_vhost`

Sets a given `apache::vhost` define as the default to serve requests that do not match any other `apache::vhost` defines. Default: 'false'.
Expand Down