宗小宗-PHP程序猿

欢迎各位朋友前来,如果我的文章中有不对的地方,还望指正;如需转载,请注明原处

Apache多端口配置

修改http.conf监听多个端口

Listen 80

Listen 8001

Listen 8002

 

配置站点

<VirtualHost *:8001>
ServerName *:8001
ServerAdmin webmaster@localhost
DocumentRoot /var/www/ceshi
#ErrorLog ${APACHE_LOG_DIR}/error.log
#CustomLog ${APACHE_LOG_DIR}/ceshi.log combined
</VirtualHost>

 

就可以用IP:8001访问啦

 

posted @ 2016-03-31 18:02  宗小宗  阅读(172)  评论(0编辑  收藏  举报