[Rt-commit] rt branch, 4.0/doc-sublocation-deployment, created. rt-4.0.0rc6-1-g06a1ef2

Thomas Sibley trs at bestpractical.com
Wed Mar 2 11:07:20 EST 2011


The branch, 4.0/doc-sublocation-deployment has been created
        at  06a1ef2d1b41df2d4aa93bef0440eef5e5949cfc (commit)

- Log -----------------------------------------------------------------
commit 06a1ef2d1b41df2d4aa93bef0440eef5e5949cfc
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Mar 2 15:28:24 2011 +0800

    sublocation deployment doc

diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index e419c87..3d4bae2 100644
--- a/docs/web_deployment.pod
+++ b/docs/web_deployment.pod
@@ -131,3 +131,33 @@ configuration examples.
 
 =cut
 
+=head1 Extra
+
+=head2 RT web in sublocation like /rt
+
+=head3 Update RT config
+
+Set C<$WebPath> config in F<RT_SiteConfig.pm>:
+
+    Set($WebPath, "/rt");
+
+=head3 Update web server config
+
+=head4 If it's Apache
+
+Prefix RT related C<Alias>, C<ScriptAlias> and C<Location> directives with '/rt'
+
+e.g.
+        
+        Alias /rt/NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
+        ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/
+
+        <Location /rt>
+        ...
+        </Location>
+
+=head4 If it's not Apache
+
+Please see L<Plack::Handler::FCGI> or the web server's documents for
+configuration examples.
+

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


More information about the Rt-commit mailing list