attempt to invoke directory as script ?
Posted
by vvvvvvv
on Server Fault
See other posts from Server Fault
or by vvvvvvv
Published on 2010-01-29T07:47:21Z
Indexed on
2010/05/13
18:34 UTC
Read the original article
Hit count: 326
httpd
|scriptalias
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
<Directory "/var/www/cgi-bin">
AllowOverride None
AddHandler cgi-script pl cgi
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
what did i do wrong ??
© Server Fault or respective owner