apache 多站点j简单配置

发布时间:2020-07-25 10:39:17 作者:84368257
来源:网络 阅读:521

apache 多站点配置

Include conf/extra/httpd-vhosts.conf   开启       主配置文件里去掉注销

vim /usr/local/apache2/conf/extra/httpd-vhosts.conf

<VirtualHost *:80>
ServerAdmin xxxx@xxxx.com
DocumentRoot "/usr/local/apache2/htdocs/文件"
ServerName 你的网站
ServerAlias web.你的网站
ErrorLog "logs/你的网站-error_log"
CustomLog "logs/你的网站-access_log" common
</VirtualHost>

第二个复制 改下网站名字就可以了...以此类推.....

推荐阅读:
  1. 在apache上增加端口
  2. Apache如何将HTTP重定向到HTTPS

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

apache 站点配置 he

上一篇:Spring Boot 之spring.factories

下一篇:Appium自动化测试之微信元素识别和代码实战

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》