squid:acls:acl_example_usage
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
squid:acls:acl_example_usage [2020/04/07 12:00] – peter | squid:acls:acl_example_usage [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 312: | Line 312: | ||
</ | </ | ||
+ | The actual rewriter script that is called would be something like this: | ||
- | <WRAP info> | + | <code perl> |
- | **NOTE:** Do not place quotes around the path...this could break it. | + | # |
- | </ | + | $|=1; |
+ | while (<>) { | ||
+ | $url = m/^([^ ]*)/; | ||
+ | if ($url !~ /^http:\/ | ||
+ | $url =~ s@^http:// | ||
+ | print " | ||
+ | } else { | ||
+ | print " | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | If it exists with abnormal program termination and this is in the cache.log: | ||
+ | |||
+ | <code bash> | ||
+ | 2012/03/23 19:26:12| helperOpenServers: | ||
+ | 2012/03/23 19:26:12| ipcCreate: CHILD: c: | ||
+ | 2012/03/23 19:26:12| ipcCreate: PARENT: OK read test failed | ||
+ | 2012/03/23 19:26:13| --> read returned 4 | ||
+ | </ | ||
+ | |||
+ | Then could be to not place quotes around the path... | ||
---- | ---- |
squid/acls/acl_example_usage.1586260825.txt.gz · Last modified: 2020/07/15 09:30 (external edit)