Update of /cvsroot/wtf-tracker/wtf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9983
Modified Files:
httpd.conf
Log Message:
Added Apache2::ServerUtil to a PerlModule load line near top because we noticed on some boxes mod_perl would complain without it
Index: httpd.conf
===================================================================
RCS file: /cvsroot/wtf-tracker/wtf/httpd.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** httpd.conf 2 Dec 2006 00:09:09 -0000 1.5
--- httpd.conf 11 Dec 2006 18:13:07 -0000 1.6
***************
*** 10,13 ****
--- 10,14 ----
PerlModule Apache2::RequestRec
PerlModule Apache2::RequestUtil
+ PerlModule Apache2::ServerUtil
PerlModule DBD::mysql
PerlModule File::Find
|