Skip to content

Commit d051887

Browse files
committed
Merge pull request #885 from deltab/patch-1
Fix broken link to Order directive docs
2 parents 525667d + 998d06a commit d051887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ Lists the [Options](http://httpd.apache.org/docs/current/mod/core.html#options)
16231623

16241624
######`order`
16251625

1626-
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.
1626+
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.
16271627

16281628
```puppet
16291629
apache::vhost { 'sample.example.net':

0 commit comments

Comments
 (0)