PhpPgAdmin находится по адресу C:\xampp\phpPgAdmin
При добавлении в блок
<IfModule alias_module>
...
Alias /phppgadmin "С:/xampp/phpPgAdmin/"
<Directory "С:/xampp/phpPgAdmin">
AllowOverride AuthConfig
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
...
</IfModule>
Возникает ошибка при запуске Apache:
11:44:18 [Apache] Error: Apache shutdown unexpectedly.
11:44:18 [Apache] This may be due to a blocked port, missing dependencies,
11:44:18 [Apache] improper privileges, a crash, or a shutdown by another method.
11:44:18 [Apache] Press the Logs button to view error logs and check
11:44:18 [Apache] the Windows Event Viewer for more clues
11:44:18 [Apache] If you need more help, copy and post this
11:44:18 [Apache] entire log window on the forums
В apache/error.logs ничего нет, относящегося к этому времени.
Как пофиксить, или куда смотреть?