Installing under IIS 7.5: Difference between revisions

no edit summary
(Created page with "<div>These Instructions assume that you are using Windows 7 Ultimate x64. Procedures for Server 2008 R2 are similar but may vary slightly.</div><div></div><div></div> = Start In...")
 
No edit summary
Line 37: Line 37:




= Add Handler Mappings =
= Add Handler Mappings =


Select the Default Website
== Default Website ==


Under IIS, "Double-Click" Handler Mappings
Ensure that you are at the Default Website


Under Actions, Click Add Script Map
Under IIS, "Double-Click" Handler Mappings
 
Under Actions, Click Add Script Map  
 
=== Create a Script for Perl.exe  ===
 
Request Path
<pre>*.cgi</pre>
Executable
<pre>C:\Perl64\bin\perl.exe "%s%&nbsp;%s%</pre>
Name
<pre>Perl Script Map</pre>
At the prompt select '''No'''
 
<br>
 
=== Create a Script for CGI (.pl)  ===


== Create a Script for Perl.exe ==
Request Path
<pre>.pl</pre>
Executable
<pre>C:\Perl6\bin\perl.exe "%s%"&nbsp;%s </pre>
Name
<pre>CGI Script Map
</pre>
== Bugzilla Applicatin ==


Request Path
Ensure that you are at the Bugzilla Application
<pre>*.cgi</pre>
Executable
<pre>C:\Perl64\bin\perl.exe "%s% %s%</pre>
Name
<pre>Perl Script Map</pre>
At the prompt select '''No'''


Under IIS "Double-Click" Handler Mappings


== Create a Script for CGI (.pl) ==
Under Actions, Click Add Script Map


Request Path
Request Path
<pre>.pl</pre>
<pre>*.cgi
 
</pre>
Executable
Executable
<pre>C:\Perl6\bin\perl.exe "%s%" %s </pre>
<pre>C:\Perl64\bin\perl.exe -xc:\bugzilla -wT "%s" %s
</pre>
Name
Name
<pre>CGI Script Map</pre>
<pre>Bugzilla</pre>
7

edits