summaryrefslogtreecommitdiff
path: root/docs/admin/installation-apache.rst
diff options
context:
space:
mode:
authorLéon Tiekötter <leon@tiekoetter.com>2022-06-21 14:48:46 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-07-30 13:39:35 +0200
commite5323b8aa285d61bf011bbe7ca8f02818f19ed79 (patch)
tree943270e4998815d360713e21615082293300c877 /docs/admin/installation-apache.rst
parent6fbffe9d208e3fc267eef4c421ba1810d6292cb0 (diff)
downloadsearxng-e5323b8aa285d61bf011bbe7ca8f02818f19ed79.tar.gz
searxng-e5323b8aa285d61bf011bbe7ca8f02818f19ed79.zip
[docs] corrections from @tiekoetter's review
Diffstat (limited to 'docs/admin/installation-apache.rst')
-rw-r--r--docs/admin/installation-apache.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/admin/installation-apache.rst b/docs/admin/installation-apache.rst
index ca919812e..673a37ee4 100644
--- a/docs/admin/installation-apache.rst
+++ b/docs/admin/installation-apache.rst
@@ -40,8 +40,8 @@ Apache
https://httpd.apache.org/docs/current/mod/mod_proxy.html
-This section explains how to set up a SearXNG site using the HTTP server Apache_.
-If you have used the :ref:`installation scripts` and do not have any preference
+This section explains how to set up a SearXNG instance using the HTTP server Apache_.
+If you did use the :ref:`installation scripts` and do not have any special preferences
you can install the :ref:`SearXNG site <apache searxng site>` using
:ref:`searxng.sh <searxng.sh overview>`:
@@ -99,8 +99,8 @@ Directives`_ documentation gives first orientation. There is also a list of
sudo -H systemctl enable httpd
sudo -H systemctl start httpd
-Now at http://localhost you should see any kind of *Welcome* or *Test* page.
-How this default intro site is configured, depends on the linux distribution
+Now at http://localhost you should see some kind of *Welcome* or *Test* page.
+How this default site is configured, depends on the linux distribution
(compare `Apache directives`_).
.. tabs::
@@ -322,11 +322,11 @@ mod_proxy_ module (:ref:`apache modules`).
With ProxyPreserveHost_ the incoming ``Host`` header is passed to the proxied
host.
-Depending on what your SearXNG installation is listen, you need a http
+Depending on what your SearXNG installation is listening on, you need a http
mod_proxy_http_) or socket (mod_proxy_uwsgi_) communication to upstream.
-The :ref:`installation scripts` installs by default the :ref:`reference setup
-<use_default_settings.yml>` and a :ref:`uwsgi setup` that listens on a socket.
+The :ref:`installation scripts` installs the :ref:`reference setup
+<use_default_settings.yml>` and a :ref:`uwsgi setup` that listens on a socket by default.
You can install and activate your own ``searxng.conf`` like shown in
:ref:`apache sites`.
@@ -383,6 +383,6 @@ one of the lines and `restart apache`_:
SetEnvIf Request_URI "/searxng" dontlog
# CustomLog /dev/null combined env=dontlog
-The ``CustomLog`` directive disable logs of the entire (virtual) server, use it
-when the URL of the service does not have a path component (``/searxng``), when
+The ``CustomLog`` directive disables logs for the entire (virtual) server, use it
+when the URL of the service does not have a path component (``/searxng``), so when
SearXNG is located at root (``/``).