Bugzilla:Win32Install: Difference between revisions

m
-T => -t
(about 10% content modified to make it correct and up to date.)
m (-T => -t)
Line 562: Line 562:
In order for <b>ScriptInterpreterSource Registry-Strict</b> to work, you also need to add an entry to the Registry so Apache will use Perl to execute .cgi files.
In order for <b>ScriptInterpreterSource Registry-Strict</b> to work, you also need to add an entry to the Registry so Apache will use Perl to execute .cgi files.


In command line environment, type <b>regedit</b> to open Microsoft Registory Editor GUI. In Microsoft Registory Editor, create a key <b>HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command</b> with the default value of the full path of perl.exe with a -T parameter.  For example <b>C:\Perl\bin\perl.exe -T</b>
In command line environment, type <b>regedit</b> to open Microsoft Registory Editor GUI. In Microsoft Registory Editor, create a key <b>HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command</b> with the default value of the full path of perl.exe with a -t (or -T to be safer) parameter.  For example <b>C:\Perl\bin\perl.exe -t</b>


[[Image:Bugzilla-Regedit.png|300px|Regedit]]
[[Image:Bugzilla-Regedit.png|300px|Regedit]]
2

edits