From: lpsolit%gmail.com <> Date: Wed, 29 Jul 2009 12:32:42 +0000 (+0000) Subject: Bug 423963: OS-specific installation notes should be clearer in how to use ScriptInte... X-Git-Tag: bugzilla-3.2.5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6227ba76b6bd07bb533e286c289ff1cd768765;p=thirdparty%2Fbugzilla.git Bug 423963: OS-specific installation notes should be clearer in how to use ScriptInterpreterSource - Patch by Frédéric Buclin r=wurblzap --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index dcfdb01851..5ac68aac53 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1106,6 +1106,14 @@ max_allowed_packet=4M when granting extra access. + + + + On Windows, you may have to also add the + ScriptInterpreterSource Registry-Strict + line, see Windows specific notes. + + @@ -1662,16 +1670,6 @@ C:\perl> ppm install <module name> -
- Code changes required to run on Win32 - - - Bugzilla on Win32 is supported out of the box from version 2.20; this - means that no code changes are required to get Bugzilla running. - - -
-
Serving the web pages @@ -1687,14 +1685,16 @@ 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 - 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. + The web server looks at /usr/bin/perl to + call Perl. If you are using Apache on windows, you can set the + ScriptInterpreterSource + directive in your Apache config file to make it look at the + right place: insert the line + ScriptInterpreterSource Registry-Strict + into your httpd.conf file, and create the key + HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command + with as value (adapt to your + path if needed) in the registry. When this is done, restart Apache.