diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-11-02 11:53:15 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-03 13:39:38 +0100 |
commit | 0595fad704bdd1df3a5b5993887ac0a7673ab51d (patch) | |
tree | 1a22e9ae6c45e849db998fdde4b6cc1fc9c5627a | |
parent | glep-0074: Reference RFC 3339 instead of ISO 8601 (diff) | |
download | glep-0595fad704bdd1df3a5b5993887ac0a7673ab51d.tar.gz glep-0595fad704bdd1df3a5b5993887ac0a7673ab51d.tar.bz2 glep-0595fad704bdd1df3a5b5993887ac0a7673ab51d.zip |
glep-0011: Conform directory convention
The trailing slash should be present when describing the location of
directory according to *Conventions* section. This change unifies all
appearances of /home/httpd/ in this document.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | glep-0011.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glep-0011.rst b/glep-0011.rst index e2ea5bd..50009e3 100644 --- a/glep-0011.rst +++ b/glep-0011.rst @@ -6,7 +6,7 @@ Type: Standards Track Status: Final Version: 1 Created: 2003-08-02 -Last-Modified: 2019-11-07 +Last-Modified: 2022-11-02 Post-History: 2003-08-07, 2003-08-12, 2003-08-13, 2006-09-03 Content-Type: text/x-rst --- @@ -165,7 +165,7 @@ add support for Apache 2 as well as supporting Apache 1 installations. 2. Application Installation --------------------------- -The current accepted standard Document Root in Gentoo is /home/httpd. The +The current accepted standard Document Root in Gentoo is /home/httpd/. The discussion suggest that this is not the best location to install web based applications. @@ -297,7 +297,7 @@ Backwards Compatibility There may be some issues regarding compatibility with existing installs of web applications. This is particularly true if the default Document Root is -moved from what is accepted as the current standard (/home/httpd). +moved from what is accepted as the current standard (/home/httpd/). The main issues are: * transition of existing configuration files to the |