摘要:
在http://httpd.apache.org/上下载httpd-2.2.22-win32-x86-no_ssl.msihttp://apache.chinahtml.com/apache2.2中文参考手册httpd.conf文件中Listen 80可以设置端口号(可以同时监听多个端口)配置虚拟目录以及访问权限在<IfModule dir_module> DirectoryIndex index.html</IfModule>之后,添加<IfModule dir_module> DirectoryIndex index.html index.htm ind 阅读全文