From 4779266129ecc63c59b05e81954702090ac20c88 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 12 May 2015 19:30:52 +0200 Subject: Bug 1153725: Fix incorrect documentation about the IIS configuration on Windows r=gerv a=glob --- docs/en/rst/installing/iis.rst | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'docs/en/rst/installing') diff --git a/docs/en/rst/installing/iis.rst b/docs/en/rst/installing/iis.rst index 2ae975694..6a1a7ab53 100644 --- a/docs/en/rst/installing/iis.rst +++ b/docs/en/rst/installing/iis.rst @@ -4,8 +4,7 @@ Microsoft IIS ############# Bugzilla works with IIS as a normal CGI application. These instructions assume -that you are using Windows 7 Ultimate x64. Procedures for other versions are -probably similar. +that you are using Windows 7. Procedures for other versions are probably similar. Begin by starting Internet Information Services (IIS) Manager. :guilabel:`Start` --> :guilabel:`Administrators Tools` --> @@ -53,27 +52,23 @@ double-click :guilabel:`Handler Mappings`. Under :guilabel:`Actions`, click For the first one, set the following values (replacing paths if necessary): * :guilabel:`Request Path`: ``*.pl`` -* :guilabel:`Executable`: ``C:\Perl\bin\perl.exe "%s% %s%`` +* :guilabel:`Executable`: ``C:\Perl\bin\perl.exe "%s" %s`` * :guilabel:`Name`: ``Perl Script Map`` -At the prompt select :guilabel:`No`. +At the prompt select :guilabel:`Yes`. .. note:: The ActiveState Perl installer may have already created an entry for .pl files that is limited to ``GET,HEAD,POST``. If so, this mapping should be removed, as Bugzilla's .pl files are not designed to be run via a web server. -.. todo:: My `source `_ says - to add a mapping for .pl, but that's sort of contradicted by the note above - from a different source. Which is right? - For the second one, set the following values (replacing paths if necessary): * :guilabel:`Request Path`: ``*.cgi`` -* :guilabel:`Executable`: ``C:\Perl\bin\perl.exe "%s% %s%`` +* :guilabel:`Executable`: ``C:\Perl\bin\perl.exe "%s" %s`` * :guilabel:`Name`: ``CGI Script Map`` -At the prompt select :guilabel:`No`. +At the prompt select :guilabel:`Yes`. Bugzilla Application ==================== @@ -88,13 +83,13 @@ Set the following values (replacing paths if necessary): * :guilabel:`Executable`: ``C:\Perl\bin\perl.exe -x"C:\Bugzilla" -wT "%s" %s`` * :guilabel:`Name`: ``Bugzilla`` -At the prompt select :guilabel:`No`. +At the prompt select :guilabel:`Yes`. -.. todo:: The Executable lines in the three things above are weirdly - inconsistent. Is this intentional? My source is `this page `_. +Now it's time to restart the IIS server to take these changes into account. +From the top-level menu, which contains the name of your machine, click +:guilabel:`Restart` under :guilabel:`Manage Server`. Or run the command: -.. todo:: `LpSolit `_ - suggests there's a step to do with authorizing CGI modules. Where does that fit? +:command:`iisreset` Common Problems =============== -- cgit v1.2.3-24-g4f1b