From b54d65e4bb69d4b71177649cf9a401a1c259afcd Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Wed, 21 Nov 2001 00:36:24 +0000 Subject: Initial conversion to XML format from SGML. Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the tag in database.sgml during validation. openjade handles it fine. Weird. --- docs/sgml/installation.sgml | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'docs/sgml/installation.sgml') diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 7e4db1eb6..37d339e93 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -92,7 +92,7 @@ Bugzilla has been successfully installed under Solaris, Linux, and Win32. The peculiarities of installing on Win32 (Microsoft Windows) are not included in this section of the Guide; please - check out the for further advice + check out the for further advice on getting Bugzilla to work on Microsoft Windows. @@ -109,7 +109,7 @@ the CPAN dependencies listed below, and are running the very most recent version of Perl and MySQL (both the executables and development libraries) on your system, check out - Bundle::Bugzilla in + Bundle::Bugzilla in The software packages necessary for the proper running of bugzilla are: @@ -286,7 +286,7 @@ You can skip the following Perl module installation steps by installing Bundle::Bugzilla from - CPAN, which + CPAN, which includes them. All Perl module installation steps require you have an active Internet connection. If you wish to use Bundle::Bugzilla, however, you must be using the latest @@ -319,7 +319,7 @@ Like almost all Perl modules DBI can be found on the Comprehensive Perl Archive Network (CPAN) at http://www.cpan.org. The CPAN servers have a real tendency to bog down, so please use mirrors. The current location - at the time of this writing can be found in . + at the time of this writing can be found in . Quality, general Perl module installation instructions can be found on @@ -397,7 +397,7 @@ Data::Dumper is used by the MySQL-related Perl modules. It - can be found on CPAN (see ) and + can be found on CPAN (see ) and can be installed by following the same four step make sequence used for the DBI module. @@ -445,7 +445,7 @@ Many of the more common date/time/calendar related Perl modules have been grouped into a bundle similar to the MySQL modules bundle. This bundle is stored on the CPAN under the - name TimeDate (see link: ). The + name TimeDate (see link: ). The component module we're most interested in is the Date::Format module, but installing all of them is probably a good idea anyway. The standard Perl module installation instructions @@ -467,7 +467,7 @@ Actually bugzilla uses the Graph module which relies on GD itself. Isn't that always the way with object-oriented programming? At any rate, you can find the GD library on CPAN - in . + in . @@ -488,7 +488,7 @@ The Chart module provides bugzilla with on-the-fly charting abilities. It can be installed in the usual fashion after it has been fetched from CPAN where it is found as the - Chart-x.x... tarball, linked in . Note that + Chart-x.x... tarball, linked in . Note that as with the GD perl module, only the version listed above, or newer, will work. Earlier versions used GIF's, which are no longer supported by the latest versions of GD. @@ -555,7 +555,7 @@ Options ExecCGI and the localconfig file. You should configure your HTTP server to not serve content from these files. Failure to do so will expose critical passwords and - other data. Please see for details + other data. Please see for details on how to do this for Apache. I appreciate notes on how to get this same functionality using other webservers. @@ -597,8 +597,8 @@ Options ExecCGI location of your perl executable (probably /usr/bin/perl). Otherwise you must hack all the .cgi files to change where they look for perl, or use - , found in - . I suggest using the symlink + , found in + . I suggest using the symlink approach for future release compatability. Setting up bonsaitools symlink @@ -630,8 +630,8 @@ perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm If you don't have root access to set this symlink up, check out the - , listed in . It will change the path to perl in all your Bugzilla files for you. + , listed in . It will change the path to perl in all your Bugzilla files for you. @@ -773,7 +773,7 @@ perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm You should also install .htaccess files that the Apache webserver will use to restrict access to Bugzilla data files. See . + linkend="htaccess" />. Once you are happy with the settings, re-run @@ -993,7 +993,7 @@ bash# ./checksetup.pl Use .htaccess files with the Apache webserver to secure your - bugzilla install. See + bugzilla install. See Consider also: @@ -1136,7 +1136,7 @@ bash# ./checksetup.pl BSD Installation Notes For instructions on how to set up Bugzilla on FreeBSD, NetBSD, OpenBSD, BSDi, etc. please - consult . + consult . @@ -1213,7 +1213,7 @@ bash# ./checksetup.pl -
+
<filename>mod_throttle</filename> and Security It is possible for a user, by mistake or on purpose, to access @@ -1226,7 +1226,7 @@ bash# ./checksetup.pl url="http://www.snert.com/Software/Throttle/">http://www.snert.com/Software/Throttle/. Follow the instructions to install into your Apache install. This module only functions with the Apache web server!. You may use the ThrottleClientIP command provided by this module to accomplish this goal. See the Module Instructions for more information.
-
+
Preventing untrusted Bugzilla content from executing malicious Javascript code It is possible for a Bugzilla to execute malicious Javascript code. Due to internationalization concerns, we are @@ -1260,7 +1260,7 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ The February 25, 1999 re-write of this page was done by Ry4an Brase <ry4an@ry4an.org>, with some edits by Terry - Weissman, Bryce Nesbitt, Martin Pool, & Dan Mosedale (But + Weissman, Bryce Nesbitt, Martin Pool, & Dan Mosedale (But don't send bug reports to them; report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla ). @@ -1306,7 +1306,7 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ You should be familiar with, and cross-reference, the rest of the - section while performing your + section while performing your Win32 installation. Making Bugzilla work on Microsoft Windows is no @@ -1318,7 +1318,7 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ requires hacking source code and implementing some advanced utilities. What follows is the recommended installation procedure for Win32; additional suggestions are provided in - . + . @@ -1328,7 +1328,7 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ Install Apache Web Server for Windows, and copy the Bugzilla files somewhere Apache can serve them. Please follow all the - instructions referenced in + instructions referenced in regarding your Apache configuration, particularly instructions regarding the AddHandler parameter and ExecCGI. @@ -1339,7 +1339,7 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ Web Server for this purpose. However, setup is quite different. If ActivePerl doesn't seem to handle your file associations correctly (for .cgi and .pl files), - please consult . + please consult . If you are going to use IIS, if on Windows NT you must @@ -1521,7 +1521,7 @@ my $webservergid = 'Administrators' Edit localconfig to suit your requirements. Set $db_pass to your - bugs_password from , and $webservergroup to 8. + bugs_password from , and $webservergroup to 8. Not sure on the 8 for $webservergroup above. If it's @@ -1696,7 +1696,7 @@ exit; calls that use a perl script as an argument. This may take you a while. There is a setperl.csh utility to speed part of this procedure, available in the - section of The Bugzilla Guide. + section of The Bugzilla Guide. However, it requires the Cygwin GNU-compatible environment for Win32 be set up in order to work. See http://www.cygwin.com/ for details on obtaining Cygwin. -- cgit v1.2.3-24-g4f1b