码迷,mamicode.com
首页 > Web开发 > 详细

linux 7.3 apache2.4 虚拟机配置

时间:2017-09-15 21:35:38      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:rect   man   nsf   host   tran   ide   none   ane   red   

<VirtualHost *:80>
ServerAdmin webmaster@host.example.com
DocumentRoot "/web/webdata/pc"
ServerName www.test.com
ErrorLog "logs/www.test.com-error_log"
TransferLog "logs/www.test.com-access_log"
</VirtualHost>

 

<VirtualHost *:80>
ServerName wap.test.com
RedirectMatch permanent ^/(.*) http://m.test.com/$1
</VirtualHost>

 

 


<Directory />
# AllowOverride none
AllowOverride All
# Require all denied
Require all granted
</Directory>

linux 7.3 apache2.4 虚拟机配置

标签:rect   man   nsf   host   tran   ide   none   ane   red   

原文地址:http://www.cnblogs.com/emxm/p/7528379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!