2017-01-13 57 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,應該是"不是