apache绑定多个域名
<VirtualHost *:80> ServerAdmin www.qm3.com.cn ServerAlias qm3.com.cn DocumentRoot "/data/www.qm3.com.cn" ServerName www.qm3.com.cn ErrorLog "/var/log/www.qm3.com.cn_error_apache.log" CustomLog "/var/log/www.qm3.com.cn_apache.log" common <Directory "/data/www.qm3.com.cn"> SetOutputFilter DEFLATE Options FollowSymLinks ExecCGI AllowOverride All Order allow,deny Allow from all DirectoryIndex index.html index.php </Directory> </VirtualHost>
除特别注明外,本站所有文章均为奇妙伞原创,转载请注明出处来自https://qm3.com.cn/post/236.html