[rt-users] RT 3.8.9 Installation

Kevin Falcone falcone at bestpractical.com
Fri Feb 15 09:05:41 EST 2013


On Fri, Feb 15, 2013 at 09:42:37AM +0000, Martin wrote:
> 
> But later when editing my /etc/apache2/sites-available/rt4
> 
> as below
> 
> FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300
> 
>     <VirtualHost rt4.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
> 
>         AddDefaultCharset UTF-8
> 
>         Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
>         ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/
> 
>         DocumentRoot "/opt/rt4/share/html"
>         <Location />
>             Order allow,deny
>             Allow from all
> 
>             Options +ExecCGI
>             AddHandler fastcgi-script fcgi
>         </Location>
>     </VirtualHost>
> > 
> 
> i cannot get my browser to open the rt default page.
> 

You've not provided any apache error logs or errors from your browser.
Without that, we can't possibly guess the problem.
You've also left rt4.example.com as the virtualhost name, is that
correct for your environment?

-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 235 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130215/8b178fe0/attachment.sig>


More information about the rt-users mailing list