如:http://localhost:80 , http://localhost:81 , http://localhost:82
回复讨论(解决方案) apache还真不行,像iis那样的,可以用同一个端口设置多个域名站点的可以用nginx。不过我在windows下实测nginx在windows下性能不是很好。在linux下nginx非常不错。
已解决,只要在httpd.conf文件的最后加上以下内容即可:
servername 127.0.0.2:80
documentroot e:/works/php-2
options indexes followsymlinks
allowoverride none
order allow,deny
allow from all
