Skip to content

Commit

Permalink
Merge pull request #885 from deltab/patch-1
Browse files Browse the repository at this point in the history
Fix broken link to Order directive docs
  • Loading branch information
igalic committed Oct 7, 2014
2 parents 525667d + 998d06a commit d051887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ Lists the [Options](http://httpd.apache.org/docs/current/mod/core.html#options)

######`order`

Sets the order of processing Allow and Deny statements as per [Apache core documentation](httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order). **Deprecated:** This parameter is being deprecated due to a change in Apache. It will only work with Apache 2.2 and lower.
Sets the order of processing Allow and Deny statements as per [Apache core documentation](http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order). **Deprecated:** This parameter is being deprecated due to a change in Apache. It will only work with Apache 2.2 and lower.

```puppet
apache::vhost { 'sample.example.net':
Expand Down

0 comments on commit d051887

Please sign in to comment.