From: tschoening Date: Sun, 19 Oct 2014 19:09:49 +0000 (+0200) Subject: synced Directory-config with non-Windows X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4b587c9270c272178e1d2be6f7c9e71393c22d;p=thirdparty%2Fbugzilla.git synced Directory-config with non-Windows --- diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst index 4285a4b272..10bf1c6dbf 100644 --- a/docs/en/rst/installing/apache-windows.rst +++ b/docs/en/rst/installing/apache-windows.rst @@ -79,16 +79,11 @@ Add the following stanza: ScriptInterpreterSource Registry-Strict - Options Indexes FollowSymLinks ExecCGI - DirectoryIndex index.cgi index.html - AllowOverride All - Order allow,deny - Allow from all + Options +ExecCGI +FollowSymLinks + DirectoryIndex index.cgi index.html + AllowOverride Limit FileInfo Indexes Options -.. todo:: This is still a bit different from the Linux instructions (apart - from ScriptInterpreterSource, obviously). Is that intended? - In order for ``ScriptInterpreterSource Registry-Strict`` to work, you also need to add an entry to the Registry so Apache will use Perl to execute .cgi files.