Add IPv6 and Quick Install
This commit is contained in:
parent
5627f2aaa9
commit
87fc67f62d
@ -42,4 +42,11 @@ Changes against the original version:
|
|||||||
* Removed the enforced masking of the last octet. By default, it will
|
* Removed the enforced masking of the last octet. By default, it will
|
||||||
still be masked, but you can configure your log format with `%{32}a`
|
still be masked, but you can configure your log format with `%{32}a`
|
||||||
to get full IP addresses if you wish.
|
to get full IP addresses if you wish.
|
||||||
|
* Added IPv6 support [from issue](https://github.com/webfactory/mod_log_ipmask/issues/1)
|
||||||
|
|
||||||
|
## How to install under Debian 9 ?
|
||||||
|
```
|
||||||
|
apt install apache2-dev
|
||||||
|
apxs -i -a -c mod_log_ipmask.c
|
||||||
|
systemctl restart apache2
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user