[postgis-users] use mapserver with Postgis data

Roderick A. Anderson raanders at acm.org
Fri Jun 28 09:18:06 PDT 2002


On Fri, 28 Jun 2002, Paul Ramsey wrote:

> "Hankley, Chip" wrote:
> > 
> 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

Don't forget the postgresql.conf file 

	tcpip_socket = true

or making sure postmaster starts with the -i switch.  (Can't remember this 
one off the top of my head.)


Rod
-- 
  "Open Source Software - Sometimes you get more than you paid for..."





More information about the postgis-users mailing list