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

Attachment: pgp4cm9lHZReH.pgp
Description: PGP signature


-- 
RT training in Amsterdam, March 20-21: 
http://bestpractical.com/services/training.html

Help improve RT by taking our user survey: 
https://www.surveymonkey.com/s/N23JW9T

Reply via email to