# Tell FastCGI to put its temporary files somewhere sane. FastCgiIpcDir /tmp # Tell FastCGI that it should use apache's "suexec" binary to call any FastCGI script. # This is a GLOBAL setting FastCgiWrapper /usr/sbin/suexec # Apache 1.3 discards the user and group parameters on the FastCgiServer line. # Apache 2.0 requires them. FastCgiServer RT_DIR/bin/mason_handler.fcgi -idle-timeout 120 -user rt -group rt -processes 4 ServerName MY_RT_DOMAIN DocumentRoot HTDOCS ServerAdmin YOUR_EMAIL_HERE AddDefaultCharset UTF-8 UserDir disabled # Set the rt user and group as the executing user for this virtual host User rt Group rt AddHandler fastcgi-script fcgi ScriptAlias / RT_DIR/bin/mason_handler.fcgi/ Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all