Commit a202c8e
authored
Fix c-icap configuration example to add missing acl "all" (#25)
Without this "all" ACL definition in the c-icap.conf file, c-icap
reports a fatal error when starting up:
The acl spec all does not exists!
The required acl spec 'all' is missing
Fatal error while parsing config file: ...
The line is: icap_access deny all
This definition for the "all" ACL comes from the example in c-icap
server configuration file:
https://github.com/c-icap/c-icap-server/blob/C_ICAP_0.6.3/c-icap.conf.in1 parent e9bd318 commit a202c8e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments