# The following line may already be present in httpd.conf; don't duplicate it.
AddDefaultCharset UTF-8
Listen 8080
DocumentRoot "BASEPATH/html"
RewriteEngine On
# Need mod_cgid installed and configured to handle .fpl files.
DefaultInitEnv PGCOMMITFEST_ROOT BASEPATH
RewriteRule ^/$ BASEPATH/bin/server.fpl
RewriteRule ^/action/ BASEPATH/bin/server.fpl
Order allow,deny
Allow from all
Options Indexes FollowSymLinks ExecCGI
AllowOverride None
# In addition to the above settings, you will need to set User and Group to
# your user ID - that is, the user that owns the pgcommitfest directory tree.