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>
浙公网安备 33010602011771号