Windows安装问题

bug问题 · fjh19970407 · 于 4年前 发布 · 1402 次阅读

问题1

Apache 报错 error.log`java [Sat Oct 12 11:27:41.636454 2019] [authz_core:error] [pid 4312:tid 1120] [client 100.120.249.51:1094] AH01630: client denied by server configuration: C:/wamp64/www/ [Sat Oct 12 11:27:41.667700 2019] [authz_core:error] [pid 4312:tid 1120] [client 100.120.249.69:54879] AH01630: client denied by server configuration: C:/wamp64/www/ [Sat Oct 12 11:27:41.698956 2019] [authz_core:error] [pid 4312:tid 1120] [client 100.120.249.114:39160] AH01630: client denied by server configuration: C:/wamp64/www/ [Sat Oct 12 11:27:41.745832 2019] [authz_core:error] [pid 4312:tid 1120] [client 100.120.249.7:30246] AH01630: client denied by server configuration: C:/wamp64/www/ [Sat Oct 12 11:27:42.058329 2019] [authz_core:error] [pid 4312:tid 1120] [client 100.120.249.29:17014] AH01630: client denied by server configuration: C:/wamp64/www/


# 问题2
http://appfront.fecshoptest.com/install.php
填写完数据库信息后提交
![](https://i.loli.net/2019/10/12/OIwpNTGfFcyldva.jpg)

# 这是我的Apache vhost.config文件
```xml
# Virtual Hosts
#
<VirtualHost *:80>
  ServerName localhost
  ServerAlias localhost
  DocumentRoot "${INSTALL_DIR}/www"
  <Directory "${INSTALL_DIR}/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>


<VirtualHost *:80>
  ServerName appadmin.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/appadmin/web"
  <Directory "${INSTALL_DIR}/www/fecshop/appadmin/web">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>


<VirtualHost *:80>
  ServerName appfront.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/appfront/web"
  <Directory "${INSTALL_DIR}/www/fecshop/appfront/web">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>


<VirtualHost *:80>
  ServerName apphtml5.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/apphtml5/web"
  <Directory "${INSTALL_DIR}/www/fecshop/apphtml5/web">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>

<VirtualHost *:80>
  ServerName img.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/appimage/common"
  <Directory "${INSTALL_DIR}/www/fecshop/appimage/common">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>

<VirtualHost *:80>
  ServerName appserver.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/appserver/web"
  <Directory "${INSTALL_DIR}/www/fecshop/appserver/web">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>


<VirtualHost *:80>
  ServerName appapi.fecshoptest.com
  ServerAlias fecshoptest
  DocumentRoot "${INSTALL_DIR}/www/fecshop/appapi/web"
  <Directory "${INSTALL_DIR}/www/fecshop/appapi/web">
    Options +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>
共收到 9 条回复
fjh19970407#24年前 0 个赞

我就是按照教程来的,我的apache的配置是按照教程上来的,但是后面的报错我觉得是apache的配置问题,但是只会nginx不会apache,不知道是错在哪了 ,。我的配置在帖子中贴出来了,完全按照教程上来的

fjh19970407#34年前 0 个赞

session_start(): open(D:/wamp64/tmp\sess_assop5sj8okorpps7oiqevl04t, O_RDWR) 我的项目都在C盘中, 为什么回去D盘找东西啊,是缓存在什么文件里了么,我该如何找到并修改它

Fecmall#44年前 0 个赞

@fjh19970407 #3楼 http://www.fecmall.com/topic/624

wamp在d盘,出现问题先自己尝试解决,

fjh19970407#54年前 0 个赞

wamp也是在c盘的,我的只有c盘一个盘,所以不是很懂为什么会有个D盘

Fecmall#64年前 0 个赞

@fjh19970407 #5楼 那就不清楚了,您检查一下吧,或者重装一下wamp试试

fjh19970407#74年前 0 个赞

我重新安装了一遍,我在自己的电脑上装一点问题都没,但是放到阿里云上的windows主机上装,就会有问题。想问一下大概会是哪些原因呢

fjh19970407#84年前 0 个赞

阿里云 windows版本 Windows Server 2016 Datacenter 本机 Windows 版本是 Windows 10 专业版 2018

Fecmall#94年前 0 个赞

@fjh19970407 #7楼 不清楚了,本地无法重现你的问题,你可以自己搜索查一下,或者问问阿里云的客户(开个工单)

添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics