我刚刚在我的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时,我收到了这个错误。
我该如何解决这个问题?
答案 0 :(得分:0)
错误的配置看起来像错字,它应该"
而不是“