您的位置:首页 > 其它

LAMP环境 服务器多项目,多域名配置

2017-07-29 01:36 302 查看
修改httpd.cnf

<VirtualHost *:80>  
 ServerName 域名  
 DocumentRoot "path"  
 <Directory "path">  
  Options Indexes FollowSymLinks  
  AllowOverride All  
  Order allow,deny  
  Allow from all  
 </Directory>  
</VirtualHost>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: