Correct typo on default path for httpd.conf

The correct default path for httpd.conf is /usr/share/defaults/httpd
instead of /etc/share/defaults/httpd, as specified on the
web server install tutorial.

This commit corrects it 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:36 -06:00
parent 1cb211448f
commit 89a38c7d62
@@ -80,7 +80,7 @@ Change the Default Configuration and Data Directory
|CL| is designed to be a stateless operating system which means that you will
need to create an optional configuration file. The default location of the
Apache configuration file, :file:`httpd.conf`, is located in the
:file:`/etc/share/defaults/httpd` directory, which can be overwritten as part of the
:file:`/usr/share/defaults/httpd` directory, which can be overwritten as part of the
stateless paradigm. This default :file:`.conf` file includes the following directives
that allow for additional locations of configuration definitions: