2017-01-13 8 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 

私はすでにC:/XAMPP/phppgadminC:/XAMPP/pgsqlとphppgadminにpgsqlのをインストールして、私はまた、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のように見えます。"ではありません。

関連する問題