简体   繁体   中英

Error while Installing PostgreSQL to Xammp

I'm installing postgreSQL by this guide: http://w3guy.com/integrate-postgresql-database-xampp-windows/

My system: win8.1 x64, XAMPP 3.2.2, PHP 5.2.0, apache 2.4;
Apache stopped to launch after adding lines:

LoadFile “C:\xampp\php\libpq.dll” 

into httpd.conf and

Alias /phppgadmin “C:/xampp/phppgadmin/”
<Directory “C:/xampp/phppgadmin”>
AllowOverride AuthConfig
Require all granted
</Directory>

into httpd-xampp.conf:
( this "( )" added for showing this only here, no "( )" in configs)

Errors in apache:

AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

What am I doing wrong?

The error you've listed doesn't refer to the changes you've made. I'd query if the code you added is identical to what you actually added. and are not the same as "

This might be useful https://serverfault.com/questions/578061/rsa-certificate-configured-for-server-does-not-include-an-id-which-matches-the-s

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM