Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 3b7e9f7.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Jul 11, 2024
1 parent f9fafbc commit 760e076
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions latest/_sources/authentication/overview/map-user.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Both with variations will be discussed here.
Remote User
-----------

It's worth discussusing where ``REMOTE_USER`` is comfing from. When apache
It's worth discussusing where ``REMOTE_USER`` is coming from. When apache
has successfully authenticates a request it sets the variable ``REMOTE_USER``
from, well, the remote.

Expand Down Expand Up @@ -200,4 +200,4 @@ The full message would look like this.
.. _user_map_cmd: ood-portal-generator-user-map-cmd
.. _user_env: ood-portal-generator-user-env
.. _oidc_remote_user_claim: ood-portal-generator-user-map-match
.. _lua_log_level: ood-portal-generator-lua-log-level
.. _lua_log_level: ood-portal-generator-lua-log-level
2 changes: 1 addition & 1 deletion latest/_sources/how-tos/debug/debug-apache.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Or you're using the wrong hostname in your browser.

.. code-block:: sh
sudo /sbin/apache2 -S
. /etc/apache2/envvars; sudo -E /sbin/apache2 -S
Performance Tuning
------------------
Expand Down
2 changes: 1 addition & 1 deletion latest/authentication/overview/map-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<p>Both with variations will be discussed here.</p>
<div class="section" id="remote-user">
<h2><span class="section-number">2.1. </span>Remote User<a class="headerlink" href="#remote-user" title="Permalink to this headline"></a></h2>
<p>It’s worth discussusing where <code class="docutils literal notranslate"><span class="pre">REMOTE_USER</span></code> is comfing from. When apache
<p>It’s worth discussusing where <code class="docutils literal notranslate"><span class="pre">REMOTE_USER</span></code> is coming from. When apache
has successfully authenticates a request it sets the variable <code class="docutils literal notranslate"><span class="pre">REMOTE_USER</span></code>
from, well, the remote.</p>
<p>This is generally a return value from the authentication system like an
Expand Down
2 changes: 1 addition & 1 deletion latest/how-tos/debug/debug-apache.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h2>Log locations<a class="headerlink" href="#log-locations" title="Permalink to
</div><div aria-labelledby="tab-1-1-1" class="sphinx-tabs-panel" hidden="true" id="panel-1-1-1" name="1-1" role="tabpanel" tabindex="0"><div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>sudo /sbin/httpd -S
</pre></div>
</div>
</div><div aria-labelledby="tab-1-1-2" class="sphinx-tabs-panel" hidden="true" id="panel-1-1-2" name="1-2" role="tabpanel" tabindex="0"><div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>sudo /sbin/apache2 -S
</div><div aria-labelledby="tab-1-1-2" class="sphinx-tabs-panel" hidden="true" id="panel-1-1-2" name="1-2" role="tabpanel" tabindex="0"><div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>. /etc/apache2/envvars<span class="p">;</span> sudo -E /sbin/apache2 -S
</pre></div>
</div>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 760e076

Please sign in to comment.