[Rt-commit] rt branch, 4.0-trunk, updated. rt-3.9.7-1150-g25ed86c

Kevin Falcone falcone at bestpractical.com
Mon Jan 3 17:49:45 EST 2011


The branch, 4.0-trunk has been updated
       via  25ed86cf4ada18fc7c2de831d1d093ac37260ae2 (commit)
      from  360af96c56f8294495784d4305ddf658b16bd0b1 (commit)

Summary of changes:
 docs/web_deployment.pod |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 25ed86cf4ada18fc7c2de831d1d093ac37260ae2
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Jan 3 17:45:11 2011 -0500

    ServerRoot /usr means "Load modules from /usr/modules"
    
    This doesn't exist everywhere.
    Apache will generally set that for you further up the httpd.conf
    just fine (on RH operating systems, this is /etc/httpd because it will
    link to /usr/lib or /usr/lib64 as appropriate)

diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index c5af6b9..09f085e 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -164,7 +164,6 @@ Apache configuration file telling it about RT:
     </IfModule>
 
     <VirtualHost rt.example.com>
-        ServerRoot /usr
         ServerAdmin root at localhost
 
         LoadModule authz_host_module modules/mod_authz_host.so

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


More information about the Rt-commit mailing list