<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>I have an installation or RT4.2 under Apache 2.4 on FreeBSD 10.1.</DIV>
<DIV> </DIV>
<DIV>The I think I have the apache config set up correctly. I have rt in a 
virtualhosts definition running on 8080.</DIV>
<DIV> </DIV>
<DIV><FONT face="Courier New">#</VirtualHost></FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV><FONT face="Courier New">FastCgiServer /usr/local/sbin/rt-server.fcgi 
-processes 5 -idle-timeout 300</FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV><FONT face="Courier New"><VirtualHost *:8080></FONT></DIV>
<DIV><FONT face="Courier New">    ServerAdmin <A 
href="mailto:webmaster@xxxxx.win.net">webmaster@xxxxx.win.net</A></FONT></DIV>
<DIV><FONT face="Courier New">    DocumentRoot 
"/usr/local/www/apache24/data/"</FONT></DIV>
<DIV><FONT face="Courier New">    ServerName <FONT 
color=#0066cc><U>xxxxx</U></FONT>.win.net</FONT></DIV>
<DIV><FONT face="Courier New">    ErrorLog "/var/log/<FONT 
color=#0066cc><U>xxxxx</U></FONT>.win.net-8080-error_log"</FONT></DIV>
<DIV><FONT face="Courier New">    CustomLog "/var/log/<FONT 
color=#0066cc><U>xxxxx</U></FONT>.win.net-8080-access_log" common</FONT></DIV>
<DIV><FONT face="Courier New">    ScriptAlias / 
/usr/local/sbin/rt-server.fcgi/</FONT></DIV>
<DIV><FONT face="Courier New">    <Location 
/usr/local/share/rt42/html></FONT></DIV>
<DIV><FONT face="Courier New">        Order 
allow,deny</FONT></DIV>
<DIV><FONT face="Courier New">        Allow 
from all</FONT></DIV>
<DIV><FONT face="Courier New">    </Location></FONT></DIV>
<DIV><FONT face="Courier New">    <Location 
/usr/local/sbin/></FONT></DIV>
<DIV><FONT face="Courier New">        Order 
allow,deny</FONT></DIV>
<DIV><FONT face="Courier New">        Allow 
from all</FONT></DIV>
<DIV><FONT face="Courier New">    </Location></FONT></DIV>
<DIV><FONT face="Courier New">    <Location /></FONT></DIV>
<DIV><FONT face="Courier New">        Order 
allow,deny</FONT></DIV>
<DIV><FONT face="Courier New">        Allow 
from all</FONT></DIV>
<DIV><FONT face="Courier New">        Options 
+ExecCGI</FONT></DIV>
<DIV><FONT face="Courier New">        
AddHandler fastcgi-script fcgi</FONT></DIV>
<DIV><FONT face="Courier New">    </Location></FONT></DIV>
<DIV><FONT face="Courier New"></VirtualHost></FONT></DIV>
<DIV> </DIV>
<DIV>But it gives an error whenever I hit the home page.</DIV>
<DIV> </DIV>
<DIV><FONT face="Courier New">[Thu Feb 19 17:56:54.152145 2015] 
[authz_core:error] [pid 16161] [client 216.24.33.245:60605] AH01630: client 
denied by server configuration: /usr/local/sbin/rt-server.fcgi</FONT></DIV>
<DIV><FONT face="Courier New">216.24.33.245 - - [19/Feb/2015:17:56:54 -0500] 
"GET / HTTP/1.1" 403 209</FONT></DIV></DIV></DIV></BODY></HTML>