linux 7.3 apache2.4 虚拟机配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 7.3 apache2.4 虚拟机配置相关的知识,希望对你有一定的参考价值。
<VirtualHost *:80>
ServerAdmin [email protected]
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 虚拟机配置的主要内容,如果未能解决你的问题,请参考以下文章