diff --git a/source/authentication/overview/map-user.rst b/source/authentication/overview/map-user.rst index 9deb710a..3ced63b9 100644 --- a/source/authentication/overview/map-user.rst +++ b/source/authentication/overview/map-user.rst @@ -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/source/how-tos/debug/debug-apache.rst b/source/how-tos/debug/debug-apache.rst index 2aa0eed6..6ee58e9a 100644 --- a/source/how-tos/debug/debug-apache.rst +++ b/source/how-tos/debug/debug-apache.rst @@ -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 ------------------