Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f1b2372f
Commit
f1b2372f
authored
May 12, 2015
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1153725: Fix incorrect documentation about the IIS configuration on Windows
r=gerv a=glob
parent
ae30ea26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
15 deletions
+10
-15
iis.rst
docs/en/rst/installing/iis.rst
+10
-15
No files found.
docs/en/rst/installing/iis.rst
View file @
f1b2372f
...
...
@@ -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 <https://wiki.mozilla.org/Installing_under_IIS_7.5>`_ 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 <https://wiki.mozilla.org/Installing_under_IIS_7.5>`_.
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 <http://lpsolit.wordpress.com/2010/10/22/make-bugzilla-work-with-iis7-easy/>`_
suggests there's a step to do with authorizing CGI modules. Where does that fit?
:command:`iisreset`
Common Problems
===============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment