synced Directory-config with non-Windows

git-svn-id: svn://10.0.0.236/trunk@265729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-12-03 22:26:34 +00:00
parent 0ab0740a33
commit 5f16fbb928
3 changed files with 5 additions and 10 deletions

View File

@ -1 +1 @@
9255
9256

View File

@ -1 +1 @@
f79839e15bc44cd2f8a80f72cce15f4fd7f9aa74
3d4b587c9270c272178e1d2be6f7c9e71393c22d

View 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.