[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.0rc4-23-gfe8ee2e
Kevin Falcone
falcone at bestpractical.com
Wed Jan 26 18:58:55 EST 2011
The branch, 4.0-trunk has been updated
via fe8ee2e80da2204faafcdf21254e6481344b0928 (commit)
from 4e177bb3f80a7a5777ef991dd2a7c04229f51bcf (commit)
Summary of changes:
etc/RT_SiteConfig.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit fe8ee2e80da2204faafcdf21254e6481344b0928
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Jan 26 18:58:23 2011 -0500
Warn users that they need to bounce apache after changing their config
I've been asked this question way too many times this week
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index 68c91d0..45bff0e 100755
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -13,6 +13,8 @@
# this comamnd:
#
# perl -c /path/to/your/etc/RT_SiteConfig.pm
+#
+# You must restart your webserver after making changes to this file.
Set( $rtname, 'example.com');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list