diff options
author | lpsolit%gmail.com <> | 2007-09-05 16:25:51 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-09-05 16:25:51 +0000 |
commit | 23bca78e4bdb16d7b2133a0deb7e171ef3197484 (patch) | |
tree | 0f1093707a8e4b04d8465c762c855bfea56fbe8e /docs | |
parent | 4f8fcec3235fddb4bb2ed68a843e89f92b6b7296 (diff) | |
download | bugs-23bca78e4bdb16d7b2133a0deb7e171ef3197484.tar bugs-23bca78e4bdb16d7b2133a0deb7e171ef3197484.tar.gz bugs-23bca78e4bdb16d7b2133a0deb7e171ef3197484.tar.bz2 bugs-23bca78e4bdb16d7b2133a0deb7e171ef3197484.tar.xz bugs-23bca78e4bdb16d7b2133a0deb7e171ef3197484.zip |
Bug 394953: The FAQ says Bugzilla doesn't support mod_perl yet - Patch by samfw <sam.folkwilliams@gmail.com> r=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/faq.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 8ce79c28b..23eb38f84 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -327,23 +327,6 @@ perl runtests.pl 2 --verbose </qandaentry> <qandaentry> - <question id="faq-mod-perl"> - <para> - Does bugzilla run under <filename>mod_perl</filename>? - </para> - </question> - <answer> - <para> - At present, no. Work is slowly taking place to remove global - variables, use $cgi, and use DBI. These are all necessary for - mod_perl (as well as being good for other reasons). Visit - <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=87406"> - bug 87406</ulink> to view the discussion and progress. - </para> - </answer> - </qandaentry> - - <qandaentry> <question id="faq-general-selinux"> <para> How can Bugzilla be made to work under SELinux? |