使htdocs/mytestweb目录可移植性CGI程序:
修改apache2.2\conf\httpd.conf文件:
<IfModule alias_module>
.......
ScriptAlias /windweb/ "D:/apache2.2/htdocs/mytestweb/"
</IfModule>