Skip to content

Commit

Permalink
Update install-software.rst (#874)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brattex authored Oct 11, 2023
1 parent 27ed214 commit d03c29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/installation/install-software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 <add-ssl>`. This way you never send credentials over plain http.
:ref:`secure your Apache <add-ssl>`. This way you never send credentials over plain HTTP.

You may also want to :ref:`enable SELinux <modify-system-security>`.

If you're seeing the default apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts <show-virtualhosts>`
If you're seeing the default Apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts <show-virtualhosts>`
and likely :ref:`configure a servername <ood-portal-generator-servername>`.

Building From Source
Expand Down

0 comments on commit d03c29f

Please sign in to comment.