]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
synced Directory-config with non-Windows
authortschoening <tschoening@users.noreply.github.com>
Sun, 19 Oct 2014 19:09:49 +0000 (21:09 +0200)
committertschoening <tschoening@users.noreply.github.com>
Sun, 19 Oct 2014 19:09:49 +0000 (21:09 +0200)
docs/en/rst/installing/apache-windows.rst

index 4285a4b2724ec34b25a9cb17ed772391be4b8b64..10bf1c6dbfe213bee3a33005634973a2d18bec30 100644 (file)
@@ -79,16 +79,11 @@ Add the following stanza:
 
    <Directory "C:/Bugzilla">
        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
    </Directory>
 
-.. 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.