I have a few customers want to use cgi script, I re-config httpd.conf to prevent local attack through symlink:
<Directory "/home">
Options +Indexes +Includes -FollowSymLinks +SymLinksifOwnerMatch -ExecCGI
AllowOverride AuthConfig FileInfo Limit Indexes
</Directory>
I don't want remove this a code,
And what's I do for my customers use cgi script?!

Thanks very much.

i'm sorry if i write the wrong place!