From 760e0767fe9b0a33faf5568fdfee76eb2e1c4fe7 Mon Sep 17 00:00:00 2001 From: oscwiag Date: Thu, 11 Jul 2024 17:28:30 +0000 Subject: [PATCH] [ci skip] Autodoc commit for 3b7e9f7178cc833c2e036653d3f8919abef5509a. --- latest/_sources/authentication/overview/map-user.rst.txt | 4 ++-- latest/_sources/how-tos/debug/debug-apache.rst.txt | 2 +- latest/authentication/overview/map-user.html | 2 +- latest/how-tos/debug/debug-apache.html | 2 +- latest/searchindex.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/latest/_sources/authentication/overview/map-user.rst.txt b/latest/_sources/authentication/overview/map-user.rst.txt index 9deb710a0..3ced63b90 100644 --- a/latest/_sources/authentication/overview/map-user.rst.txt +++ b/latest/_sources/authentication/overview/map-user.rst.txt @@ -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. @@ -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 \ No newline at end of file +.. _lua_log_level: ood-portal-generator-lua-log-level diff --git a/latest/_sources/how-tos/debug/debug-apache.rst.txt b/latest/_sources/how-tos/debug/debug-apache.rst.txt index 2aa0eed6b..6ee58e9ac 100644 --- a/latest/_sources/how-tos/debug/debug-apache.rst.txt +++ b/latest/_sources/how-tos/debug/debug-apache.rst.txt @@ -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 ------------------ diff --git a/latest/authentication/overview/map-user.html b/latest/authentication/overview/map-user.html index 7de538b6b..b9c1eeb17 100644 --- a/latest/authentication/overview/map-user.html +++ b/latest/authentication/overview/map-user.html @@ -241,7 +241,7 @@

Both with variations will be discussed here.

2.1. 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.

This is generally a return value from the authentication system like an diff --git a/latest/how-tos/debug/debug-apache.html b/latest/how-tos/debug/debug-apache.html index fdfd290af..e1d94a8d1 100644 --- a/latest/how-tos/debug/debug-apache.html +++ b/latest/how-tos/debug/debug-apache.html @@ -259,7 +259,7 @@

Log locations