[postgis-users] use mapserver with Postgis data
Tyler Mitchell
TMitchell at lignum.com
Fri Jun 28 08:47:03 PDT 2002
Great minds think alike :)
|---------+------------------------------------------->
| | Paul Ramsey |
| | <pramsey at refractions.net> |
| | Sent by: |
| | postgis-users-admin at postgis.refr|
| | actions.net |
| | |
| | |
| | 06/28/2002 08:38 AM |
| | Please respond to postgis-users |
| | |
|---------+------------------------------------------->
>------------------------------------------------------------------------------------------------------------------------------|
| |
| To: postgis-users at postgis.refractions.net |
| cc: |
| Fax to: |
| Subject: Re: [postgis-users] use mapserver with Postgis data |
>------------------------------------------------------------------------------------------------------------------------------|
"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
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list