apache perl
修改httpd.conf
ScriptAlias /cgi-bin/ "D:/Apache2.2/cgi-bin/"
<Directory "D:/Apache2.2/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from All
</Directory>
AddHandler cgi-script .cgi .pl
重启
访问:http://localhost:81/cgi-bin/printenv.pl
printenv.pl: