From: lpsolit%gmail.com <> Date: Thu, 11 Oct 2007 17:44:01 +0000 (+0000) Subject: Bug 301832: Windows installation: ScriptInterpreterSource registry requires the ... X-Git-Tag: bugzilla-2.22.4~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fcc202a0bcd5bfc848cb241acb8924d48b8490;p=thirdparty%2Fbugzilla.git Bug 301832: Windows installation: ScriptInterpreterSource registry requires the -T (taint mode) flag - Patch by Frédéric Buclin r=glob --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 2b5250867b..c3c6beb783 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1557,7 +1557,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.
@@ -1645,8 +1648,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.