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 虚拟机配置的主要内容,如果未能解决你的问题,请参考以下文章

Linux虚拟机安装配置手册(版本:7.3)

Apache2.4多虚拟主机VirtualHost三种实现

Ceph 文件系统部署

Apache2.4.6 添加虚拟主机

Apache2.4.11 虚拟主机配置不工作

apache2.4配置虚拟目录