From: lpsolit%gmail.com <> Date: Wed, 5 Sep 2007 16:27:05 +0000 (+0000) Subject: Bug 394953: The FAQ says Bugzilla doesn't support mod_perl yet - Patch by samfw ... X-Git-Tag: bugzilla-3.0.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bcdc8b43ff7ec79358b14453fbcbb1a55fc4250;p=thirdparty%2Fbugzilla.git Bug 394953: The FAQ says Bugzilla doesn't support mod_perl yet - Patch by samfw r=mkanat --- diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 8ce79c28bd..23eb38f840 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -326,23 +326,6 @@ perl runtests.pl 2 --verbose - - - - Does bugzilla run under mod_perl? - - - - - 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 - - bug 87406 to view the discussion and progress. - - - -