From b81b1e0b8d33218763713847de859db9c00dff0a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 11 Oct 2007 17:41:53 +0000 Subject: Bug 301832: Windows installation: ScriptInterpreterSource registry requires the -T (taint mode) flag - Patch by Frédéric Buclin r=glob MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/installation.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 0d321e0d9..1183e8c19 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1796,7 +1796,10 @@ AddType application/rdf+xml .rdf 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 + + installation guide for Windows is also available + if you need more help with your installation.
@@ -1884,8 +1887,11 @@ C:\perl> ppm install <module name> If using Apache on windows, you can set the ScriptInterpreterSource 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 /usr/bin/perl. + the first line of every script to contain your path to Perl + instead of /usr/bin/perl. When setting + ScriptInterpreterSource, do not forget + to specify the -T flag to enable the taint + mode. For example: C:\Perl\bin\perl.exe -T. -- cgit v1.2.3-24-g4f1b