[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-400-geb1cc6c

Shawn Moore sartak at bestpractical.com
Fri Nov 5 15:56:20 EDT 2010


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

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

- Log -----------------------------------------------------------------
commit eb1cc6c3b3b8dd27426d3d9c69b97a5d88fc0fdd
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Nov 5 15:52:12 2010 -0400

    My Apache (2.2.13) throws an error when mod_log_config is specified
    
        Syntax error on line 6 of /etc/apache2/sites-enabled/rt: module
        log_config_module is built-in and can't be loaded

diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 3708686..b667201 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -39,7 +39,6 @@ it knows where to find 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 perl_module modules/mod_perl.so
@@ -93,7 +92,6 @@ it knows where to find 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 perl_module modules/mod_perl.so
diff --git a/lib/RT/Test.pm b/lib/RT/Test.pm
index 2b422b0..6e89c14 100644
--- a/lib/RT/Test.pm
+++ b/lib/RT/Test.pm
@@ -1350,7 +1350,7 @@ sub apache_fastcgi_server_options {
     my $current = shift;
 
     my %required_modules = (
-        '2.2' => [qw(authz_host log_config env alias mime fastcgi)],
+        '2.2' => [qw(authz_host env alias mime fastcgi)],
     );
     my @mlist = @{ $required_modules{ $info{'version'} } };
 

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


More information about the Rt-commit mailing list