The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
LoadModule fcgid_module modules/mod_fcgid.so

<Location /local>
    SetHandler fcgid-script
    Options ExecCGI
    Order deny,allow
	Deny from all
    Allow from 127.0.0.1
</Location>