@@ -2167,20 +2167,17 @@ <h2 id="validating-frontier-squid">Validating Frontier Squid<a class="headerlink
2167
2167
< p > As any user on another computer, do the following (where
2168
2168
< code > <MY.SQUID.HOST.EDU></ code > is the fully qualified domain name of your
2169
2169
squid server):</ p >
2170
- < div class ="highlight "> < pre > < span > </ span > < code > < span class ="hll "> < span class ="gp "> user@host $ </ span > < span class ="nb "> export</ span > < span class ="nv "> http_proxy</ span > < span class ="o "> =</ span > http://< span class =" sb " > ` </ span > <MY.SQUID.HOST.EDU>< span class =" sb " > ` </ span > :3128
2170
+ < div class ="highlight "> < pre > < span > </ span > < code > < span class ="hll "> < span class ="gp "> user@host $ </ span > < span class ="nb "> export</ span > < span class ="nv "> http_proxy</ span > < span class ="o "> =</ span > http://<MY.SQUID.HOST.EDU>:3128
2171
2171
</ span > < span class ="gp "> user@host $ </ span > wget -qdO/dev/null http://frontier.cern.ch < span class ="m "> 2</ span > >< span class ="p "> &</ span > < span class ="m "> 1</ span > < span class ="p "> |</ span > grep X-Cache
2172
- < span class ="go "> X-Cache: MISS from ` <MY.SQUID.HOST.EDU>` </ span >
2172
+ < span class ="go "> X-Cache: MISS from <MY.SQUID.HOST.EDU></ span >
2173
2173
< span class ="gp "> user@host $ </ span > wget -qdO/dev/null http://frontier.cern.ch < span class ="m "> 2</ span > >< span class ="p "> &</ span > < span class ="m "> 1</ span > < span class ="p "> |</ span > grep X-Cache
2174
- < span class ="go "> X-Cache: HIT from ` <MY.SQUID.HOST.EDU>` </ span >
2174
+ < span class ="go "> X-Cache: HIT from <MY.SQUID.HOST.EDU></ span >
2175
2175
</ code > </ pre > </ div >
2176
2176
< p > If the grep doesn't print anything, try removing it from the pipeline
2177
2177
to see if errors are obvious. If the second try says MISS again,
2178
2178
something is probably wrong with the squid cache writes. Look at the squid
2179
2179
< a href ="https://twiki.cern.ch/twiki/bin/view/Frontier/InstallSquid#Log_file_contents "> access.log file</ a >
2180
2180
to try to see what's wrong.</ p >
2181
- < p > If your squid will be supporting the Frontier application, it is also
2182
- good to do the test in the
2183
- < a href ="https://twiki.cern.ch/twiki/bin/view/Frontier/InstallSquid#Testing_the_installation "> upstream documentation Testing the installation section</ a > .</ p >
2184
2181
< h2 id ="registering-frontier-squid "> Registering Frontier Squid< a class ="headerlink " href ="#registering-frontier-squid " title ="Permanent link "> ¶</ a > </ h2 >
2185
2182
< p > To register your Frontier Squid host, follow the general registration instructions
2186
2183
< a href ="../../common/registration/#new-resources "> here</ a > with the following Frontier Squid-specific details.
0 commit comments