diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:13 +0200 |
commit | 7049247563f8d556377412acd1195c3158dd2cba (patch) | |
tree | a6caab47802eda96c5223d3af4eb0f3f05720959 /docs | |
parent | 45afa08b09c42190d58d2792cd80a2680e783cc5 (diff) | |
download | bugzilla-7049247563f8d556377412acd1195c3158dd2cba.tar.gz bugzilla-7049247563f8d556377412acd1195c3158dd2cba.tar.xz |
Bug 301832: Windows installation: ScriptInterpreterSource registry requires the -T (taint mode) flag - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 14a86c49c..c6a7a26fa 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.142 2008/04/04 06:48:12 lpsolit%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.143 2008/04/04 06:48:13 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1796,7 +1796,10 @@ AddType application/rdf+xml .rdf</screen> work on Unix. For that reason, we still recommend doing so on a Unix based system such as GNU/Linux. That said, if you do want to get Bugzilla running on Windows, you will need to make the following - adjustments. + adjustments. A detailed step-by-step + <ulink url="http://www.bugzilla.org/docs/win32install.html"> + installation guide for Windows</ulink> is also available + if you need more help with your installation. </para> <section id="win32-perl"> @@ -1884,8 +1887,11 @@ C:\perl> <command>ppm install <module name></command> If using Apache on windows, you can set the <ulink url="http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource">ScriptInterpreterSource</ulink> directive in your Apache config to avoid having to modify - the first line of every script to contain your path to perl - perl instead of <filename>/usr/bin/perl</filename>. + the first line of every script to contain your path to Perl + instead of <filename>/usr/bin/perl</filename>. When setting + <filename>ScriptInterpreterSource</filename>, do not forget + to specify the <command>-T</command> flag to enable the taint + mode. For example: <command>C:\Perl\bin\perl.exe -T</command>. </para> </note> |