[rt-users] RT install, apache problem.
Joseph Mays
mays at win.net
Thu Feb 19 18:06:05 EST 2015
I have an installation or RT4.2 under Apache 2.4 on FreeBSD 10.1.
The I think I have the apache config set up correctly. I have rt in a virtualhosts definition running on 8080.
#</VirtualHost>
FastCgiServer /usr/local/sbin/rt-server.fcgi -processes 5 -idle-timeout 300
<VirtualHost *:8080>
ServerAdmin webmaster at xxxxx.win.net
DocumentRoot "/usr/local/www/apache24/data/"
ServerName xxxxx.win.net
ErrorLog "/var/log/xxxxx.win.net-8080-error_log"
CustomLog "/var/log/xxxxx.win.net-8080-access_log" common
ScriptAlias / /usr/local/sbin/rt-server.fcgi/
<Location /usr/local/share/rt42/html>
Order allow,deny
Allow from all
</Location>
<Location /usr/local/sbin/>
Order allow,deny
Allow from all
</Location>
<Location />
Order allow,deny
Allow from all
Options +ExecCGI
AddHandler fastcgi-script fcgi
</Location>
</VirtualHost>
But it gives an error whenever I hit the home page.
[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
216.24.33.245 - - [19/Feb/2015:17:56:54 -0500] "GET / HTTP/1.1" 403 209
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20150219/1af6d6c6/attachment.htm>
More information about the rt-users
mailing list