Here it is:

<VirtualHost 10.10.10.10:80>
        ServerName server.domain

        DocumentRoot /opt/rt3/share/html
        AddDefaultCharset UTF-8

     Alias /rt "/opt/rt3/share/html"

        # optional apache logs for RT
        # ErrorLog /opt/rt3/var/log/apache2.error
        # TransferLog /opt/rt3/var/log/apache2.access

        PerlRequire "/opt/rt3/bin/webmux.pl"

        <Location /NoAuth/images>
                SetHandler default
        </Location>
        <Location /rt>
                SetHandler perl-script
                PerlResponseHandler RT::Mason
        </Location>
</VirtualHost>

I just copied and pasted from the README but I added the Alias line. I also 
changed ‘Location /’ to ‘Location /rt’ or it broke other websites.

Josh

From: [email protected] [mailto:[email protected]] On Behalf Of 
Ruslan Zakirov
Sent: Tuesday, October 25, 2011 3:54 PM
To: Greenberg, Joshua L
Cc: [email protected]
Subject: Re: [rt-users] Question on setup


Hi,

Part of Apache config relevant to RT would help.

Regards, Ruslan. From phone.
25.10.2011 0:10 пользователь "Greenberg, Joshua L" 
<[email protected]<mailto:[email protected]>> 
написал:
I’m installing RT 3.8.10. I have to use this version because I’m installing 
RTIR and that doesn’t support RT 4 yet. I think everything is set up correctly 
but when I login for the first time (user name ‘root’, password ‘password’) it 
displays the text of the file RT_HOME/NoAuth/Login.html. Let me know what 
information you need from me to help troubleshoot this. I’ve made very few 
changes to the RT_SiteConfig file, only the $rtname, $Organization, 
$DatabasePassword and $OwnerEmail variables. Thanks.

Josh

>>> This e-mail and any attachments are confidential, may contain legal,
professional or other privileged information, and are intended solely for the
addressee.  If you are not the intended recipient, do not use the information
in this e-mail in any way, delete this e-mail and notify the sender. CEG-IP2

--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Washington DC, USA — October 31 & November 1, 2011
*  Barcelona, Spain — November 28 & 29, 2011
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Washington DC, USA — October 31 & November 1, 2011
*  Barcelona, Spain — November 28 & 29, 2011

Reply via email to