2017-01-13 60 views
0

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

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

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