My configuration is as follows:
#Include for LinuxStat (http://lstat.sf.net)
Alias /lstat/ "/usr/local/lstat/www/"
<Directory "/usr/local/lstat/www/">
#for execute CGI files
Options ExecCGI
AddHandler cgi-script .cgi
AllowOverride AuthConfig Limit
</Directory>
It always shows error 403 on Apache 2.4, while on Apache 2.2 it was working fine.
What should be corrected ?