wanghaipeng 发表于 2018-3-12 11:11:05

安装完成lnmpa后 Apache Nginx 都绑定域名 为什么还是访问默认页面

分别在Apache Nginx vhost 下 建立 绑定域名文件 重启 servicehttpd/nginx restart 访问还是默认default目录 已更改目录

apache 下 vhost www.yangshengbar.com.conf 内容
<VirtualHost *:80>
ServerAdmin 204251600@qq.com
#php_admin_value open_basedir "/home/wwwroot/default:/tmp/:/var/tmp/:/proc/"
DocumentRoot "/home/wwwroot/yangshengbar"
ServerName www.yangshengbar.com
ErrorLog "/home/wwwlogs/IP-error_log"
CustomLog "/home/wwwlogs/IP-access_log" combined
<Directory "/home/wwwroot/yangshengbar">
         SetOutputFilter DEFLATE
         Options FollowSymLinks
            AllowOverride All
         Order allow,deny
         Allow from all
         DirectoryIndex index.html index.php
</Directory>
</VirtualHost>

不知道可写错? 还是方法错误了
不知道可写错? 还是方法错误了

licess 发表于 2018-3-12 19:34:02

nginx是前端,80是nginx的,apache是88
不了解的话建议使用 lnmp vhost add 添加配置文件后查看学习

wanghaipeng 发表于 2018-3-13 09:36:28

回复 2# 的帖子

谢谢
我是从lnmp 升级换的 想了解下咱新的配置
我都改成88了 也看配置里 listen88提醒 80端口
Forbidden

You don't have permission to access / on this server.
Apache Server at www.yangshengbar.com Port 80
页: [1]
查看完整版本: 安装完成lnmpa后 Apache Nginx 都绑定域名 为什么还是访问默认页面