Update web server install tutorial screenshots

The first two screenshots in the web server install tutorial
don't correspond to the default configuration in the latest
version of the Apache and PHP servers (as tested on
VERSION_ID=20490).

This commit updates both screenshots and the text that refers
to them in the document.

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@intel.com>
This commit is contained in:
Jair Gonzalez
2018-01-29 12:28:29 -06:00
parent 905b7202ae
commit 1cb211448f
3 changed files with 5 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 186 KiB

@@ -61,11 +61,11 @@ To start the Apache service, enter the following commands:
To verify that the Apache server application is running, go to your web
browser and navigate to: http://localhost
If the service is running you will see the message “It works!” on your
browser as shown in figure 1.
If the service is running you will see the message "This web server is
operational from host." on your browser as shown in figure 1.
.. figure:: figures/web-server-install-1.png
:alt: It works!
:alt: This web server is operational from host.
:scale: 50%
Confirmation the Apache service is running.
@@ -129,7 +129,8 @@ Finally, lets create the new ``DocumentRoot`` directory structure and copy th
To make sure that we have everything set correctly, lets edit the new
:file:`index.html` file with your editor and change the text from
``It works`` to ``It works in its new location``.
"This web server is operational from host." to
"This web server is operational from its new location.".
With the new configuration files in place, you will need to stop and then
restart the ``httpd.service``.