From 5ed084cc7d9d77cf96c8f49d93e021d74774c4bb Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 22 Mar 2004 06:41:17 +0000 Subject: Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges (re-checkin) r=vlad, a=justdave --- docs/xml/installation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 0c709e029..33c26b201 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1595,7 +1595,7 @@ $smtp->quit;
Introduction - If you are running an *NIX OS as non-root, either due + If you are running a *NIX OS as non-root, either due to lack of access (web hosts, for example) or for security reasons, this will detail how to install Bugzilla on such a setup. It is recommended that you read through the @@ -1862,7 +1862,7 @@ pid-file=/home/foo/mymysql/the.pid HTTP Server Ideally, this also needs to be installed as root and - running under a special webserver account. As long as + run under a special webserver account. As long as the web server will allow the running of *.cgi files outside of a cgi-bin, and a way of denying web access to certain files (such as a .htaccess file), you should be good in this department. @@ -1943,7 +1943,7 @@ pid-file=/home/foo/mymysql/the.pid The one option in localconfig you might have problems with is the web server group. If you can't - successful browse to the index.cgi (like + successfully browse to the index.cgi (like a Forbidden error), you may have to relax your permissions, and blank out the web server group. Of course, this may pose as a security risk. Having a properly jailed shell and/or -- cgit v1.2.3-24-g4f1b