【发布时间】: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