summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-12-28 23:47:33 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-12-28 23:47:33 +0100
commit74fb5b946e08a966bc24ed7855ff4eae364a31a3 (patch)
tree9f7021139a0f8853d46121ba35c85806262618a8 /docs
parent9271e452372312c81e176fa9a67d8e631783b516 (diff)
downloadbugzilla-74fb5b946e08a966bc24ed7855ff4eae364a31a3.tar.gz
bugzilla-74fb5b946e08a966bc24ed7855ff4eae364a31a3.tar.xz
Bug 621597: Make mod_perl.pl do the INC configuration itself, instead of
requiring it to be in httpd.conf. r=dkl, a=mkanat
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index cf4584a70..79ad19fbc 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1132,7 +1132,7 @@ max_allowed_packet=4M
</warning>
<programlisting>
- PerlSwitches -I/var/www/html/bugzilla -I/var/www/html/bugzilla/lib -w -T
+ PerlSwitches -w -T
PerlConfigRequire /var/www/html/bugzilla/mod_perl.pl
</programlisting>
</step>