Commit 70492475 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 301832: Windows installation: ScriptInterpreterSource registry requires the…

Bug 301832: Windows installation: ScriptInterpreterSource registry requires the -T (taint mode) flag - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=glob
parent 45afa08b
<!-- <!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&gt; <command>ppm install &lt;module name&gt;</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment