On Mon, 14 Mar 2005 13:23:34 -0500, Covington, Chris <ccovington@xxxxxxxxxxx> wrote: > Hi all, > > I'm trying to get Request Tracker 3.2.1 running on 2.0.52 (Gentoo linux) > using fastCGI. The only way I can get it to work is to comment out the > following default apache2 gentoo directives: > > #<Directory /> > # Options -All -Multiviews > # AllowOverride None > # <IfModule mod_access.c> > # Order deny,allow > # deny from all > # </IfModule> > #</Directory> > > [Mon Mar 14 11:47:18 2005] [error] [client 192.168.2.50] client denied > by server configuration: /usr/bin/mason_handler.fcgi > > My question is, how can I preserve the commented out gentoo-default > directives but still get RT to work? Note the "deny from all" in the top section. You need to undo that with a <Directory /usr/bin> Order allow,deny Allow from all </Directory> or somethine like that. I do find it rather strange that rt keeps its cgi script is /usr/bin. Usually you want your cgi scripts in a more isolated location so that you don't need to open permissions on /usr/bin as I suggest above. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx