[rt-users] RT3 with FastCGI fails with client denied by server configuration

Aaron Nichols adnichols at gmail.com
Mon Aug 8 18:03:57 EDT 2005


On 8/8/05, G S <smetch at hotmail.com> wrote:
> 
> ServerName rt3.smetch.com
> DocumentRoot /srv/rt3/share/html
> AddDefaultCharset UTF-8
> AddHandler fastcgi-script fcgi
> ScriptAlias / /srv/rt3/bin/mason_handler.fcgi/


I had to add the following entry to my directives. Perhaps it could be
made more specific - if there's a security risk to this suggestion
then feel free to pipe in.

   <Directory "/opt/rt3">
       Order allow,deny
       allow from all
   </Directory>

Aaron



More information about the rt-users mailing list