Bug #9386
CVMFS frontier-squid config bug
Start date:
07/07/2015
Due date:
% Done:
0%
Estimated time:
component:
base
First Occurred:
Occurs In:
Scope:
Internal
Experiment:
-
Stakeholders:
Co-Assignees:
Categorization:
-
Description
From Dave Dykstra:
Hi Tony,
I just found a small mistake in the instructions for configuring squid
at
https://twiki.grid.iu.edu/bin/view/Documentation/Release3/InstallCvmfsStratum1
which appears to have been carried through onto cvmfs3/cvmfs4. It had
said
insertline("^http_access deny all", "acl CVMFSAPI urlpath_regex /cvmfs/[/]*/api/")
insertline("^http_access deny all", "cache deny all")
where that last line is supposed to be what I have now changed it to:
insertline("^http_access deny all", "cache deny !CVMFSAPI")
Can you confirm if you have that, and change it?
Dave