[Rt-commit] r2106 - rt/branches/PLATANO-EXPERIMENTAL

jesse at bestpractical.com jesse at bestpractical.com
Fri Jan 14 04:07:52 EST 2005


Author: jesse
Date: Fri Jan 14 04:07:52 2005
New Revision: 2106

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/README
Log:
 r2697 at hualien (orig r2070):  jesse | 2005-01-11T23:58:03.208655Z
 Readme update to note that manual installation of Apache::DBI may be required.
 
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/README
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/README	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/README	Fri Jan 14 04:07:52 2005
@@ -215,7 +215,8 @@
 mod_perl
 --------
 
-To install RT with mod_perl, you'll need to add a few lines to your 
+To install RT with mod_perl, you'll need to install the
+apache database connection cache and add a few lines to your 
 Apache configuration file telling it about RT:
 
 <VirtualHost your.ip.address>
@@ -232,6 +233,12 @@
     </Location>
 </VirtualHost>
 
+To make sure that the Apache database connection cache is installed, run
+the following command:
+
+    perl -MCPAN -e'install Apache::DBI'
+
+
 FastCGI
 -------
 


More information about the Rt-commit mailing list