mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 05:12:03 +00:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user