# RT3 # (using FastCGI) # # This part of the configuration should be included inside # a VirtualHost section for port 443. ## You will also need lines like the following, outside any ## ... section: ## ## LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so ## FastCgiIpcDir /tmp ## FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4 # Add trailing slash after "rt" RewriteEngine on RewriteRule ^/rt$ /rt/ [R] # Handle "http://hostname/rt/*" using mason_handler.fcgi ScriptAlias /rt/ /usr/local/rt3/bin/mason_handler.fcgi/ Order deny,allow Allow from all