import rt 3.6.4
[freeside.git] / rt / README
index 76e9ea8..ca88d2e 100755 (executable)
--- a/rt/README
+++ b/rt/README
@@ -218,15 +218,16 @@ mentioned above.
 To install RT with FastCGI, you'll need to add a few lines to your 
 Apache configuration file telling it about RT:
 
 To install RT with FastCGI, you'll need to add a few lines to your 
 Apache configuration file telling it about RT:
 
+
+# Tell FastCGI to put its temporary files somewhere sane.
+FastCgiIpcDir /tmp
+
+FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
+
 <VirtualHost rt.example.com>
 
    # Pass through requests to display images
    Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
 <VirtualHost rt.example.com>
 
    # Pass through requests to display images
    Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
-   
-   # Tell FastCGI to put its temporary files somewhere sane.
-   FastCgiIpcDir /tmp
-
-   FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
 
    AddHandler fastcgi-script fcgi
    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
 
    AddHandler fastcgi-script fcgi
    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
@@ -261,7 +262,7 @@ GETTING HELP
 If RT is mission-critical for you or if you use it heavily, we recommend that
 you purchase a commercial support contract.  Details on support contracts
 are available at http://www.bestpractical.com or by writing to
 If RT is mission-critical for you or if you use it heavily, we recommend that
 you purchase a commercial support contract.  Details on support contracts
 are available at http://www.bestpractical.com or by writing to
-<sales@bestpractical.com>. 
+<sales@bestpractical.com>.
 
 If you're interested in having RT extended or customized or would like more
 information about commercial support options, please send email to 
 
 If you're interested in having RT extended or customized or would like more
 information about commercial support options, please send email to 
@@ -293,7 +294,7 @@ with the body of the message consisting of only the word:
      subscribe
 
 If you're interested in hacking on RT, you'll want to subscribe to
      subscribe
 
 If you're interested in hacking on RT, you'll want to subscribe to
-rt-devel@lists.bestpractical.com.  Subscribe to it with instructions
+<rt-devel@lists.bestpractical.com>.  Subscribe to it with instructions
 similar to those above.
 
 Address questions about the stable release to the rt-users list, and
 similar to those above.
 
 Address questions about the stable release to the rt-users list, and
@@ -319,7 +320,7 @@ To report a bug, send email to rt-bugs@fsck.com.
 # 
 # COPYRIGHT:
 #  
 # 
 # COPYRIGHT:
 #  
-# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
 #                                          <jesse@bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
 #                                          <jesse@bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
@@ -339,7 +340,9 @@ To report a bug, send email to rt-bugs@fsck.com.
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 or visit their web page on the internet at
+# http://www.gnu.org/copyleft/gpl.html.
 # 
 # 
 # CONTRIBUTION SUBMISSION POLICY:
 # 
 # 
 # CONTRIBUTION SUBMISSION POLICY:
@@ -355,7 +358,7 @@ To report a bug, send email to rt-bugs@fsck.com.
 # Request Tracker, to Best Practical Solutions, LLC, you confirm that
 # you are the copyright holder for those contributions and you grant
 # Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
 # Request Tracker, to Best Practical Solutions, LLC, you confirm that
 # you are the copyright holder for those contributions and you grant
 # Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-# royalty-free, perpetual license to use, copy, create derivative
+# royalty-free, perpetual, license to use, copy, create derivative
 # works based on those contributions, and sublicense and distribute
 # those contributions and any derivatives thereof.
 # 
 # works based on those contributions, and sublicense and distribute
 # those contributions and any derivatives thereof.
 #