Mailing List Archive

IncludesNoExec
> Option value
> Includes IncludesNoExec IncludesNoCMD*
> Current status:
> #include virtual="/cgi-bin/script" No No -
> #exec cmd="./hack.pl" Yes No -

Unless something has been changed, that's not right. You should
never be able to use virtual="" to execute a CGI script. Instead, the
current status is:

#exec cgi="/cgi-bin/script" No No -
#exec cmd="./hack.pl" Yes No -


.....Roy