From 89a38c7d62242363853b584121df6db153f8eeca Mon Sep 17 00:00:00 2001 From: Jair Gonzalez Date: Fri, 26 Jan 2018 18:33:11 -0600 Subject: [PATCH] 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 --- .../tutorials/web-server-install/web-server-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/tutorials/web-server-install/web-server-install.rst b/source/clear-linux/tutorials/web-server-install/web-server-install.rst index c08b21ce..b382d469 100644 --- a/source/clear-linux/tutorials/web-server-install/web-server-install.rst +++ b/source/clear-linux/tutorials/web-server-install/web-server-install.rst @@ -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: