安装出错!域名与数据库都创建好了。提示数据库那里不对不知道怎么解决

安装报错 · legendnan · 于 4年前 发布 · 1253 次阅读

阿帕奇配置如下、

<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop"
    ServerName 127.0.0.1
    ServerAlias fecshoptest.com
  <Directory "D:\fecmall\fecshop">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\appadmin\web"
    ServerName 127.0.0.2
    ServerAlias appadmin.fecshoptest.com
  <Directory "D:\fecmall\fecshop\appadmin\web">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\appfront\web"
    ServerName 127.0.0.3
    ServerAlias appfront.fecshoptest.com
  <Directory "D:\fecmall\fecshop\appfront\web">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\apphtml5\web"
    ServerName 127.0.0.4
    ServerAlias apphtml5.fecshoptest.com
  <Directory "D:\fecmall\fecshop\apphtml5\web">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\appimage\common"
    ServerName 127.0.0.5
    ServerAlias img.fecshoptest.com
  <Directory "D:\fecmall\fecshop\appimage\common">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\appserver\web"
    ServerName 127.0.0.6
    ServerAlias appserver.fecshoptest.com
  <Directory "D:\fecmall\fecshop\appserver\web">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "D:\fecmall\fecshop\appapi\web"
    ServerName 127.0.0.7
    ServerAlias appapi.fecshoptest.com
  <Directory "D:\fecmall\fecshop\appapi\web">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>

数据库 程序配置数据文件 host文件我也改了。求解

共收到 2 条回复
legendnan#14年前 0 个赞

解决了 2.2不支持界面安装

Fecmall#24年前 0 个赞

@legendnan [#1楼](#comment1) 嗯,安装2.3.2

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