<div dir="ltr"><div>Hi There,</div><div> </div><div>I'm getting the below error when I try to access an application uisng PostGis. Both the Postgres database and the mapserver installation are on the same CentosOS 64 bit VM. </div>
<div> </div><div>msPostGISLayerOpen(): Query error. Database connection failed(could not connect to server: Permission denied Is the server running on "localhost"(::1) and accepting TCP/IP connections on port 5432).</div>
<div> </div><div> </div><div>I know my application works as the same application is working just fine on a different installation. On this installation I can connection to the database using the same parameters using PSQL and I can generate the image just fine using the shp2imp or the running the mapserver directly using QUERY_STRING  as below. </div>
<div> </div><div>shp2img -m mapfile -all_debug 5</div><div>./mapserver QUERY_STRING='map=xxx etc'</div><div> </div><div>Apache is running under the apache user, and Postgres as postgres but I can run the above commands as an apache user and still runs fine. </div>
<div> </div><div>I am not quite sure at this point why I cannot connect using the application. I checked to make sure there are no firewalls enabled. </div><div> </div><div>Below is my pg_bha.conf file entries:</div><div>
 </div><div>local all all trust</div><div>host all <a href="http://0.0.0.0/0">0.0.0.0/0</a> trust</div><div> </div><div>In the postgresql.conf file, listen_addresses is set to all:</div><div>listen_addresses='*'</div>
<div> </div><div>Any advice would be appreciated.</div><div> </div><div>Thanks,</div><div>Krishna.</div><div> </div><div><br> </div><div> </div><div> </div></div>