Hmm I'm getting the test page, I must have over looked something. The first few lines are for reference so you know where I am in httpd.config
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the client.
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.
#
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerName
www.four_flags.com
DocumentRoot /var/www/four_flags
<Directory "/var/www/four_flags">
AllowOverride AuthConfig
Options Includes
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/four_flags/cgi-bin">
Options ExecCGI
</Directory>
</VirtualHost>
<IfModule mod_cgid.c>
#
# Additional to mod_cgid.c settings, mod_cgid h