Apache 配置文件

Apache 配置文件入口:

Apache HTTP Server 2.2->Configure Apache Server ->Edit the Apache httpd. conf Configuration File

 

默认端口:80

默认发布程序位置:DocumentRoot "E:/cloudteach"

 

增加端口

Listen 8080

 

增加发布程序

<VirtualHost *:8080>

 DocumentRoot "E:\resplt"

 <Location />

   Order Deny,Allow

   Allow from all

 </Location>

</VirtualHost>

posted on 2015-07-01 10:12  cheny0720  阅读(59)  评论(0)    收藏  举报

导航