From bdb7ad95eb8f51d8acb06b712fb525e20035214f Mon Sep 17 00:00:00 2001 From: George Clark Date: Mon, 25 Apr 2016 10:57:57 -0400 Subject: [PATCH] Item13883: Typo in InstallationGuide. --- core/data/System/InstallationGuide.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/data/System/InstallationGuide.txt b/core/data/System/InstallationGuide.txt index 1e01abf2ee..be16b601ee 100644 --- a/core/data/System/InstallationGuide.txt +++ b/core/data/System/InstallationGuide.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1460338963" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1461596274" format="1.1" version="1"}% %META:TOPICPARENT{name="AdminDocumentationCategory"}% ---+!! Installation Guide @@ -138,7 +138,7 @@ In details: %T% *General points to keep in mind with any of the above Apache configuration approaches:* * For security purposes, it's important to check that web access is denied to all Foswiki subdirectories other than =bin= and =pub=. All three of the approaches described above (Foswiki:Support.ApacheConfigGenerator, the sample =foswiki_httpd_conf.txt= file included in the distribution, or =.htaccess= files) should provide for this but it should be confirmed by using web browser to confirm that direct access to the other directories is blocked. * Also for security purposes, be sure to turn off any kind of PHP, Perl, Python, Server Side Includes, or other software execution mechanisms supported by your web server in the =pub= directory. Again, the three approaches described above all provide for this. However, different script execution mechanisms are disabled in different ways so refer see your web server configuration and documentation for more details. - * The configuration shipped with Foswiki is for Apache 2.2 or earlier. Apache 2.4 has changed the syntax of the configuration file. Ensure that =mod_access_compat= is enabled for backwards compatibility when using Apache 2.4, or use the updated Foswiki:Support.ApacheConfigGenerator24 config generator. + * The configuration shipped with Foswiki is for Apache 2.2 or earlier. Apache 2.4 has changed the syntax of the configuration file. Ensure that =mod_access_compat= is enabled for backwards compatibility when using Apache 2.4, or use the Foswiki:Support.ApacheConfigGenerator config generator. * %X% *New with Foswiki 2.0* The =configure= script no longer needs any special protection within the Apache configuration. #ConfigureFoswiki