[postgis-users] use mapserver with Postgis data

Paul Ramsey pramsey at refractions.net
Fri Jun 28 08:38:55 PDT 2002


"Hankley, Chip" wrote:
> 
> Apparently to be able to use different machines, you have to change
> something on the PostgreSQL side to allow other connections, but I haven't
> figured that out.

It is pretty straightforward once you know that (a) you can turn
internet sockets on (and also do performance tuning!) by adjusting a
parameter in postgresql.conf and (b) you also add an entry to the bottom
of the strangely named "pg_hba.conf" find to allow trusted access to the
server from machines in your local network, thusly:

host         all         191.168.1.0     255.255.255.0     trust




More information about the postgis-users mailing list