From d03c29fbcbb8fd9ecd1ac9cd13d7d2d829c25f7a Mon Sep 17 00:00:00 2001 From: brattex Date: Wed, 11 Oct 2023 16:30:55 +0200 Subject: [PATCH] Update install-software.rst (#874) Fixed a few typo's and inconsistencies with: apache / Apache (the correct way is capital A, and the doc starts off like that) http / HTTP (again, just a pedantic thing) removed a 'with' from a 'with without' typo. --- source/installation/install-software.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 752abb4c..7f6f7305 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -145,14 +145,14 @@ Now that Open OnDemand is installed and Apache is running, it should be serving a public page telling you to come back here and setup authentication. If this is the case - then you need to :ref:`add authentication `. -The installation will not move forward with without adding authentication. +The installation will not move forward without adding authentication. After adding authentication, but before actually testing that it works, you should -:ref:`secure your apache `. This way you never send credentials over plain http. +:ref:`secure your Apache `. This way you never send credentials over plain HTTP. You may also want to :ref:`enable SELinux `. -If you're seeing the default apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts ` +If you're seeing the default Apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts ` and likely :ref:`configure a servername `. Building From Source