1 # arg 1: the new package version
6 --> Add the following line to the modules section of your apache config
7 LoadModule hosts_access_module modules/mod_hosts_access.so
8 --> By default mod_hosts_access does no access checking. Enable
9 hosts_access checking by adding the line
11 to your configuration. This line can be placed anywhere the deny
12 and allow directives may be used, e.g. in the <Directory /> block
13 or in a .htaccess file if AllowOverride Limit has been set.
14 --> hosts_access checking can be disabled by adding the line
16 to your configuration.
17 --> The deny and allow directives can be used at the same time as
18 the HostsAcces directive; any request will have to pass both access
19 checks to be allowed in.
25 # arg 1: the new package version
26 # arg 2: the old package version