【问题标题】:Apache XAMPP get error while start after installing PostgreSql安装 PostgreSql 后启动时 Apache XAMPP 出错
【发布时间】:2017-05-28 09:05:32
【问题描述】:

我刚刚在我的 xampp 上安装了 PgSQL,但是当我启动 Apache 时出现此错误。

11:30:35 AM  [Apache]   Error: Apache shutdown unexpectedly.
11:30:35 AM  [Apache]   This may be due to a blocked port, missing dependencies, 
11:30:35 AM  [Apache]   improper privileges, a crash, or a shutdown by another method.
11:30:35 AM  [Apache]   Press the Logs button to view error logs and check
11:30:35 AM  [Apache]   the Windows Event Viewer for more clues
11:30:35 AM  [Apache]   If you need more help, copy and post this
11:30:35 AM  [Apache]   entire log window on the forums

我已经将 pgsql 安装到 C:/XAMPP/pgsql 并将 phppgadmin 安装到 C:/XAMPP/phppgadmin 并且我还将此代码添加到 httpd-xampp.conf

    Alias /phppgadmin “C:/xampp/phppgadmin/”
    <Directory “C:/xampp/phppgadmin”>
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
    </Directory>

但是当我在 XAMPP 控制面板中启动 apache 时,我得到了那个错误。

我该如何解决这个问题?

【问题讨论】:

    标签: apache postgresql xampp


    【解决方案1】:

    错误的配置看起来像 Typo,应该是 " 而不是

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-07-28
      • 2017-01-19
      • 2014-04-03
      • 2014-12-05
      • 2023-04-06
      • 2014-01-01
      • 2017-01-11
      • 1970-01-01
      相关资源
      最近更新 更多