6
edits
Jongampark (talk | contribs) |
Jongampark (talk | contribs) m (→Configure CGI) |
||
| Line 455: | Line 455: | ||
Allow from all | Allow from all | ||
# | |||
# Tell Apache to use Perl to execute .cgi | # Tell Apache to use Perl to execute .cgi | ||
# | # | ||
''' ScriptInterpreterSource Registry-Strict''' | |||
</Directory> | </Directory> | ||
| Line 478: | Line 478: | ||
Create a key '''HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command''' with the default value of the full path of perl.exe with a -T parameter. For example '''C:\Perl\bin\perl.exe -T''' | Create a key '''HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command''' with the default value of the full path of perl.exe with a -T parameter. For example '''C:\Perl\bin\perl.exe -T''' | ||
[[Image:Bugzilla-Regedit.png|100px|Regedit]] | [[Image:Bugzilla-Regedit.png|100px|Regedit]] | ||
==== Disable Logging ==== | ==== Disable Logging ==== | ||
edits