[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-401-g4895cfa

Shawn Moore sartak at bestpractical.com
Fri Nov 5 15:58:54 EDT 2010


The branch, 3.9-trunk has been updated
       via  4895cfaf3a3598590a4074850f4b8603a4db206c (commit)
      from  eb1cc6c3b3b8dd27426d3d9c69b97a5d88fc0fdd (commit)

Summary of changes:
 docs/web_deployment.pod |    1 -
 lib/RT/Test.pm          |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 4895cfaf3a3598590a4074850f4b8603a4db206c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Nov 5 15:58:34 2010 -0400

    Missed a few other log_configs

diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index b667201..b7324e9 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -156,7 +156,6 @@ Apache configuration file telling it about RT:
         ServerAdmin root at localhost
 
         LoadModule authz_host_module modules/mod_authz_host.so
-        LoadModule log_config_module modules/mod_log_config.so
         LoadModule env_module modules/mod_env.so
         LoadModule alias_module modules/mod_alias.so
         LoadModule mime_module modules/mod_mime.so
diff --git a/lib/RT/Test.pm b/lib/RT/Test.pm
index 6e89c14..0695da2 100644
--- a/lib/RT/Test.pm
+++ b/lib/RT/Test.pm
@@ -1330,7 +1330,7 @@ sub apache_mod_perl_server_options {
     my $current = shift;
 
     my %required_modules = (
-        '2.2' => [qw(authz_host log_config env alias perl)],
+        '2.2' => [qw(authz_host env alias perl)],
     );
     my @mlist = @{ $required_modules{ $info{'version'} } };
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list