[Rt-commit] rt branch, 4.0/deployment-configs, updated. rt-4.0.0rc6-47-g0f9ac26

Kevin Falcone falcone at bestpractical.com
Wed Mar 16 17:17:36 EDT 2011


The branch, 4.0/deployment-configs has been updated
       via  0f9ac26df9baf9aed59929ea54ef8b6cf8742cda (commit)
      from  fc13c30d599b9906933e2a7eec8992a4a6a81976 (commit)

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

- Log -----------------------------------------------------------------
commit 0f9ac26df9baf9aed59929ea54ef8b6cf8742cda
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Mar 16 17:16:35 2011 -0400

    Remind people to rotate their logs
    
    Putting apache logs in a non-standard location basically ensures that
    they'll grow forever and cause your server to run out of disk.

diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 179e226..2bd6d5d 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -59,6 +59,7 @@ B<WARNING: mod_perl 1.99_xx is not supported.>
 
     <VirtualHost rt.example.com>
         ### Optional apache logs for RT
+        # Ensure that your log rotation scripts know about these files
         # ErrorLog /opt/rt4/var/log/apache2.error
         # TransferLog /opt/rt4/var/log/apache2.access
         # LogLevel debug
@@ -82,6 +83,7 @@ B<WARNING: mod_perl 1.99_xx is not supported.>
 
     <VirtualHost rt.example.com>
         ### Optional apache logs for RT
+        # Ensure that your log rotation scripts know about these files
         # ErrorLog /opt/rt4/var/log/apache2.error
         # TransferLog /opt/rt4/var/log/apache2.access
         # LogLevel debug

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


More information about the Rt-commit mailing list