Skip to content

Commit c7aceb2

Browse files
author
committed
Deployed e7fd3e6 with MkDocs version: 1.3.0
1 parent 7ec4fcb commit c7aceb2

File tree

4 files changed

+73
-76
lines changed

4 files changed

+73
-76
lines changed

data/frontier-squid/index.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -2167,20 +2167,17 @@ <h2 id="validating-frontier-squid">Validating Frontier Squid<a class="headerlink
21672167
<p>As any user on another computer, do the following (where
21682168
<code>&lt;MY.SQUID.HOST.EDU&gt;</code> is the fully qualified domain name of your
21692169
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>&lt;MY.SQUID.HOST.EDU&gt;<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://&lt;MY.SQUID.HOST.EDU&gt;:3128
21712171
</span><span class="gp">user@host $ </span>wget -qdO/dev/null http://frontier.cern.ch <span class="m">2</span>&gt;<span class="p">&amp;</span><span class="m">1</span><span class="p">|</span>grep X-Cache
2172-
<span class="go">X-Cache: MISS from `&lt;MY.SQUID.HOST.EDU&gt;`</span>
2172+
<span class="go">X-Cache: MISS from &lt;MY.SQUID.HOST.EDU&gt;</span>
21732173
<span class="gp">user@host $ </span>wget -qdO/dev/null http://frontier.cern.ch <span class="m">2</span>&gt;<span class="p">&amp;</span><span class="m">1</span><span class="p">|</span>grep X-Cache
2174-
<span class="go">X-Cache: HIT from `&lt;MY.SQUID.HOST.EDU&gt;`</span>
2174+
<span class="go">X-Cache: HIT from &lt;MY.SQUID.HOST.EDU&gt;</span>
21752175
</code></pre></div>
21762176
<p>If the grep doesn't print anything, try removing it from the pipeline
21772177
to see if errors are obvious. If the second try says MISS again,
21782178
something is probably wrong with the squid cache writes. Look at the squid
21792179
<a href="https://twiki.cern.ch/twiki/bin/view/Frontier/InstallSquid#Log_file_contents">access.log file</a>
21802180
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>
21842181
<h2 id="registering-frontier-squid">Registering Frontier Squid<a class="headerlink" href="#registering-frontier-squid" title="Permanent link">&para;</a></h2>
21852182
<p>To register your Frontier Squid host, follow the general registration instructions
21862183
<a href="../../common/registration/#new-resources">here</a> with the following Frontier Squid-specific details.

search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)